Uses of Interface
com.solibri.smc.api.visualization.Mesh
-
Uses of Mesh in com.solibri.smc.api.visualization
Modifier and TypeMethodDescriptionstatic Mesh
Mesh.create(ARGBColor color, Collection<Triangle3d> triangles)
Creates a mesh visualization with the given triangles and color.static Mesh
Mesh.create(Collection<Triangle3d> triangles)
Creates a mesh visualization with the given triangles.