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)
Syntaxpublic 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:
MeshA new mesh on success, or null on failure.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also