| 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); |
| 683 | } |
| 684 | |
| 685 | Ifc2x3::IfcPresentationStyleAssignment* setSurfaceColour(IfcHierarchyHelper<Ifc2x3>& file, Ifc2x3::IfcRepresentation* shape, double r, double g, double b, double a) { |
| 686 | return setSurfaceColour_2x3(file, shape, r, g, b, a); |
no test coverage detected