wire-body:points
List of: Scheme Extensions
Subjects: Model Object
Contents: Constructors

Action: Creates a wire body from a list of positions.

Filename: cstr/cstr_scm/wire_scm.cxx

APIs: api_make_wire

Syntax: (wire-body:points plist)

Arg Types: plist position | ( position ...)

Returns: wire-body


wire-body is an input wire body.

Example: ; wire-body:points

; Create a wire-body from a list of positions

(define point (wire-body:points (list


(position 0 0 0) (position 40 0 0)


(position 40 40 0) (position 40 40 40))))

;; point
PDF/CSTR/03SCN.PDF
HTM/DATA/CSTR/CSTR/03SCN/0072.HTM