Overload_Rhino_Geometry_Curve_Offset - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() |
Offset(Plane, Double, Double, CurveOffsetCornerStyle) | Offsets this curve. If you have a nice offset, then there will be one entry in the array. If the original curve had kinks or the offset curve had self intersections, you will get multiple segments in the offset_curves[] array. |
![]() |
Offset(Point3d, Vector3d, Double, Double, CurveOffsetCornerStyle) | Offsets this curve. If you have a nice offset, then there will be one entry in the array. If the original curve had kinks or the offset curve had self intersections, you will get multiple segments in the offset_curves[] array. |