Uses of Class
com.openinventor.inventor.nodes.SoProfile
-
Packages that use SoProfile Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list.com.openinventor.inventor.nodes -
-
Uses of SoProfile in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements with parameters of type SoProfile Modifier and Type Method Description static void
SoProfileElement. add(SoState state, SoProfile profile)
Add to the current profile list. -
Uses of SoProfile in com.openinventor.inventor.nodes
Subclasses of SoProfile in com.openinventor.inventor.nodes Modifier and Type Class Description class
SoLinearProfile
Piecewise-linear profile curve.class
SoNurbsProfile
NURBS profile curve.
-