<Code Lib>
2022 Method
Changes 0
M

SpatialElementGeometryCalculator.CanCalculateGeometry

Description:
This indicates whether the input spatial element is a valid one.

public static bool CanCalculateGeometry(
	SpatialElement spatialElement
)

Return Value bool It will return false if the room/space is not enclosed in 2d or has no location, or the height is too small.

Loading…