| 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 |
CADPartObject
X3D node tooltip: (X3D version 3.1 or later) [X3DGroupingNode,X3DProductStructureChildNode] CADPart is an atomic part that defines both coordinate-system location and the faces that constitute a part in a Computer-Aided Design (CAD) model.
|
| Modifier and Type | Method and Description |
|---|---|
CADPart |
CADPart.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
CADPart |
CADPart.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.
|
CADPart |
CADPart.setCenter(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named center.
|
CADPart |
CADPart.setChildren(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
CADPart |
CADPart.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
CADPart |
CADPart.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
CADPart |
CADPart.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CADPart |
CADPart.setName(java.lang.String newValue)
Assign String value to inputOutput SFString field named name.
|
CADPart |
CADPart.setRotation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
|
CADPart |
CADPart.setScale(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named scale.
|
CADPart |
CADPart.setScaleOrientation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.
|
CADPart |
CADPart.setTranslation(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
CADPart |
CADPart.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.