2027 Method
Changes 3
M

ExporterIFCUtils.CanExportWallGeometryAsExtrusion

Description:
Identifies if the base geometry of the wall can be represented as an extrusion.
public static bool CanExportWallGeometryAsExtrusion(
	Element element,
	IFCRange range,
	Curve curve
)
  • element
    The wall or in-place wall element.
  • range
    The range. This consists of two double values representing the height in Z at the start and the end of the range. If the values are identical the entire wall is used.
  • curve
    The wall's base curve.
Return Value Boolean True if the wall export can be made in the form of an extrusion, false if the geometry cannot be assigned to an extrusion.