| 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) { |
| 525 | typename Schema::IfcPresentationStyle* style_assignment = addStyleAssignment_4x3(file, r, g, b, a); |
| 526 | setSurfaceColour_4x3(file, shape, style_assignment); |
| 527 | return style_assignment; |
| 528 | } |
| 529 | |
| 530 | template <typename Schema> |
| 531 | typename Schema::IfcPresentationStyleAssignment* setSurfaceColour_2x3(IfcHierarchyHelper<Schema>& file, typename Schema::IfcRepresentation* shape, double r, double g, double b, double a) { |
no test coverage detected