Click or drag to resize
SoCSGShapeCsgStatus Enumeration

Status of CSG operation.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum CsgStatus
Members
  Member nameValueDescription
CSG_NO_ERROR0

No error.

CSG_LIB_NOT_AVAILABLE1

CSGLib is not available.

CSG_ERROR2

an error occurred

Remarks

Status can be queried using the OIV.Inventor.Nodes.SoCSGShape.GetStatus() method.

See Also