| 675 | |
| 676 | #ifdef HAS_SCHEMA_2x3 |
| 677 | Ifc2x3::IfcPresentationStyleAssignment* addStyleAssignment(IfcHierarchyHelper<Ifc2x3>& file, double r, double g, double b, double a) { |
| 678 | return addStyleAssignment_2x3(file, r, g, b, a); |
| 679 | } |
| 680 | |
| 681 | Ifc2x3::IfcPresentationStyleAssignment* setSurfaceColour(IfcHierarchyHelper<Ifc2x3>& file, Ifc2x3::IfcProductRepresentation* shape, double r, double g, double b, double a) { |
| 682 | return setSurfaceColour_2x3(file, shape, r, g, b, a); |
nothing calls this directly
no test coverage detected