ifcopenshell.api.cogo.assign_survey_point

Module Contents

ifcopenshell.api.cogo.assign_survey_point.assign_survey_point(annotation: ifcopenshell.entity_instance, survey_point: ifcopenshell.entity_instance)

Assigns a coordinate point to a survey point annotation

Parameters:
  • annotaton – The survey point annotation

  • survey_point – The survey point

Returns:

None

Example:

annotation = ifcopenshell.api.cogo.add_survey_point(file,file.createIfcCartesianPoint(4000.0,3500.0)))
ifcopenshell.api.cogo.assign_surve_point(annotation,file.createIfcCartesianPoint(4000.0,3500.0,100.0))