SoCollisionManager Constructor |
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoCollisionManager(
SoPath object,
SoGroup scene,
SoTransform transform
)
Public Sub New (
object As SoPath,
scene As SoGroup,
transform As SoTransform
)
public:
SoCollisionManager(
SoPath^ object,
SoGroup^ scene,
SoTransform^ transform
)
new :
object : SoPath *
scene : SoGroup *
transform : SoTransform -> SoCollisionManager
Parameters
- object
- Type: OIV.InventorSoPath
- scene
- Type: OIV.Inventor.NodesSoGroup
- transform
- Type: OIV.Inventor.NodesSoTransform
Remarks The specified scene must be the head of the path to the specified object.
See Also