Copies mesh values into this mesh from another mesh.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void CopyFrom(
Mesh other
)
Public Sub CopyFrom (
other As Mesh
)
Parameters
- other
- Type: Rhino.GeometryMesh
The other mesh to copy from.
Exceptions
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also