public interface Mesh extends VisualizationItem<Mesh>
Modifier and Type | Method and Description |
---|---|
static Mesh |
create(ARGBColor color,
Collection<Triangle3d> triangles)
Creates a mesh visualization with the given triangles and color.
|
static Mesh |
create(Collection<Triangle3d> triangles)
Creates a mesh visualization with the given triangles.
|
Set<Triangle3d> |
getTriangles()
Returns the triangles forming this brep visualization.
|
createAngle, createArea, createBoundingBox, createDimension, getColor, withColor
static Mesh create(Collection<Triangle3d> triangles)
triangles
- the triangles to visualizestatic Mesh create(ARGBColor color, Collection<Triangle3d> triangles)
color
- a color with transparencytriangles
- the triangles to visualizeSet<Triangle3d> getTriangles()
Copyright © 2019 Solibri, Inc.. All rights reserved.