| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| org.web3d.x3d.sai.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtrusionObject
X3D node tooltip: [X3DGeometryNode] Extrusion is a geometry node that sequentially stretches a 2D cross section along a 3D-spine path in the local coordinate system, creating an outer hull.
|
| Modifier and Type | Method and Description |
|---|---|
Extrusion |
Extrusion.setBeginCap(boolean newValue)
Assign boolean value to initializeOnly SFBool field named beginCap.
|
Extrusion |
Extrusion.setCcw(boolean newValue)
Assign boolean value to initializeOnly SFBool field named ccw.
|
Extrusion |
Extrusion.setConvex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named convex.
|
Extrusion |
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 |
Extrusion.setCrossSection(float[] newValue)
Assign 2-tuple float array to initializeOnly MFVec2f field named crossSection.
|
Extrusion |
Extrusion.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Extrusion |
Extrusion.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Extrusion |
Extrusion.setEndCap(boolean newValue)
Assign boolean value to initializeOnly SFBool field named endCap.
|
Extrusion |
Extrusion.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Extrusion |
Extrusion.setOrientation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput MFRotation field named orientation.
|
Extrusion |
Extrusion.setScale(float[] newValue)
Assign 2-tuple float array to inputOutput MFVec2f field named scale.
|
Extrusion |
Extrusion.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
Extrusion |
Extrusion.setSpine(float[] newValue)
Assign 3-tuple float array to initializeOnly MFVec3f field named spine.
|
Extrusion |
Extrusion.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.