RhinoCommon API
MeshCopyFrom Method |
Copies mesh values into this mesh from another mesh.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Parameters
- other
- Type: Rhino.GeometryMesh
The other mesh to copy from.
| Exception | Condition |
|---|---|
| ArgumentNullException | If other is null. |