<Code Lib>
2027 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
)

  • wall
    The wall.
  • curve
    The wall's base curve.
Return Value Boolean True if the wall's base can be represented by a direct thickening of the wall's base curve. False if 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…