Click or drag to resize
SoDualSceneColliderActivate Method

Specifies the transformation that will be watched.

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Activate(
	SoTransform transform
)

Parameters

transform
Type: OIV.Inventor.NodesSoTransform
Remarks

When the transformation changes, collision detection computations are started. transform is the transformation node to watch. If NULL, the collision are not checked.

See Also