Uses of Interface
org.web3d.x3d.sai.Geometry3D.Extrusion
Package
Description
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
-
Uses of Extrusion in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeClassDescriptionclass
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. -
Uses of Extrusion in org.web3d.x3d.sai.Geometry3D
Modifier and TypeMethodDescriptionExtrusion.setBeginCap
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named beginCap.Extrusion.setCcw
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named ccw.Extrusion.setConvex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named convex.Extrusion.setCreaseAngle
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to initializeOnly SFFloat field named creaseAngle.Extrusion.setCrossSection
(float[] newValue) Accessor method to assign 2-tuple float array to initializeOnly MFVec2f field named crossSection.Extrusion.setEndCap
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named endCap.Extrusion.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Extrusion.setOrientation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to initializeOnly MFRotation field named orientation.Extrusion.setScale
(float[] newValue) Accessor method to assign 2-tuple float array to initializeOnly MFVec2f field named scale.Extrusion.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.Extrusion.setSpine
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly MFVec3f field named spine.