Uses of Interface
com.solibri.geometry.primitive2d.MArea
Packages that use MArea
-
Uses of MArea in com.solibri.geometry.primitive2d
Methods in com.solibri.geometry.primitive2d that return MAreaModifier and TypeMethodDescriptionstatic MArea
MArea.create()
Returns an empty area.static MArea
Creates an area with the given area.static MArea
Creates an area with the given polygon and resize value.static MArea
Creates an area with the givenShape
.static MArea
MArea.create(Collection<? extends Area> areas)
Creates an union area with the given areas.static MArea
Creates an area with the given polygon points.Polygon2d.toArea()
Returns this polygon as anMArea
object.