polycurve pc
Creates a polycurve.
Creates a polycurve.
polycurve (4 5 6) (0 0 1) (1 0 0)
Creates a polycurve at coordinate (4, 5, 6) with a local first axis in the direction of the global z-axis and a local second axis in the direction of the global x-axis.
<Coords: Number' Number' Number'>' <Coords: Number' Number' Number'>' <Coords: Number' Number' Number'>'
Coords | Coordinates that define the insertion point of the polycurve | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Coords | Direction of the local first axis of the polycurve | |
Number | x | x-component |
Number | y | y-component |
Number | z | z-component |
Coords | Direction of the local second axis of the polycurve | |
Number | x | x-component |
Number | y | y-component |
Number | z | z-component |
Mode | Target |
---|---|
Geometry | Global |
{1} Polycurve
Creates a polycurve and add one or more segments to it.
polycurve (4 5 6) (0 0 1) (1 0 0) "Line" 0 2 "Arc" 45 90 3
Creates a polycurve at coordinate (4, 5, 6) with a local first axis in the direction of the global z-axis and a local second axis in the direction of the global x-axis, adds a line segment with an increment of the slope of 0° and a length of 2 to it and adds an arc segment with an increment of the slope of 45°, a central angle of 90° and a radius of 3 after that.
<Coords: Number' Number' Number'>' <Coords: Number' Number' Number'>' <Coords: Number' Number' Number'>' <{1,...}: <<<Text: "Line"> <Number'(°) Number'>'>'|<<Text: "Arc"> <Number'(°) Number'(°) Number'>'>'>>
Coords | Coordinates that define the insertion point of the polycurve | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Coords | Direction of the local first axis of the polycurve | |
Number | x | x-component |
Number | y | y-component |
Number | z | z-component |
Coords | Direction of the local second axis of the polycurve | |
Number | x | x-component |
Number | y | y-component |
Number | z | z-component |
{1,...} 1 ∞ | Sequence of one or more segment definitions | |
Text | "Line" | Adds a line segment to the polycurve |
Number | Angle | Increment of the slope of the new line segment |
Number | Length | Length of the new line segment |
Text | "Arc" | Adds an arc segment to the polycurve |
Number | Angle | Increment of the slope of the new arc segment |
Number | Angle | Central angle of the new arc segment |
Number | Radius | Radius of the new arc segment |
Mode | Target |
---|---|
Geometry | Global |