MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / setFrontColor

Method setFrontColor

source/MRMesh/MRObjectGcode.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void ObjectGcode::setFrontColor( const Color& color, bool selected, ViewportId viewportId /*= {} */ )
124{
125 ObjectLinesHolder::setFrontColor( color, selected, viewportId );
126 if ( selected )
127 updateColors_();
128}
129
130size_t ObjectGcode::heapBytes() const
131{

Callers 15

definePlaneMethod · 0.45
onDragStart_Method · 0.45
makeMethod · 0.45
createMethod · 0.45
setColorMethod · 0.45
drawDrawOptionsColorsMethod · 0.45
setSphereColor_Method · 0.45
setColorsMethod · 0.45
creteGrids_Method · 0.45
makeMethod · 0.45
updateHole_Method · 0.45
createAncillaryLines_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected