Uses of Interface
com.solibri.geometry.primitive2d.MPolygon2d
Package
Description
-
Uses of MPolygon2d in com.solibri.geometry.algorithms
Modifier and TypeMethodDescriptionstatic MPolygon2d
Returns the convex hull of the given polygon.static MPolygon2d
ConvexHull.of
(Collection<? extends Vector2d> points) Returns the convex hull of the given collection of points. -
Uses of MPolygon2d in com.solibri.geometry.primitive2d
Modifier and TypeInterfaceDescriptioninterface
Interface for handling rectangles in the XY-plane.interface
Interface that represents a triangle in the XY-plane.Modifier and TypeMethodDescriptionstatic MPolygon2d
Creates a 2-dimensional polygon with the contents deep copied from the given polygon.static MPolygon2d
Creates a 2-dimensional polygon with the given vertices.Area.getLargestPolygon()
Returns the largest outer polygon of the area.Modifier and TypeMethodDescriptionArea.getHoles()
Returns a list of holes in the area.Area.getPolygons()
Returns a list of polygons in the area. -
Uses of MPolygon2d in com.solibri.smc.api.model.components
Modifier and TypeMethodDescriptionHandrail.getFootprint()
Returns the footprint polygon of this handrail.Landing.getFootprint()
Returns the footprint of the landing element.StairStep.getFootprint()
Returns the footprint of the stair step element.StairStep.getNotCoveredFootprintPolygon()
Returns the not covered footprint of the stair step element.