M_Rhino_Geometry_Surface_Offset - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a new surface which is offset from the current surface.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Surface Offset(
double distance,
double tolerance
)
VB
Public Function Offset (
distance As Double,
tolerance As Double
) As Surface
- distance
- Type: System.Double
Distance (along surface normal) to offset. - tolerance
- Type: System.Double
Offset accuracy.
Type: Surface
The offsetted surface or null on failure.
Supported in: 6.0.16224.21491, 5D58w