Package | Description |
---|---|
com.solibri.geometry.primitive2d |
Modifier and Type | Method and 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(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.
|
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 given
Shape . |
MArea |
Polygon2d.toArea()
Returns this polygon as an
MArea object. |
Copyright © 2019 Solibri, Inc.. All rights reserved.