Uses of Interface
com.solibri.geometry.primitive2d.MArea
-
Uses of MArea in com.solibri.geometry.primitive2d
Modifier 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.