2027 Method
Changes 0
M

SpatialElementGeometryCalculator.CalculateSpatialElementGeometry

Description:
Compute the spatial element geometry and returns the boundary face information.
public SpatialElementGeometryResults CalculateSpatialElementGeometry(
	SpatialElement spatialElement
)
  • spatialElement
    Specifies the spatial element needs to be computed, should be Room or Space.
Return Value SpatialElementGeometryResults Requested boundary face information.
  • spatialElement is not a room or a space, and thus has no 3D geometry to calculate. -or- spatialElement is not enclosed in 2d or has no location, or the height is too small, and thus has no 3D geometry to calculate.
  • A non-optional argument was null
  • Failed to compute the given spatial element's geometry.