Makes a new SubD with vertices offset at distance in the direction of the control net vertex normals.
Optionally, based on the value of solidify, adds the input SubD and a ribbon of faces along any naked edges.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public SubD Offset(
double distance,
bool solidify
)
Public Function Offset (
distance As Double,
solidify As Boolean
) As SubD
Parameters
- distance
- Type: SystemDouble
The distance to offset. - solidify
- Type: SystemBoolean
true if the output SubD should be turned into a closed SubD.
Return Value
Type:
SubDA new SubD if successful, or null on failure.
See Also