Uses of Interface
com.solibri.geometry.primitive2d.Area
Package
Description
-
Uses of Area in com.solibri.geometry.primitive2d
Modifier and TypeMethodDescriptionstatic Area
Area.create()
Returns an empty area.static Area
Creates an area with the given area.static Area
Creates an area with the given polygon and resize value.static Area
Creates an area with the givenShape
.static Area
Area.create
(Collection<? extends Area> areas) Creates an union area with the given areas.static Area
Creates an area with the given polygon points.Modifier and TypeMethodDescriptionvoid
Adds the given shape of the specified area to the shape of this area.static Area
Creates an area with the given area.static MArea
Creates an area with the given area.void
Sets the shape of this area to the intersection of its current shape and the shape of the given specified area.void
Subtracts the shape of the specified area from the shape of this area.Modifier and TypeMethodDescriptionstatic 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. -
Uses of Area in com.solibri.smc.api.footprints
-
Uses of Area in com.solibri.smc.api.visualization
Modifier and TypeMethodDescriptionstatic VisualizationItem
VisualizationItem.createArea
(Area area, double elevation) Creates a visualization of an area.