<Code Lib>
2021 Method
Changes 0
M

ExporterIFCUtils.IsWallBaseRectangular

Description:
Identifies if the wall's base can be represented by a direct thickening of the wall's base curve.

public static bool IsWallBaseRectangular(
	Wall wall,
	Curve curve
)

Return Value bool True if the wall's base can be represented by a direct thickening of the wall's base curve. False is the wall's base shape is affected by other geometry, and thus cannot be represented by a direct thickening of the wall's base cure.

Loading…