Uses of Class
com.openinventor.inventor.io.cad.SoCADInputReaderParameters.Qualities
-
Packages that use SoCADInputReaderParameters.Qualities Package Description com.openinventor.inventor.io.cad Inventor CAD file format support. -
-
Uses of SoCADInputReaderParameters.Qualities in com.openinventor.inventor.io.cad
Methods in com.openinventor.inventor.io.cad that return SoCADInputReaderParameters.Qualities Modifier and Type Method Description static SoCADInputReaderParameters.Qualities
SoCADInputReaderParameters.Qualities. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoCADInputReaderParameters.Qualities
SoCADInputReaderParameters.Qualities. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoCADInputReaderParameters.Qualities[]
SoCADInputReaderParameters.Qualities. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.io.cad with parameters of type SoCADInputReaderParameters.Qualities Modifier and Type Method Description void
SoCADInputReaderParameters. setTessellationOption(SoCADInputReaderParameters.Qualities quality)
Specify predefined tessellation options.
-