| 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 |
CADLayerObject
X3D node tooltip: (X3D version 3.1 or later) [X3DGroupingNode] CADLayer nodes define a hierarchy that shows layer structure for a Computer-Aided Design (CAD) model.
|
| Modifier and Type | Method and Description |
|---|---|
CADLayer |
CADLayer.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
CADLayer |
CADLayer.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.
|
CADLayer |
CADLayer.setChildren(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
CADLayer |
CADLayer.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
CADLayer |
CADLayer.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
CADLayer |
CADLayer.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CADLayer |
CADLayer.setName(java.lang.String newValue)
Assign String value to inputOutput SFString field named name.
|
CADLayer |
CADLayer.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
CADLayer |
CADLayer.setVisible(boolean[] newValue)
Assign boolean array to inputOutput MFBool field named visible.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.