Uses of Class
com.openinventor.inventor.nodes.SoBevelProperty.Tests
-
Packages that use SoBevelProperty.Tests Package Description com.openinventor.inventor.nodes -
-
Uses of SoBevelProperty.Tests in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoBevelProperty.Tests Modifier and Type Field Description SoSFBitMask<SoBevelProperty.Tests>
SoBevelProperty. testsBeforeBevel
Which tests should be performed in order to "clean up" the shape before it is beveled.Methods in com.openinventor.inventor.nodes that return SoBevelProperty.Tests Modifier and Type Method Description static SoBevelProperty.Tests
SoBevelProperty.Tests. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoBevelProperty.Tests
SoBevelProperty.Tests. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoBevelProperty.Tests[]
SoBevelProperty.Tests. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-