|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Extrusion
Defines the requirements of an X3D Extrusion node
| Method Summary | |
|---|---|
boolean |
getBeginCap()
Return the beginCap boolean value. |
boolean |
getCcw()
Return the ccw boolean value. |
boolean |
getConvex()
Return the convex boolean value. |
float |
getCreaseAngle()
Return the creaseAngle float value. |
void |
getCrossSection(float[] val)
Return the crossSection value in the argument float[] |
boolean |
getEndCap()
Return the endCap boolean value. |
int |
getNumCrossSection()
Return the number of MFVec2f items in the crossSection field. |
int |
getNumOrientation()
Return the number of MFRotation items in the orientation field. |
int |
getNumScale()
Return the number of MFVec2f items in the scale field. |
int |
getNumSpine()
Return the number of MFVec3f items in the spine field. |
void |
getOrientation(float[] val)
Return the orientation value in the argument float[] |
void |
getScale(float[] val)
Return the scale value in the argument float[] |
boolean |
getSolid()
Return the solid boolean value. |
void |
getSpine(float[] val)
Return the spine value in the argument float[] |
void |
setBeginCap(boolean val)
Set the beginCap field. |
void |
setCcw(boolean val)
Set the ccw field. |
void |
setConvex(boolean val)
Set the convex field. |
void |
setCreaseAngle(float val)
Set the creaseAngle field. |
void |
setCrossSection(float[] val)
Set the crossSection field. |
void |
setEndCap(boolean val)
Set the endCap field. |
void |
setOrientation(float[] val)
Set the orientation field. |
void |
setScale(float[] val)
Set the scale field. |
void |
setSolid(boolean val)
Set the solid field. |
void |
setSpine(float[] val)
Set the spine field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
boolean getBeginCap()
void setBeginCap(boolean val)
val - The boolean to set.boolean getCcw()
void setCcw(boolean val)
val - The boolean to set.boolean getConvex()
void setConvex(boolean val)
val - The boolean to set.float getCreaseAngle()
void setCreaseAngle(float val)
val - The float to set.int getNumCrossSection()
void getCrossSection(float[] val)
val - The float[] to initialize.void setCrossSection(float[] val)
val - The float[] to set.boolean getEndCap()
void setEndCap(boolean val)
val - The boolean to set.int getNumOrientation()
void getOrientation(float[] val)
val - The float[] to initialize.void setOrientation(float[] val)
val - The float[] to set.int getNumScale()
void getScale(float[] val)
val - The float[] to initialize.void setScale(float[] val)
val - The float[] to set.boolean getSolid()
void setSolid(boolean val)
val - The boolean to set.int getNumSpine()
void getSpine(float[] val)
val - The float[] to initialize.void setSpine(float[] val)
val - The float[] to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||