| 559 | |
| 560 | #ifdef HAS_SCHEMA_2x3 |
| 561 | Ifc2x3::IfcStyledItem* create_styled_item(Ifc2x3::IfcRepresentationItem* item, Ifc2x3::IfcPresentationStyleAssignment* style_assignment) { |
| 562 | Ifc2x3::IfcPresentationStyleAssignment::list::ptr style_assignments(new Ifc2x3::IfcPresentationStyleAssignment::list); |
| 563 | style_assignments->push(style_assignment); |
| 564 | return new Ifc2x3::IfcStyledItem(item, style_assignments, boost::none); |
| 565 | } |
| 566 | #endif |
| 567 | |
| 568 | #ifdef HAS_SCHEMA_4 |
no test coverage detected