| Name | Description |
---|
| AddTransformation(Model3D, Transform3D) |
Adds the transform3D to the specified model3D.
If model3D have no Transform set, set the transform3D to it.
If model3D already have Transform set, the transform3D is added to existing or new Transform3DGroup.
|
| AddTransformation(Visual3D, Transform3D) |
Adds the transform3D to the specified visual3D.
If visual3D have no Transform set, set the transform3D to it.
If visual3D already have Transform set, the transform3D is added to existing or new Transform3DGroup.
|