ifcopenshell.api.cogo.add_survey_point¶
Module Contents¶
- ifcopenshell.api.cogo.add_survey_point.add_survey_point(file: ifcopenshell.file, survey_point: ifcopenshell.entity_instance, site: ifcopenshell.entity_instance | None = None) ifcopenshell.entity_instance¶
- Adds a single survey point to the model based on IFC Concept Template 4.1.7.1.2.5. Survey points are located relative to IfcRepresentationContext.WorldCoordinateSystem - Parameters:
- survey_point – The survey point 
- Returns:
- an IfcAnnotation entity 
 - Example: - annotation = ifcopenshell.api.cogo.add_survey_point(file,file.createIfcCartesianPoint(4000.0,3500.0)))