public interface SpaceBoundary
SpaceBoundary
interface provides information about the space boundary. The space boundary defines the
physical or virtual delimiter of a space as its relationship to the surrounding elements.Modifier and Type | Interface and Description |
---|---|
static class |
SpaceBoundary.Type
The type of the space boundary.
|
Modifier and Type | Method and Description |
---|---|
double |
getArea()
Returns the area of the space boundary.
|
Optional<Component> |
getRelatedBuildingElement()
Returns the related building element entity.
|
Optional<Space> |
getSpace()
Returns the relating space entity.
|
SpaceBoundary.Type |
getType()
Returns the type of the space boundary.
|
double getArea()
Optional<Space> getSpace()
SpaceBoundary.Type getType()
Optional<Component> getRelatedBuildingElement()
Copyright © 2019 Solibri, Inc.. All rights reserved.