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

Method setLineWidth

source/MRMesh/MRFeatureObject.cpp:184–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void FeatureObject::setLineWidth( float lineWidth )
185{
186 if ( lineWidth_ != lineWidth )
187 {
188 lineWidth_ = lineWidth;
189 needRedraw_ = true;
190 }
191}
192
193float FeatureObject::getSubfeaturePointSize() const
194{

Callers 11

mcpSceneSetObjectStateFunction · 0.45
drawAdvancedOptionsMethod · 0.45
creteGrids_Method · 0.45
updateHole_Method · 0.45
createAncillaryLines_Method · 0.45
getLineWidthMethod · 0.45
initMethod · 0.45
hover_Method · 0.45
exportToolPathToGCodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected