Click or drag to resize
AB4D logo

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.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static Model3D CopyModel(
	Model3D originalModel
)

Parameters

originalModel  Model3D
original model

Return Value

Model3D
copy of the originalModel
See Also