| Package | Description |
|---|---|
| org.web3d.x3d.jsail.CADGeometry |
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
|
| org.web3d.x3d.sai.CADGeometry |
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedQuadSetObject
IndexedQuadSet is a geometry node that defines quadrilaterals.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedQuadSet |
IndexedQuadSet.setAttrib(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
IndexedQuadSet |
IndexedQuadSet.setCcw(boolean newValue)
Assign boolean value to initializeOnly SFBool field named ccw.
|
IndexedQuadSet |
IndexedQuadSet.setColor(X3DColorNode newValue)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] to inputOutput SFNode field color.
|
IndexedQuadSet |
IndexedQuadSet.setColorPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
IndexedQuadSet |
IndexedQuadSet.setCoord(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
IndexedQuadSet |
IndexedQuadSet.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
IndexedQuadSet |
IndexedQuadSet.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
IndexedQuadSet |
IndexedQuadSet.setFogCoord(FogCoordinate newValue)
Assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
IndexedQuadSet |
IndexedQuadSet.setIndex(int[] newValue)
Assign int array within allowed range of [0,infinity) to initializeOnly MFInt32 field named index.
|
IndexedQuadSet |
IndexedQuadSet.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
IndexedQuadSet |
IndexedQuadSet.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedQuadSet |
IndexedQuadSet.setNormalPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
IndexedQuadSet |
IndexedQuadSet.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
IndexedQuadSet |
IndexedQuadSet.setTexCoord(X3DTextureCoordinateNode newValue)
Assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|
IndexedQuadSet |
IndexedQuadSet.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.