Description:

Constructs the contour curves for a brep, using a slicing plane.

Syntax:
public static Curve[] CreateContourCurves(
Brep brepToContour,
Plane sectionPlane
)
Parameters:
  • brepToContour
  • Type: Brep
  • A brep or polysurface.
  • sectionPlane
  • Type: Plane
  • A plane.
Returns:
Type: Curve[]
An array with intersected curves. This array can be empty.
Available since:
5.0

Description:

Constructs the contour curves for a brep at a specified interval.

Syntax:
public static Curve[] CreateContourCurves(
Brep brepToContour,
Point3d contourStart,
Point3d contourEnd,
Double interval
)
Parameters:
  • brepToContour
  • Type: Brep
  • A brep or polysurface.
  • contourStart
  • Type: Point3d
  • A point to start.
  • contourEnd
  • Type: Point3d
  • A point to use as the end.
  • interval
  • Type: System.Double
  • The interaxial offset in world units.
Returns:
Type: Curve[]
An array with intersected curves. This array can be empty.
Available since:
5.0

/
/
/
CreateContourCurves

CreateContourCurves method

Class:  Rhino.Geometry.Brep

Nothing found