ifcopenshell.api.structural.edit_structural_connection_cs
¶
Module Contents¶
- ifcopenshell.api.structural.edit_structural_connection_cs.edit_structural_connection_cs(file: ifcopenshell.file, structural_item: ifcopenshell.entity_instance, axis: tuple[float, float, float] = (0.0, 0.0, 1.0), ref_direction: tuple[float, float, float] = (1.0, 0.0, 0.0)) None ¶
Edits the coordinate system of a structural connection
- Parameters:
structural_item (ifcopenshell.entity_instance) – The IfcStructuralItem you want to modify.
axis (tuple[float, float, float]) – The unit Z axis vector defined as a list of 3 floats. Defaults to (0., 0., 1.).
ref_direction (tuple[float, float, float]) – The unit X axis vector defined as a list of 3 floats. Defaults to (1., 0., 0.).
- Returns:
None
- Return type:
None