|
ModelUtilsCopyModel Method |
CopyModel returns a new Model3D that is a copy of the originalModel.
The copied model contains new Model3DGroup, GeometryModel3D and new Light objects. But the models have the same materials and MeshGeometry3D objects.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static Model3D CopyModel(
Model3D originalModel
)
Parameters
- originalModel Model3D
- original model
Return Value
Model3Dcopy of the originalModel
See Also