| 515 | |
| 516 | template <typename Schema> |
| 517 | typename Schema::IfcPresentationStyleAssignment* setSurfaceColour_2x3(IfcHierarchyHelper<Schema>& file, typename Schema::IfcProductRepresentation* shape, double r, double g, double b, double a) { |
| 518 | typename Schema::IfcPresentationStyleAssignment* style_assignment = addStyleAssignment_2x3(file, r, g, b, a); |
| 519 | setSurfaceColour_2x3(file, shape, style_assignment); |
| 520 | return style_assignment; |
| 521 | } |
| 522 | |
| 523 | template <typename Schema> |
| 524 | typename Schema::IfcPresentationStyle* setSurfaceColour_4x3(IfcHierarchyHelper<Schema>& file, typename Schema::IfcProductRepresentation* shape, double r, double g, double b, double a) { |
no test coverage detected