pointmovement pm
Creates a point movement.
Creates a point movement on a point or point load objects.
pointmovement Point_3
Creates a point movement on Point_3.
pointmovement Point_2 PointLoad_6 Point_3
Creates point movement objects on Point_2, PointLoad_6, and Point_3.
pointmovement PointLoad_1
Creates a point movement on PointLoad_1.
pointmovement Group_1
Creates a point movement on points in Group_1.
<{1,...}: <Point'|PointLoad'>>'
{1,...} 1 ∞ | Sequence of one or more points or point loads | |
Point | Point object reference | Name of the point from which the point movement should be created |
PointLoad | Point load object reference | Name of the point load on which the point movement should be created |
Mode | Target |
---|---|
Geometry | Global |
{1,...} Point
{1,...} PointLoad
{1,...} PointMovement
Creates a point movement with specified coordinates.
pointmovement (5 6 7)
Creates a point movement with coordinates (5, 6, 7).
<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} PointLoad
{1} PointMovement
Creates two or more point movement objects with specified coordinates.
pointmovement (5 6 7) (8 9 10)
Creates two point movements with coordinates (5, 6, 7) and (8, 9, 10) respectively.
<Coords{2,...}: <Coords: Number' Number' Number'>'>
{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 |
{2,...} PointLoad
{2,...} PointMovement