fixedendanchor fea
Adds fixed-end anchor features to points.
Adds fixed-end anchor features to one or more existing points in the geometry.
fixedendanchor Point_1
Adds a fixed-end anchor feature to Point_1.
fixedendanchor Point_2 Point_3
Adds fixed-end anchor features to Point_2 and Point_3.
fixedendanchor Group_1
Adds fixed-end anchor features to all points in Group_1. Group_1 should consist of only points.
<{1,...}: Point'>'
{1,...} 1 ∞ | Sequence of one or more points | |
Point | Point object reference | Name of the point to which a fixed-end anchor feature should be added |
Mode | Target |
---|---|
Geometry | Global |
{1,...} FixedEndAnchor
Creates a new point and adds a fixed-end anchor feature to it.
fixedendanchor (5 6 7)
Creates a new point at (5, 6, 7) and adds a fixed-end anchor feature to it.
<Coords: Number' Number' Number'>'
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Mode | Target |
---|---|
Geometry | Global |
{1} Point
1 FixedEndAnchor
Creates several new points and adds fixed-end anchor features to them.
fixedendanchor (5 6 7) (8 9 10)
Creates two new points at (5, 6, 7) and (8, 9, 10) and adds fixed-end anchor features to them.
<Coords{2,...}: <Coords: Number' Number' Number'>'>
Coords{2,...} 2 ∞ | Sequence of two or more coordinates | |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Mode | Target |
---|---|
Geometry | Global |
{1,...} Point
{1,...} FixedEndAnchor
Adds fixed-end anchor features to one or more existing points in the geometry and directly set their properties.
fixedendanchor Point_1 "Direction_x" 3 "Direction_y" 7 "Direction_z" 2
Adds a fixed-end anchor feature to Point_1 and sets the Directionx to 3, the Directiony to 7 and the Directionz to 2.
fixedendanchor (Point_2 Point_3) "Direction_x" 3 "Direction_y" 7 "Direction_z" 2
Adds fixed-end anchor features to Point_2 and Point_3 sets the Directionx to 3, the Directiony to 7 and the Directionz to 2 for both fixed-end anchors.
<{1,...}: Point'>' <PropValue{1,...}: <PropValue: Text' Any>'>
{1,...} 1 ∞ | Sequence of one or more points | |
Point | Point object reference | Name of the point to which a fixed-end anchor feature should be added |
PropValue{1,...} 1 ∞ | Sequence of one or more property-value pairs | |
PropValue | Property-value pair | |
Text | Property name | Property name |
Any | Property value | Property value |
Mode | Target |
---|---|
Geometry | Global |
{1,...} Point
{1,...} FixedEndAnchor
Creates a new point, adds a fixed-end anchor feature to it and directly set its properties.
fixedendanchor (5 6 7) "Direction_x" 3 "Direction_y" 7 "Direction_z" 2
Creates a new point at (5, 6, 7), adds a fixed-end anchor feature to it and sets the Directionx to 3, the Directiony to 7 and the Directionz to 2.
<Coords: Number' Number' Number'>' <PropValue{1,...}: <PropValue: Text' Any>'>
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
PropValue{1,...} 1 ∞ | Sequence of one or more property-value pairs | |
PropValue | Property-value pair | |
Text | Property name | Property name |
Any | Property value | Property value |
Mode | Target |
---|---|
Geometry | Global |
{1} Point
{1} FixedEndAnchor
Creates several new points, adds fixed-end anchor features to them and directly set their properties.
fixedendanchor (5 6 7) (8 9 10) "Direction_x" 3 "Direction_y" 7 "Direction_z" 2
Creates two new points at (5, 6, 7) and (8, 9, 10), adds fixed-end anchor features to them and sets the Directionx to 3, the Directiony to 7 and the Directionz to 2 for both fixed-end anchors.
<Coords{2,...}: <Coords: Number' Number' Number'>'> <PropValue{1,...}: <PropValue: Text' Any>'>
Coords{2,...} 2 ∞ | Sequence of two or more coordinates | |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
PropValue{1,...} 1 ∞ | Sequence of one or more property-value pairs | |
PropValue | Property-value pair | |
Text | Property name | Property name |
Any | Property value | Property value |
Mode | Target |
---|---|
Geometry | Global |
{1,...} Point
{1,...} FixedEndAnchor