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

Function addStyleAssignment_4x3

src/ifcparse/IfcHierarchyHelper.cpp:512–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510
511template <typename Schema>
512typename Schema::IfcPresentationStyle* addStyleAssignment_4x3(IfcHierarchyHelper<Schema>& file, double r, double g, double b, double a = 1.0) {
513 return getSurfaceStyle<Schema>(file, r, g, b, a);
514}
515
516template <typename Schema>
517typename Schema::IfcPresentationStyleAssignment* setSurfaceColour_2x3(IfcHierarchyHelper<Schema>& file, typename Schema::IfcProductRepresentation* shape, double r, double g, double b, double a) {

Callers 2

setSurfaceColour_4x3Function · 0.85
addStyleAssignmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected