poISection SetOrientationNode
Sets the section's orientation plane by model/node ID pairs for a Planar section type.
Syntax
poISection_handle SetOrientationNode plane_normal
Application
HyperView Tcl Modify
Description
This command sets the section's orientation plane by model/node ID pairs for a Planar
        section type. This command accepts two formats: 
    - Two modelID/nodeID pairs define a vector: "1 204 1 205" defines a vector between nodes 204 and 205 on model 1.
 - Three modelID/nodeID pairs define a plane: "1 204 1 1008 2 101" defines a plane through nodes 204 and 208 on model 1, and node 101 on model 2.
 
Inputs
- plane_normal
 - The orientation plane normal as a string.
 
Errors
Returns 0 if successful, otherwise an error code.