MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / addStyleAssignment

Function addStyleAssignment

src/ifcparse/IfcHierarchyHelper.cpp:677–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675
676#ifdef HAS_SCHEMA_2x3
677Ifc2x3::IfcPresentationStyleAssignment* addStyleAssignment(IfcHierarchyHelper<Ifc2x3>& file, double r, double g, double b, double a) {
678 return addStyleAssignment_2x3(file, r, g, b, a);
679}
680
681Ifc2x3::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);

Callers

nothing calls this directly

Calls 2

addStyleAssignment_2x3Function · 0.85
addStyleAssignment_4x3Function · 0.85

Tested by

no test coverage detected