ifcopenshell.api.structural.edit_structural_item_axis

Module Contents

ifcopenshell.api.structural.edit_structural_item_axis.edit_structural_item_axis(file, structural_item=None, axis=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.].

Returns:

None

Return type:

None