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

Function setSurfaceColour

src/ifcparse/IfcHierarchyHelper.cpp:681–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
683}
684
685Ifc2x3::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);

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 2

setSurfaceColour_2x3Function · 0.85
setSurfaceColour_4x3Function · 0.85

Tested by

no test coverage detected