Uses of Interface
com.solibri.geometry.primitive2d.MPolygon2d
-
Packages that use MPolygon2d Package Description com.solibri.geometry.algorithms com.solibri.geometry.primitive2d com.solibri.smc.api.model.components -
-
Uses of MPolygon2d in com.solibri.geometry.algorithms
Methods in com.solibri.geometry.algorithms that return MPolygon2d Modifier and Type Method Description static MPolygon2d
ConvexHull. of(Polygon2d polygon)
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
Subinterfaces of MPolygon2d in com.solibri.geometry.primitive2d Modifier and Type Interface Description interface
MRectangle2d
Interface for handling rectangles in the XY-plane.interface
MTriangle2d
Interface that represents a triangle in the XY-plane.Methods in com.solibri.geometry.primitive2d that return MPolygon2d Modifier and Type Method Description static MPolygon2d
MPolygon2d. create(Polygon2d polygon)
Creates a 2-dimensional polygon with the contents deep copied from the given polygon.static MPolygon2d
MPolygon2d. create(List<? extends Vector2d> vertices)
Creates a 2-dimensional polygon with the given vertices.MPolygon2d
Area. getLargestPolygon()
Returns the largest outer polygon of the area.Methods in com.solibri.geometry.primitive2d that return types with arguments of type MPolygon2d Modifier and Type Method Description List<MPolygon2d>
Area. getHoles()
Returns a list of holes in the area.List<MPolygon2d>
Area. getPolygons()
Returns a list of polygons in the area. -
Uses of MPolygon2d in com.solibri.smc.api.model.components
Methods in com.solibri.smc.api.model.components that return MPolygon2d Modifier and Type Method Description MPolygon2d
Handrail. getFootprint()
Returns the footprint polygon of this handrail.MPolygon2d
Landing. getFootprint()
Returns the footprint of the landing element.MPolygon2d
StairStep. getFootprint()
Returns the footprint of the stair step element.MPolygon2d
StairStep. getNotCoveredFootprintPolygon()
Returns the not covered footprint of the stair step element.
-