Uses of Interface
com.solibri.geometry.primitive2d.Area
Packages that use Area
Package
Description
-
Uses of Area in com.solibri.geometry.primitive2d
Subinterfaces of Area in com.solibri.geometry.primitive2dMethods in com.solibri.geometry.primitive2d that return AreaModifier and TypeMethodDescriptionstatic AreaArea.create()Returns an empty area.static AreaCreates an area with the given area.static AreaCreates an area with the given polygon and resize value.static AreaCreates an area with the givenShape.static AreaArea.create(Collection<? extends Area> areas)Creates an union area with the given areas.static AreaCreates an area with the given polygon points.Methods in com.solibri.geometry.primitive2d with parameters of type AreaModifier and TypeMethodDescriptionvoidAdds the given shape of the specified area to the shape of this area.static AreaCreates an area with the given area.static MAreaCreates an area with the given area.voidSets the shape of this area to the intersection of its current shape and the shape of the given specified area.voidSubtracts the shape of the specified area from the shape of this area.Method parameters in com.solibri.geometry.primitive2d with type arguments of type AreaModifier and TypeMethodDescriptionstatic AreaArea.create(Collection<? extends Area> areas)Creates an union area with the given areas.static MAreaMArea.create(Collection<? extends Area> areas)Creates an union area with the given areas. -
Uses of Area in com.solibri.smc.api.footprints
Methods in com.solibri.smc.api.footprints that return Area -
Uses of Area in com.solibri.smc.api.visualization
Methods in com.solibri.smc.api.visualization with parameters of type AreaModifier and TypeMethodDescriptionstatic VisualizationItemVisualizationItem.createArea(Area area, double elevation)Creates a visualization of an area.