Rhino 5 for Windows
Copies mesh values into this mesh from another mesh.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic void CopyFrom(
Mesh other
)
Public Sub CopyFrom (
other As Mesh
)
Parameters
- other
- Type: Rhino.GeometryMesh
The other mesh to copy from.
Exceptions
See Also