Uses of Class
com.openinventor.inventor.fields.SoSFBitMask
-
Packages that use SoSFBitMask Package Description com.openinventor.inventor.engines com.openinventor.inventor.nodes com.openinventor.ldm.nodes com.openinventor.meshviz.graph com.openinventor.volumeviz.nodes -
-
Uses of SoSFBitMask in com.openinventor.inventor.engines
Fields in com.openinventor.inventor.engines declared as SoSFBitMask Modifier and Type Field Description SoSFBitMask<SoOneShot.FlagsType>
SoOneShot. flags
Control flags. -
Uses of SoSFBitMask in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFBitMask Modifier and Type Field Description SoSFBitMask<SoNurbsProperty.DrawStyles>
SoNurbsProperty. drawStyle
Indicates which part of the NURBS surface to render.SoSFBitMask<SoFullSceneAntialiasing.Filters>
SoFullSceneAntialiasing. filter
A bit-wise combination of LINES, POINTS, POLYGONS, and TEXT that determines which primitive types should be antialiased.SoSFBitMask<SoCone.PartType>
SoCone. parts
Visible parts of cone.SoSFBitMask<SoCylinder.PartType>
SoCylinder. parts
Visible parts of cylinder.SoSFBitMask<SoText3.PartType>
SoText3. parts
Which parts of text are visible.SoSFBitMask<SoFontStyle.Styles>
SoFontStyle. style
Specifies style of the chosen font.SoSFBitMask<SoShadowStyle.ShadowStyles>
SoShadowStyle. style
Shadow style.SoSFBitMask<SoTextProperty.Styles>
SoTextProperty. style
Specifies zero or more styles to be applied to text.SoSFBitMask<SoPolygonOffset.StyleType>
SoPolygonOffset. styles
A bit-wise combination of FILLED, LINES, and POINTS that determines which polygon modes should be offset.SoSFBitMask<SoBevelProperty.Tests>
SoBevelProperty. testsBeforeBevel
Which tests should be performed in order to "clean up" the shape before it is beveled.SoSFBitMask<SoResetTransform.ResetTypes>
SoResetTransform. whatToReset
Specifies which items to reset when the node is traversed. -
Uses of SoSFBitMask in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes declared as SoSFBitMask Modifier and Type Field Description SoSFBitMask<SoROI.FlagsType>
SoROI. flags
Specifies how the bounds of the box are used. -
Uses of SoSFBitMask in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoSFBitMask Modifier and Type Field Description SoSFBitMask<PoLabel.ValueTypes>
PoLabel. valueType
Defines the type of values displayed by the labels. -
Uses of SoSFBitMask in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes declared as SoSFBitMask Modifier and Type Field Description SoSFBitMask<SoVolumeRenderingQuality.EdgeDetect2DMethods>
SoVolumeRenderingQuality. edgeDetect2DMethod
Method used for 2D edge detection.SoSFBitMask<SoVolumeRender.LowResModes>
SoVolumeRender. lowResMode
Sets the method to use when moving in low resolution.SoSFBitMask<SoVolumeDataDrawStyle.DrawStyles>
SoVolumeDataDrawStyle. style
Set the draw style used for a volume or mask: .
-