| 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 |
QuadSetObject
QuadSet is a geometry node that defines quadrilaterals.
|
| Modifier and Type | Method and Description |
|---|---|
QuadSet |
QuadSet.setAttrib(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
QuadSet |
QuadSet.setCcw(boolean newValue)
Assign boolean value to initializeOnly SFBool field named ccw.
|
QuadSet |
QuadSet.setColor(X3DColorNode newValue)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] to inputOutput SFNode field color.
|
QuadSet |
QuadSet.setColorPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
QuadSet |
QuadSet.setCoord(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
QuadSet |
QuadSet.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
QuadSet |
QuadSet.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
QuadSet |
QuadSet.setFogCoord(FogCoordinate newValue)
Assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
QuadSet |
QuadSet.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
QuadSet |
QuadSet.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
QuadSet |
QuadSet.setNormalPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
QuadSet |
QuadSet.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
QuadSet |
QuadSet.setTexCoord(X3DTextureCoordinateNode newValue)
Assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|
QuadSet |
QuadSet.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.