SoCollisionManagerSetTransform Method |
Sets the transformation that will be watched.
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.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