SoPickedPointGetObjectPoint Method (SoNode) |
Returns the intersection point in the object space corresponding to the given node in the path.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3f GetObjectPoint(
SoNode node
)
Public Function GetObjectPoint (
node As SoNode
) As SbVec3f
public:
SbVec3f GetObjectPoint(
SoNode^ node
)
member GetObjectPoint :
node : SoNode -> SbVec3f
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
SbVec3fRemarks If the node is NULL, the information corresponding to the tail of the (full) path is returned.
See Also