Uses of Class
org.web3d.x3d.jsail.CADGeometry.CADAssembly
Package
Description
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
-
Uses of CADAssembly in org.web3d.x3d.jsail.CADGeometry
Modifier and TypeMethodDescriptionCADAssembly.addChild
(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).CADAssembly.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.CADAssembly.addComments
(String newComment) Add comment as CommentsBlock to children fieldCADAssembly.addComments
(String[] newComments) Add comments as String[] array to children fieldCADAssembly.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldCADAssembly.clearChildren()
Utility method to clear MFNode value of children field.CADAssembly.clearIS()
Utility method to clear SFNode value of IS field.CADAssembly.clearMetadata()
Utility method to clear SFNode value of metadata field.CADAssembly.setBboxCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.CADAssembly.setBboxCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.CADAssembly.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.CADAssembly.setBboxCenter
(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.CADAssembly.setBboxCenter
(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.CADAssembly.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.CADAssembly.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar tosetBboxDisplay(boolean)
.CADAssembly.setBboxSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxSize(float[])
.CADAssembly.setBboxSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxSize(float[])
.CADAssembly.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.CADAssembly.setBboxSize
(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.CADAssembly.setBboxSize
(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.CADAssembly.setChildren
(ArrayList<X3DChildNode> newValue) Assign ArrayList value of MFNode children field, similar tosetChildren(org.web3d.x3d.sai.Core.X3DNode[])
.CADAssembly.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.final CADAssembly
CADAssembly.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.CADAssembly.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final CADAssembly
CADAssembly.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.CADAssembly.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final CADAssembly
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final CADAssembly
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.CADAssembly.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CADAssembly.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final CADAssembly
Accessor method to assign String value to inputOutput SFString field named name.Assign typed object value to SFString name field, similar tosetName(String)
.final CADAssembly
Accessor method to assign String value to inputOutput SFString field named USE.CADAssembly.setUSE
(CADAssembly DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Assign typed object value to SFString USE field, similar tosetUSE(String)
.CADAssembly.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.CADAssembly.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar tosetVisible(boolean)
.Modifier and TypeMethodDescriptionCADAssembly.setUSE
(CADAssembly DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.