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: ifcopenshell.util.shape_builder.VectorType = (0.0, 0.0, 1.0), ref_direction: ifcopenshell.util.shape_builder.VectorType = (1.0, 0.0, 0.0)) None

Edits the coordinate system of a structural connection

Parameters:
  • structural_item – The IfcStructuralItem you want to modify.

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

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

Returns:

None