pointdispl ppd
Adds point prescribed displacement features to points.
Adds point prescribed displacement features to one or more existing points in the geometry.
pointdispl Point_1
Adds a point prescribed displacement feature to Point_1.
pointdispl Point_2 Point_3
Adds point prescribed displacement features to Point_2 and Point_3.
pointdispl Group_1
Adds point prescribed displacement 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 prescribed displacement feature should be added |
Mode | Target |
---|---|
Geometry | Global |
{1,...} PointDisplacement
Creates a new point and adds a point prescribed displacement feature to it.
pointdispl (5 6 7)
Creates a new point at (5, 6, 7) and adds a point prescribed displacement 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 PointDisplacement
Creates several new points and adds point prescribed displacement features to them.
pointdispl (5 6 7) (8 9 10)
Creates two new points at (5, 6, 7) and (8, 9, 10) and adds point prescribed displacement 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,...} PointDisplacement
Adds point prescribed displacement features to one or more existing points in the geometry and directly set their properties.
pointdispl Point_1 "Displacement_x" "Fixed" "Displacement_y" "Prescribed" "Displacement_z" "Free"
Adds a point prescribed displacement feature to Point_1 and sets the Displacementx to "Fixed", the Displacementy to "Prescribed" and the Displacementz to "Free".
pointdispl (Point_2 Point_3) "Displacement_x" "Fixed" "Displacement_y" "Prescribed" "Displacement_z" "Free"
Adds point prescribed displacement features to Point_2 and Point_3 sets the Displacementx to "Fixed", the Displacementy to "Prescribed" and the Displacementz to "Free" for both point prescribed displacements.
<{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 prescribed displacement 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,...} PointDisplacement
Creates a new point, adds a point prescribed displacement feature to it and directly set its properties.
pointdispl (5 6 7) "Displacement_x" "Fixed" "Displacement_y" "Prescribed" "Displacement_z" "Free"
Creates a new point at (5, 6, 7), adds a point prescribed displacement feature to it and sets the Displacementx to "Fixed", the Displacementy to "Prescribed" and the Displacementz to "Free".
<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} PointDisplacement
Creates several new points, adds point prescribed displacement features to them and directly set their properties.
pointdispl (5 6 7) (8 9 10) "Displacement_x" "Fixed" "Displacement_y" "Prescribed" "Displacement_z" "Free"
Creates two new points at (5, 6, 7) and (8, 9, 10), adds point prescribed displacement features to them and sets the Displacementx to "Fixed", the Displacementy to "Prescribed" and the Displacementz to "Free" for both point prescribed displacements.
<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,...} PointDisplacement