Uses of Interface
com.solibri.geometry.primitive2d.MArea
-
Packages that use MArea Package Description com.solibri.geometry.primitive2d -
-
Uses of MArea in com.solibri.geometry.primitive2d
Methods in com.solibri.geometry.primitive2d that return MArea Modifier and Type Method Description static MArea
MArea. create()
Returns an empty area.static MArea
MArea. create(Area area)
Creates an area with the given area.static MArea
MArea. create(Polygon2d polygon, double offset)
Creates an area with the given polygon and resize value.static MArea
MArea. create(Shape shape)
Creates an area with the givenShape
.static MArea
MArea. create(Collection<? extends Area> areas)
Creates an union area with the given areas.static MArea
MArea. create(List<? extends Vector2d> polygonPoints)
Creates an area with the given polygon points.MArea
Polygon2d. toArea()
Returns this polygon as anMArea
object.
-