M_Rhino_Geometry_Mesh_Offset - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.Offset 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) Version: Rhino 6.0

Syntax

C#

public Mesh Offset(
	double distance
)

VB

Public Function Offset ( 
	distance As Double
) As Mesh

Parameters

 

distance
Type: System.Double
A distance value to use for offsetting.

Return Value

Type: Mesh
A new mesh on success, or null on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Offset Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️