| 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 |
CADFaceObject
X3D node tooltip: (X3D version 3.1 or later) [X3DProductStructureChildNode,X3DBoundedObject] CADFace holds geometry representing one face in a Computer-Aided Design (CAD) CADPart.
|
| Modifier and Type | Method and Description |
|---|---|
CADPartObject |
CADPartObject.addChild(CADFace newValue)
Utility method to add single child element to contained list of existing children nodes (if any).
|
| Modifier and Type | Method and Description |
|---|---|
CADPartObject |
CADPartObject.setChildren(java.util.ArrayList<CADFace> newValue)
Assign ArrayList value of MFNode children field, similar to
CADPartObject.setChildren(X3DNode[]). |
| Modifier and Type | Method and Description |
|---|---|
CADFace |
CADFace.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
CADFace |
CADFace.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
CADFace |
CADFace.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
CADFace |
CADFace.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
CADFace |
CADFace.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CADFace |
CADFace.setName(java.lang.String newValue)
Assign String value to inputOutput SFString field named name.
|
CADFace |
CADFace.setShape(X3DNode newValue)
Assign X3DNode instance (using a properly typed node) with acceptable node types limited to Shape|LOD|Transform, to inputOutput SFNode field shape.
// newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1
boolean isNodeTypeAllowed =
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Shape.ShapeObject) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Navigation.LODObject) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Grouping.TransformObject);
if (!
|
CADFace |
CADFace.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.