| Package | Description |
|---|---|
| org.web3d.x3d.jsail.CADGeometry |
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
|
| Modifier and Type | Method and Description |
|---|---|
CADLayerObject |
CADLayerObject.addChild(X3DChildNode newValue)
Utility method to add single child element to contained list of existing children nodes (if any).
|
CADLayerObject |
CADLayerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
CADLayerObject |
CADLayerObject.addComments(java.lang.String newComment)
Add comment as CommentsBlock to children field
|
CADLayerObject |
CADLayerObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to children field
|
CADLayerObject |
CADLayerObject.addVisible(boolean newValue)
Add singleton boolean value to MFBool visible field.
|
CADLayerObject |
CADLayerObject.addVisible(SFBoolObject newValue)
Add singleton SFBoolObject value to MFBool visible field.
|
CADLayerObject |
CADLayerObject.clearChildren()
Utility method to clear MFNode value of children field.
|
CADLayerObject |
CADLayerObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
CADLayerObject |
CADLayerObject.clearVisible()
Utility method to clear MFBool value of visible field.
|
CADLayerObject |
CADLayerObject.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
CADLayerObject |
CADLayerObject.setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
CADLayerObject |
CADLayerObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
CADLayerObject |
CADLayerObject.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.
|
CADLayerObject |
CADLayerObject.setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
CADLayerObject |
CADLayerObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
CADLayerObject |
CADLayerObject.setChildren(java.util.ArrayList<X3DChildNode> newValue)
Assign ArrayList value of MFNode children field, similar to
setChildren(X3DNode[]). |
CADLayerObject |
CADLayerObject.setChildren(X3DNode[] newValue)
Assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
CADLayerObject |
CADLayerObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
CADLayerObject |
CADLayerObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
CADLayerObject |
CADLayerObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
CADLayerObject |
CADLayerObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
CADLayerObject |
CADLayerObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
CADLayerObject |
CADLayerObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
CADLayerObject |
CADLayerObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CADLayerObject |
CADLayerObject.setName(SFStringObject newValue)
Assign typed object value to SFString name field, similar to
setName(String). |
CADLayerObject |
CADLayerObject.setName(java.lang.String newValue)
Assign String value to inputOutput SFString field named name.
|
CADLayerObject |
CADLayerObject.setUSE(CADLayerObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
CADLayerObject |
CADLayerObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
CADLayerObject |
CADLayerObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
CADLayerObject |
CADLayerObject.setVisible(java.util.ArrayList<java.lang.Boolean> newValue)
Assign ArrayList value of MFBool visible field, similar to
setVisible(boolean[]). |
CADLayerObject |
CADLayerObject.setVisible(boolean[] newValue)
Assign Boolean array to inputOutput MFBool field named visible.
|
CADLayerObject |
CADLayerObject.setVisible(MFBoolObject newValue)
Assign typed object value to MFBool visible field, similar to
setVisible(boolean[]). |
| Modifier and Type | Method and Description |
|---|---|
CADLayerObject |
CADLayerObject.setUSE(CADLayerObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.