| Name | Description |
---|
| GetModelTotalTransform(Model3D, Model3D, Boolean) |
GetModelTotalTransform returns a Transform3D that contains all the transformations from the rootModel to the finalModel.
If no transformation is found, then null is returned.
|
| GetModelTotalTransform(Model3D, Model3D, Boolean, Boolean) |
GetModelTotalTransform returns a Transform3D that contains all the transformations from the rootModel to the finalModel.
If no transformation is found, then null is returned.
|
| GetModelTotalTransform(Model3D, Model3D, Boolean, Transform3D) |
GetModelTotalTransform returns true when the specified finalModel can be reached from the rootModel.
In this case the totalTransform3D out parameter is set to the a Transform3D that contains all the transformations from the rootModel to the finalModel.
If no transformation is found, then totalTransform3D is set to null.
|