CurveRibbonOffset Method (RibbonOffsetParameters, Curve, Curve, Brep) |
Ribbon offset method to mimic RibbonOffset command
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax public Curve RibbonOffset(
RibbonOffsetParameters ribbonParameters,
out Curve[] railCurves,
out Curve[] crossSectionCurves,
out Brep[] brepSurfaces
)
Public Function RibbonOffset (
ribbonParameters As RibbonOffsetParameters,
<OutAttribute> ByRef railCurves As Curve(),
<OutAttribute> ByRef crossSectionCurves As Curve(),
<OutAttribute> ByRef brepSurfaces As Brep()
) As Curve
Parameters
- ribbonParameters
- Type: Rhino.GeometryRibbonOffsetParameters
The ribbon offset parameters - railCurves
- Type: Rhino.GeometryCurve
on success an array of split curves representing the sweep rail segments, null on failure - crossSectionCurves
- Type: Rhino.GeometryCurve
on success an array of cross section curves used during brep creation, null on failure - brepSurfaces
- Type: Rhino.GeometryBrep
on success and array of breps representing the ribbon surfaces, null on failure
Return Value
Type:
Curvereturn an offset curve on success, null on failure
See Also