pointload pld
Adds point load features to points.
Adds point load features to one or more existing points in the geometry.
pointload Point_1
Adds a point load feature to Point_1.
pointload Point_2 Point_3
Adds point load features to Point_2 and Point_3.
pointload Group_1
Adds point load 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 point load feature should be added |
Mode | Target |
---|---|
Geometry | Global |
{1,...} PointLoad
Creates a new point and adds a point load feature to it.
pointload (5 6 7)
Creates a new point at (5, 6, 7) and adds a point load 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 |
Creates several new points and adds point load features to them.
pointload (5 6 7) (8 9 10)
Creates two new points at (5, 6, 7) and (8, 9, 10) and adds point load 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 |
Adds point load features to one or more existing points in the geometry and directly set their properties.
pointload Point_1 "Fx" 3 "Fy" 7 "Fz" 2
Adds a point load feature to Point_1 and sets the Fx to 3, the Fy to 7 and the Fz to 2.
pointload (Point_2 Point_3) "Fx" 3 "Fy" 7 "Fz" 2
Adds point load features to Point_2 and Point_3 sets the Fx to 3, the Fy to 7 and the Fz to 2 for both point loads.
<{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 point load 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 |
Creates a new point, adds a point load feature to it and directly set its properties.
pointload (5 6 7) "Fx" 3 "Fy" 7 "Fz" 2
Creates a new point at (5, 6, 7), adds a point load feature to it and sets the Fx to 3, the Fy to 7 and the Fz 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 |
Creates several new points, adds point load features to them and directly set their properties.
pointload (5 6 7) (8 9 10) "Fx" 3 "Fy" 7 "Fz" 2
Creates two new points at (5, 6, 7) and (8, 9, 10), adds point load features to them and sets the Fx to 3, the Fy to 7 and the Fz to 2 for both point loads.
<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 |