Portion(EdgeData(), Face(), Cycle(), Point3D(), Int32) Constructor

Standard constructor.
Public Sub New( _ 
ByVal edgeDatas As EdgeData(), _ 
ByVal faces As Face(), _ 
ByVal cycles As Cycle(), _ 
ByVal vertices As Point3D(), _ 
ByVal id As Integer
)
This language is not supported or no code example is available.
public Portion( 
EdgeData[] edgeDatas
Face[] faces
Cycle[] cycles
Point3D[] vertices
int id 
)
This language is not supported or no code example is available.

Parameters

edgeDatas
EdgeData[]

Edges attributes

faces
Face[]

Faces attributes

cycles
Cycle[]

Cycles attributes

vertices
Point3D[]

Solid portion's 3D vertices

id
int

Portion identifier

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition