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

Method setSubfeaturePointSize

source/MRMesh/MRFeatureObject.cpp:203–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void FeatureObject::setSubfeaturePointSize( float pointSize )
204{
205 if ( subPointSize_ != pointSize )
206 {
207 subPointSize_ = pointSize;
208 needRedraw_ = true;
209 }
210}
211
212void FeatureObject::setSubfeatureLineWidth( float lineWidth )
213{

Callers 1

drawAdvancedOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected