Class iicm.vrml.pw.Extrusion
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.Extrusion
java.lang.Object
|
+----iicm.vrml.pw.Node
|
+----iicm.vrml.pw.Geometry
|
+----iicm.vrml.pw.Extrusion
- public class Extrusion
- extends Geometry
-
beginCap
-
-
ccw
-
-
convex
-
-
creaseAngle
-
-
crossSection
-
-
endCap
-
-
orientation
-
-
scale
-
-
solid
-
-
spine
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
-
writeSubfields(PrintStream, Hashtable)
- write subfields (inside {}) to outputstream
beginCap
public SFBool beginCap
ccw
public SFBool ccw
convex
public SFBool convex
endCap
public SFBool endCap
solid
public SFBool solid
creaseAngle
public SFFloat creaseAngle
crossSection
public MFVec2f crossSection
scale
public MFVec2f scale
spine
public MFVec3f spine
orientation
public MFRotation orientation
nodeName
public String nodeName()
- the node's name
- Overrides:
- nodeName in class Node
traverse
public void traverse(Traverser t)
- must call appropriate method of Traverser for node traversal
- Overrides:
- traverse in class Node
writeSubfields
public void writeSubfields(PrintStream os,
Hashtable wrefs)
- write subfields (inside {}) to outputstream
- Overrides:
- writeSubfields in class Node
All Packages Class Hierarchy This Package Previous Next Index