*createpoint
Creates a point in space.
Syntax
*createpoint x y z system id
Type
HyperMesh Tcl Modify
Description
Creates a point in space.
Inputs
- x
- The x coordinate of the point.
- y
- The y coordinate of the point.
- z
- The z coordinate of the point.
- system id
- The ID of the system that positions the point in space.
Examples
To create a point at (12.0, 13.5,
16.3):
*createpoint(12.0,13.5,16.3,0)
The coordinates can be input in reference to a local coordinate system, but they are stored in the global coordinate system.