Click or drag to resize

BoundaryRepresentationGeometry Constructor

[This is preliminary documentation and is subject to change.]

Create a new BREP geometry definition by providing the vertices & faces that define the BREP

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public BoundaryRepresentationGeometry(
	IReadOnlyList<Coordinate> vertices,
	IReadOnlyList<Face> faces
)

Parameters

vertices
Type: System.Collections.GenericIReadOnlyListCoordinate
The vertices
faces
Type: System.Collections.GenericIReadOnlyListFace
The faces, which refer to the index of vertices
See Also