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 beginCap
-  
  
-   ccw ccw
-  
  
-   convex convex
-  
  
-   creaseAngle creaseAngle
-  
  
-   crossSection crossSection
-  
  
-   endCap endCap
-  
  
-   orientation orientation
-  
  
-   scale scale
-  
  
-   solid solid
-  
  
-   spine spine
-  
   
  -   nodeName() nodeName()
-  the node's name
  
-   traverse(Traverser) traverse(Traverser)
-  must call appropriate method of Traverser for node traversal
  
-   writeSubfields(PrintStream, Hashtable) writeSubfields(PrintStream, Hashtable)
-  write subfields (inside {}) to outputstream
   
 beginCap
beginCap
  public SFBool beginCap
 ccw
ccw
  public SFBool ccw
 convex
convex
  public SFBool convex
 endCap
endCap
  public SFBool endCap
 solid
solid
  public SFBool solid
 creaseAngle
creaseAngle
  public SFFloat creaseAngle
 crossSection
crossSection
  public MFVec2f crossSection
 scale
scale
  public MFVec2f scale
 spine
spine
  public MFVec3f spine
 orientation
orientation
  public MFRotation orientation
   
 nodeName
nodeName
  public String nodeName()
  -  the node's name
  
    -  Overrides:
    
-  nodeName in class Node
  
 
 traverse
traverse
  public void traverse(Traverser t)
  -  must call appropriate method of Traverser for node traversal
  
    -  Overrides:
    
-  traverse in class Node
  
 
 writeSubfields
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