SoCollisionManagerSetTransform Method |
Sets the transformation that will be watched.
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetTransform(
SoTransform transform
)
Public Sub SetTransform (
transform As SoTransform
)
public:
void SetTransform(
SoTransform^ transform
)
member SetTransform :
transform : SoTransform -> unit
Parameters
- transform
- Type: OIV.Inventor.NodesSoTransform
Remarks See Also