Brep(Point3D(), Edge(), Face(), Face()(), Boolean, Double) Constructor

Inner shells constructor.
Public Sub New( _ 
ByVal vertices As Point3D(), _ 
ByVal edges As Edge(), _ 
ByVal faces As Face(), _ 
Optional ByVal inners As Face()() = null, _ 
Optional ByVal splitEdgesOnSeams As Boolean = false, _ 
Optional ByVal tolerance As Double = REBUILD_FACTOR _ 
)
This language is not supported or no code example is available.
public Brep( 
Point3D[] vertices
Edge[] edges
Face[] faces
Face[][] inners = null, 
bool splitEdgesOnSeams = false, 
double tolerance = REBUILD_FACTOR 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

The vertex array

edges
Edge[]

The edge array

faces
Face[]

The outer shell face array

inners
Face[][]

The inner shells face array

splitEdgesOnSeams
bool

If yes, it splits all the edges that intersect the seams of the faces

tolerance
double

The rebuild tolerance

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition