A deep copy of this instance.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public Matrix3d DeepCopy() |
| Visual Basic (Declaration) |
|---|
Public Function DeepCopy As Matrix3d |
| Visual C++ |
|---|
public: Matrix3d^ DeepCopy() |
Return Value
Returns a deep copy of this instance.
Remarks
A deep copy is a new instance of Matrix3d with
the same elements as this instance.