HM_nodeprojecttoplane()
Projects a node to a plane along a vector.
Syntax
int HM_nodeprojecttoplane(double node[3], HM_planepointer plane, HM_vectorpointer vector);
Type
HyperMesh hmlib Function
Description
Projects a node to a plane along a vector.
Inputs
- node[3]
- The nodal position to be projected. This variable is overwritten with the result of the projection.
- plane
- The plane to which the node is to be projected.
- vector
- The vector along which the node is to be projected.
Example
If successful, HM_nodeprojecttoplane() returns zero; otherwise, nonzero.
Errors
None.