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 (Point_6 Point_4)
Adds point load features to Point_6 and Point_4.
<{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 add a point load feature to it.
pointload (5 6)
Creates a new point at (5, 6) and adds a point load feature to it.
<Coords: Number' Number'>'
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Mode | Target |
---|---|
Geometry | Global |
Creates several new points and add point load features to them.
pointload (5 6) (8 9)
Creates two new points at (5, 6) and (8, 9) and adds point load features to them.
<Coords{2,...}: <Coords: Number' Number'>'>
Coords{2,...} 2 ∞ | Sequence of two or more coordinates | |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-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
Adds a point load feature to Point_1 and sets the Fx to 3 and the Fy to 7.
pointload (Point_2 Point_3) "Fx" 3 "Fy" 7
Adds point load features to Point_2 and Point_3 sets the Fx to 3 and the Fy to 7 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 | |
Any | Value of the property |
Mode | Target |
---|---|
Geometry | Global |
Creates a new point, add a point load feature to it and directly set its properties.
pointload (5 6) "Fx" 3 "Fy" 7
Creates a new point at (5, 6), adds a point load feature to it and sets the Fx to 3 and the Fy to 7.
<Coords: Number' Number'>'<PropValue{1,...}: <PropValue: Text' Any>'>
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
PropValue{1,...} 1 ∞ | Sequence of one or more property-value pairs | |
PropValue | Property-value pair | |
Text | Property name | |
Any | Value of the property |
Mode | Target |
---|---|
Geometry | Global |
Creates several new points, add point load features to them and directly set their properties.
pointload (5 6) (8 9) "Fx" 3 "Fy" 7
Creates two new points at (5, 6) and (8, 9), adds point load features to them and sets the Fx to 3 and the Fy to 7 for both point loads.
<Coords{2,...}: <Coords: 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 |
PropValue{1,...} 1 ∞ | Sequence of one or more property-value pairs | |
PropValue | Property-value pair | |
Text | Property name | |
Any | Value of the property |
Mode | Target |
---|---|
Geometry | Global |