M_Rhino_Geometry_Mesh_Offset - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public Mesh Offset(
double distance
)
VB
Public Function Offset (
distance As Double
) As Mesh
- distance
- Type: System.Double
A distance value to use for offsetting.
Type: Mesh
A new mesh on success, or null on failure.
Supported in: 6.0.16224.21491, 5D58w