|
ModelUtilsCombineTransform Method |
CombineTransform combines the parent and child Transform3D and returns a new Transform3D or null if the combined transform is null or Identity.
The method can accept any parent or child transform (including null).
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static Transform3D CombineTransform(
Transform3D parent,
Transform3D child
)
Parameters
- parent Transform3D
- parent transform or null
- child Transform3D
- child transform or null
Return Value
Transform3Dcombined transform
See Also