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

Method setSubfeatureLineWidth

source/MRMesh/MRFeatureObject.cpp:212–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void FeatureObject::setSubfeatureLineWidth( float lineWidth )
213{
214 if ( subLineWidth_ != lineWidth )
215 {
216 subLineWidth_ = lineWidth;
217 needRedraw_ = true;
218 }
219}
220
221float FeatureObject::getMainFeatureAlpha() const
222{

Callers 1

drawAdvancedOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected