public static class PolyhedronsSet.BRep extends Object
The boundary is provided as a list of vertices and a list of facets. Each facet is specified as an integer array containing the arrays vertices indices in the vertices list. Each facet normal is oriented by right hand rule to the facet vertices list.
PolyhedronsSet.getBRep()
Constructor and Description |
---|
BRep(List<Vector3D> verticesIn,
List<int[]> facetsIn)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
List<int[]> |
getFacets()
Get the extracted facets.
|
List<Vector3D> |
getVertices()
Get the extracted vertices.
|
Copyright © 2023 CNES. All rights reserved.