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. operationThe Boolean operation. -
Uses of SoMFEnum in com.openinventor.inventor.fields
Subclasses of SoMFEnum in com.openinventor.inventor.fields Modifier and Type Class Description classSoMFBitMask<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. modesThis defines the mode modifier for the targets.SoMFEnum<SbDataType.DataTypes>SoBufferedShape. texCoordsComponentsTypeSbDataType.DataTypetype 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. videoDecodersThis setting allows you to specify a preference list of video decoders.
-