Click or drag to resize
SoCollisionManagerResps Enumeration

Types definitions.

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Resps
Members
  Member nameValueDescription
NEXT_PRIMITIVE0

Continue and call again for next colliding primitive.

NEXT_SHAPE1

Continue and call again for next colliding shape.

ABORT2

Do not continue.

Remarks