Jeospace API

org.jeospace.x3d.node
Class Extrusion

java.lang.Object
  extended byorg.jeospace.x3d.node.Node
      extended byorg.jeospace.x3d.node.Extrusion

public class Extrusion
extends Node

An SAI Extrusion node wrapper.

Version:
$Revision: 1.2 $
Author:
Rex Melton

Field Summary
 org.web3d.x3d.sai.SFBool beginCap
          The beginCap field
 org.web3d.x3d.sai.SFBool ccw
          The ccw field
 org.web3d.x3d.sai.SFBool convex
          The convex field
 org.web3d.x3d.sai.SFFloat creaseAngle
          The creaseAngle field
 org.web3d.x3d.sai.MFVec2f crossSection
          The crossSection field
 org.web3d.x3d.sai.SFBool endCap
          The endCap field
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.MFRotation orientation
          The orientation field
 org.web3d.x3d.sai.MFVec2f scale
          The scale field
 org.web3d.x3d.sai.MFVec2f set_crossSection
          The set_crossSection eventIn
 org.web3d.x3d.sai.MFRotation set_orientation
          The set_orientation eventIn
 org.web3d.x3d.sai.MFVec2f set_scale
          The set_scale eventIn
 org.web3d.x3d.sai.MFVec3f set_spine
          The set_spine eventIn
 org.web3d.x3d.sai.SFBool solid
          The solid field
 org.web3d.x3d.sai.MFVec3f spine
          The spine field
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
Extrusion(org.web3d.x3d.sai.X3DNode node)
          Constructor
Extrusion(org.web3d.x3d.sai.X3DScene scene)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadata

public final org.web3d.x3d.sai.SFNode metadata
The metadata exposedField


beginCap

public final org.web3d.x3d.sai.SFBool beginCap
The beginCap field


ccw

public final org.web3d.x3d.sai.SFBool ccw
The ccw field


convex

public final org.web3d.x3d.sai.SFBool convex
The convex field


creaseAngle

public final org.web3d.x3d.sai.SFFloat creaseAngle
The creaseAngle field


crossSection

public final org.web3d.x3d.sai.MFVec2f crossSection
The crossSection field


endCap

public final org.web3d.x3d.sai.SFBool endCap
The endCap field


orientation

public final org.web3d.x3d.sai.MFRotation orientation
The orientation field


scale

public final org.web3d.x3d.sai.MFVec2f scale
The scale field


solid

public final org.web3d.x3d.sai.SFBool solid
The solid field


spine

public final org.web3d.x3d.sai.MFVec3f spine
The spine field


set_crossSection

public final org.web3d.x3d.sai.MFVec2f set_crossSection
The set_crossSection eventIn


set_orientation

public final org.web3d.x3d.sai.MFRotation set_orientation
The set_orientation eventIn


set_scale

public final org.web3d.x3d.sai.MFVec2f set_scale
The set_scale eventIn


set_spine

public final org.web3d.x3d.sai.MFVec3f set_spine
The set_spine eventIn

Constructor Detail

Extrusion

public Extrusion(org.web3d.x3d.sai.X3DScene scene)
Constructor


Extrusion

public Extrusion(org.web3d.x3d.sai.X3DNode node)
Constructor


Jeospace API

Copyright © 2006 - jeospace.org