SoCSGShapeGetStatus Method |
Returns status of csg operation.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoCSGShapeCsgStatus GetStatus()
Public Function GetStatus As SoCSGShapeCsgStatus
public:
SoCSGShapeCsgStatus GetStatus()
member GetStatus : unit -> SoCSGShapeCsgStatus
Return Value
Type:
SoCSGShapeCsgStatusRemarks Status is updated only when the node is traversed. Initially returns CSG_NO_ERROR. .
See Also