In this mode, all geometric line features are visible.
In this mode, geometric circular features are visible.
With this bit set, no hover (nor pick) will be possible for extent points of arc of circles and lines.
In this mode, geometric line features are visible.
In this mode, none geometric features are visible.
The FeatureVisibilityMode enumeration tells which types of geometric
featuresare displayed.It is a bit field concerning arc of circles, lines, and also with the possibility to disable hover (and pick) of points at the extent of lines and are of circles.
This may be :
featuresvisible : FVM_All.featuresvisible : FVM_ArcOfCircle.featuresvisible : FVM_Line.featuresvisible: FVM_None.Since this enum is a bit field, to display line data and circular
features, use FVM_ArcOfCircle | FVM_Line.The default FeatureVisibilityMode is FVM_All.
Featuresrendering modes are modified and retrieved with FeatureManagerInterface.setGeometricInstancesFeaturesTypesVisibility and FeatureManagerInterface.getGeometricInstancesFeaturesTypesVisibility.See
FeatureManagerInterface