public interface Extrusion extends X3DGeometryNode
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBeginCap()
Provide boolean value from initializeOnly SFBool field named beginCap.
|
boolean |
getCcw()
Provide boolean value from initializeOnly SFBool field named ccw.
|
boolean |
getConvex()
Provide boolean value from initializeOnly SFBool field named convex.
|
float |
getCreaseAngle()
Provide float value unit axis, angle (in radians) within allowed range of [0,infinity) from initializeOnly SFFloat field named creaseAngle.
|
float[] |
getCrossSection()
Provide array of 2-tuple float results from initializeOnly MFVec2f field named crossSection.
|
boolean |
getEndCap()
Provide boolean value from initializeOnly SFBool field named endCap.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float[] |
getOrientation()
Provide array of 4-tuple float results unit axis, angle (in radians) from inputOutput MFRotation field named orientation.
|
float[] |
getScale()
Provide array of 2-tuple float results from inputOutput MFVec2f field named scale.
|
boolean |
getSolid()
Provide boolean value from initializeOnly SFBool field named solid.
|
float[] |
getSpine()
Provide array of 3-tuple float results from initializeOnly MFVec3f field named spine.
|
Extrusion |
setBeginCap(boolean newValue)
Assign boolean value to initializeOnly SFBool field named beginCap.
|
Extrusion |
setCcw(boolean newValue)
Assign boolean value to initializeOnly SFBool field named ccw.
|
Extrusion |
setConvex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named convex.
|
Extrusion |
setCreaseAngle(float newValue)
Assign float value unit axis, angle (in radians) within allowed range of [0,infinity) to initializeOnly SFFloat field named creaseAngle.
|
Extrusion |
setCrossSection(float[] newValue)
Assign 2-tuple float array to initializeOnly MFVec2f field named crossSection.
|
Extrusion |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Extrusion |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Extrusion |
setEndCap(boolean newValue)
Assign boolean value to initializeOnly SFBool field named endCap.
|
Extrusion |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Extrusion |
setOrientation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput MFRotation field named orientation.
|
Extrusion |
setScale(float[] newValue)
Assign 2-tuple float array to inputOutput MFVec2f field named scale.
|
Extrusion |
setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
Extrusion |
setSpine(float[] newValue)
Assign 3-tuple float array to initializeOnly MFVec3f field named spine.
|
Extrusion |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
boolean getBeginCap()
Extrusion setBeginCap(boolean newValue)
newValue - is new value for the beginCap field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getCcw()
Extrusion setCcw(boolean newValue)
newValue - is new value for the ccw field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getConvex()
Extrusion setConvex(boolean newValue)
newValue - is new value for the convex field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getCreaseAngle()
Extrusion setCreaseAngle(float newValue)
newValue - is new value for the creaseAngle field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getCrossSection()
Extrusion setCrossSection(float[] newValue)
newValue - is new value for the crossSection field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getEndCap()
Extrusion setEndCap(boolean newValue)
newValue - is new value for the endCap field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DGeometryNodegetMetadata in interface X3DNodeExtrusion setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DGeometryNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getOrientation()
Extrusion setOrientation(float[] newValue)
newValue - is new value for the orientation field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getScale()
Extrusion setScale(float[] newValue)
newValue - is new value for the scale field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getSolid()
Extrusion setSolid(boolean newValue)
newValue - is new value for the solid field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getSpine()
Extrusion setSpine(float[] newValue)
newValue - is new value for the spine field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Extrusion setDEF(java.lang.String newValue)
setDEF in interface X3DGeometryNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Extrusion setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DGeometryNodesetUSE in interface X3DNodenewValue - is new value for the USE field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Extrusion setCssClass(java.lang.String newValue)
setCssClass in interface X3DGeometryNodesetCssClass in interface X3DNodenewValue - is new value for the class field.Extrusion - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.