ifcopenshell.api.structural.edit_structural_connection_cs

Module Contents

ifcopenshell.api.structural.edit_structural_connection_cs.edit_structural_connection_cs(file, structural_item=None, axis=None, ref_direction=None) None

Edits the coordinate system of a structural connection

Parameters:
  • structural_item (ifcopenshell.entity_instance) – The IfcStructuralItem you want to modify.

  • axis (list[float]) – The unit Z axis vector defined as a list of 3 floats. Defaults to [0., 0., 1.].

  • ref_direction (list[float]) – The unit X axis vector defined as a list of 3 floats. Defaults to [1., 0., 0.].

Returns:

None

Return type:

None