Uses of Class
com.openinventor.inventor.fields.SoMFEnum
-
Packages that use SoMFEnum Package Description com.openinventor.inventor.engines com.openinventor.inventor.fields com.openinventor.inventor.nodes com.openinventor.remoteviz.clients.nodes -
-
Uses of SoMFEnum in com.openinventor.inventor.engines
Fields in com.openinventor.inventor.engines declared as SoMFEnum Modifier and Type Field Description SoMFEnum<SoBoolOperation.Operations>
SoBoolOperation. operation
The Boolean operation. -
Uses of SoMFEnum in com.openinventor.inventor.fields
Subclasses of SoMFEnum in com.openinventor.inventor.fields Modifier and Type Class Description class
SoMFBitMask<EnumType extends java.lang.Enum<EnumType> & IntegerValuedEnum>
Multiple-value field containing any number of masks of bit flags. -
Uses of SoMFEnum in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoMFEnum Modifier and Type Field Description SoMFEnum<SoRenderToTarget.ModeType>
SoRenderToTarget. modes
This defines the mode modifier for the targets.SoMFEnum<SbDataType.DataTypes>
SoBufferedShape. texCoordsComponentsType
SbDataType.DataType
type for the texture coordinates. -
Uses of SoMFEnum in com.openinventor.remoteviz.clients.nodes
Fields in com.openinventor.remoteviz.clients.nodes declared as SoMFEnum Modifier and Type Field Description SoMFEnum<SoRemoteVizClient.VideoDecoderType>
SoRemoteVizClient. videoDecoders
This setting allows you to specify a preference list of video decoders.
-