Uses of Class
com.openinventor.inventor.nodes.SoProfile.Profiles
-
Packages that use SoProfile.Profiles Package Description com.openinventor.inventor.nodes -
-
Uses of SoProfile.Profiles in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoProfile.Profiles Modifier and Type Field Description SoSFEnum<SoProfile.Profiles>
SoProfile. linkage
Specifies connectivity of profile curve with respect to profiles in current list in state.Methods in com.openinventor.inventor.nodes that return SoProfile.Profiles Modifier and Type Method Description static SoProfile.Profiles
SoProfile.Profiles. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoProfile.Profiles
SoProfile.Profiles. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoProfile.Profiles[]
SoProfile.Profiles. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-