Description:

Constructs a set of planar breps as outlines by the loops.

Syntax:
public static Brep[] CreatePlanarBreps(
Curve inputLoop,
Double tolerance
)
Parameters:
  • inputLoop
  • Type: Curve
  • A curve that should form the boundaries of the surfaces or polysurfaces.
  • tolerance
  • Type: System.Double
Returns:
Type: Brep[]
An array of Planar Breps.
Available since:
6.0

Description:

Constructs a set of planar breps as outlines by the loops.

Syntax:
public static Brep[] CreatePlanarBreps(
Curve inputLoop
)
deprecated in 6.0
obsolete: Use version that takes tolerance as input
Parameters:
  • inputLoop
  • Type: Curve
  • A curve that should form the boundaries of the surfaces or polysurfaces.
Returns:
Type: Brep[]
An array of Planar Breps.
Available since:
5.0

Description:

Constructs a set of planar breps as outlines by the loops.

Syntax:
public static Brep[] CreatePlanarBreps(
IEnumerable<Curve> inputLoops,
Double tolerance
)
Parameters:
  • inputLoops
  • Type: IEnumerable<Curve>
  • Curve loops that delineate the planar boundaries.
  • tolerance
  • Type: System.Double
Returns:
Type: Brep[]
An array of Planar Breps.
Available since:
6.0

Description:

Constructs a set of planar breps as outlines by the loops.

Syntax:
public static Brep[] CreatePlanarBreps(
IEnumerable<Curve> inputLoops
)
deprecated in 6.0
obsolete: Use version that takes tolerance as input
Parameters:
  • inputLoops
  • Type: IEnumerable<Curve>
  • Curve loops that delineate the planar boundaries.
Returns:
Type: Brep[]
An array of Planar Breps.
Available since:
5.0

Description:

Constructs a set of planar Breps as outlines by the loops.

Syntax:
public static Brep[] CreatePlanarBreps(
CurveList inputLoops,
Double tolerance
)
Parameters:
  • tolerance
  • Type: System.Double
Returns:
Type: Brep[]
An array of Planar Breps.
Available since:
6.0

Description:

Constructs a set of planar Breps as outlines by the loops.

Syntax:
public static Brep[] CreatePlanarBreps(
CurveList inputLoops
)
deprecated in 6.0
obsolete: Use version that takes tolerance as input
Parameters:
Returns:
Type: Brep[]
An array of Planar Breps or None on error.
Available since:
5.0

/
/
/
CreatePlanarBreps

CreatePlanarBreps method

Class:  Rhino.Geometry.Brep

Nothing found