| Package | Description | 
|---|---|
| com.solibri.geometry.primitive2d | |
| com.solibri.smc.api.footprints | |
| com.solibri.smc.api.visualization | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MArea
Interface for areas in XY-plane. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Area | 
Area.create()
Returns an empty area. 
 | 
static Area | 
Area.create(Area area)
Creates an area with the given area. 
 | 
static Area | 
Area.create(Collection<? extends Area> areas)
Creates an union area with the given areas. 
 | 
static Area | 
Area.create(List<? extends Vector2d> polygonPoints)
Creates an area with the given polygon points. 
 | 
static Area | 
Area.create(Polygon2d polygon,
      double resize)
Creates an area with the given polygon and resize value. 
 | 
static Area | 
Area.create(Shape shape)
Creates an area with the given  
Shape. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MArea.add(Area area)
Adds the given shape of the specified area to the shape of this area. 
 | 
static Area | 
Area.create(Area area)
Creates an area with the given area. 
 | 
static MArea | 
MArea.create(Area area)
Creates an area with the given area. 
 | 
void | 
MArea.intersect(Area area)
Sets the shape of this area to the intersection of its current shape and
 the shape of the given specified area. 
 | 
void | 
MArea.subtract(Area area)
Subtracts the shape of the specified area from the shape of this area. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Area | 
Area.create(Collection<? extends Area> areas)
Creates an union area with the given areas. 
 | 
static MArea | 
MArea.create(Collection<? extends Area> areas)
Creates an union area with the given areas. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Area | 
Footprint.getArea()
Returns the 2 dimensional area of the footprint. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VisualizationItem | 
VisualizationItem.createArea(Area area,
          double elevation)
Creates a visualization of an area. 
 | 
Copyright © 2019 Solibri, Inc.. All rights reserved.