Click or drag to resize

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
)

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