-
Classes in org.web3d.x3d.jsail.CADGeometry that implement CADPart
| Modifier and Type |
Class |
Description |
class |
CADPartObject |
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.
|
-
Methods in org.web3d.x3d.sai.CADGeometry that return CADPart
| Modifier and Type |
Method |
Description |
CADPart |
CADPart.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
CADPart |
CADPart.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
CADPart |
CADPart.setCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.
|
CADPart |
CADPart.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
CADPart |
CADPart.setDisplayBBox(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
|
CADPart |
CADPart.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CADPart |
CADPart.setName(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named name.
|
CADPart |
CADPart.setRotation(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
|
CADPart |
CADPart.setScale(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named scale.
|
CADPart |
CADPart.setScaleOrientation(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.
|
CADPart |
CADPart.setTranslation(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
CADPart |
CADPart.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|