SoCSGShape.GetStatus Method |
Returns status of csg operation.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoCSGShape. CsgStatus GetStatus()
Public Function GetStatus As SoCSGShape.CsgStatus
public:
SoCSGShape. CsgStatus GetStatus()
member GetStatus : unit -> SoCSGShape. CsgStatus
Return Value
Type:
SoCSGShape.CsgStatus
RemarksStatus is updated only when the node is traversed. Initially returns CSG_NO_ERROR. .
See Also