RhinoCommon API
MeshOffset Method (Double) |
Makes a new mesh with vertices offset a distance in the opposite direction of the existing vertex normals.
Same as Mesh.Offset(distance, false)
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

Parameters
- distance
- Type: SystemDouble
A distance value to use for offsetting.
Return Value
Type: MeshA new mesh on success, or null on failure.
