SoCollisionManagerSetScene Method |
Sets the scene the object is interacting with.
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetScene(
SoGroup scene
)
Public Sub SetScene (
scene As SoGroup
)
public:
void SetScene(
SoGroup^ scene
)
member SetScene :
scene : SoGroup -> unit
Parameters
- scene
- Type: OIV.Inventor.NodesSoGroup
Remarks See Also