ifcopenshell.api.alignment.get_child_alignments
¶
Module Contents¶
- ifcopenshell.api.alignment.get_child_alignments.get_child_alignments(alignment: ifcopenshell.entity_instance) Sequence[ifcopenshell.entity_instance] ¶
Returns the aggregated child alignments to this alignment
Example:
alignment = model.by_type("IfcAlignment")[0] children = ifcopenshell.api.alignment.get_child_alignments(alignment)