ifcopenshell.api.alignment.get_layout_curve

Module Contents

ifcopenshell.api.alignment.get_layout_curve.get_layout_curve(layout: ifcopenshell.entity_instance) ifcopenshell.entity_instance

Returns the representation curve for the layout. This will be an IfcCompositeCurve, IfcGradientCurve, or IfcSegmentReferenceCurve for IfcAlignmentHorizontal, IfcAlignmentVertical, or IfcAlignmentCant, respectively.

Parameters:

layout – An alignment layout

Returns:

The geometric representation curve

Example: