Mesh.Offset Method (Double)

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
Syntax
public Mesh Offset(
	double distance
)
Public Function Offset ( 
	distance As Double
) As Mesh

Parameters

distance
Type: SystemDouble
A distance value to use for offsetting.

Return Value

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