Click or drag to resize

SurfaceOffset Method

Constructs a new surface which is offset from the current surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Surface Offset(
	double distance,
	double tolerance
)

Parameters

distance
Type: SystemDouble
Distance (along surface normal) to offset.
tolerance
Type: SystemDouble
Offset accuracy.

Return Value

Type: Surface
The offset surface or null on failure.
See Also