Uses of Class
org.web3d.x3d.jsail.CADGeometry.CADAssembly
Packages that use CADAssembly
Package
Description
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
-
Uses of CADAssembly in org.web3d.x3d.jsail.CADGeometry
Methods in org.web3d.x3d.jsail.CADGeometry that return CADAssemblyModifier 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 toCADAssembly.setBboxCenter(float[]).CADAssembly.setBboxCenter(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCADAssembly.setBboxCenter(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 toCADAssembly.setBboxCenter(float[]).CADAssembly.setBboxCenter(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar toCADAssembly.setBboxCenter(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 toCADAssembly.setBboxDisplay(boolean).CADAssembly.setBboxSize(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCADAssembly.setBboxSize(float[]).CADAssembly.setBboxSize(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCADAssembly.setBboxSize(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 toCADAssembly.setBboxSize(float[]).CADAssembly.setBboxSize(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar toCADAssembly.setBboxSize(float[]).CADAssembly.setChildren(ArrayList<X3DChildNode> newValue) Assign ArrayList value of MFNode children field, similar toCADAssembly.setChildren(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 CADAssemblyCADAssembly.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 toCADAssembly.setCssClass(String).final CADAssemblyCADAssembly.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 toCADAssembly.setCssStyle(String).final CADAssemblyAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toCADAssembly.setDEF(String).final CADAssemblyAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toCADAssembly.setHtmlId(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 CADAssemblyAccessor method to assign String value to inputOutput SFString field named name.Assign typed object value to SFString name field, similar toCADAssembly.setName(String).final CADAssemblyAccessor 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 toCADAssembly.setUSE(String).Assign typed object value to SFString USE field, similar toCADAssembly.setUSE(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 toCADAssembly.setVisible(boolean).Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type CADAssemblyModifier and TypeMethodDescriptionCADAssembly.setUSE(CADAssembly DEFnode) Assign a USE reference to another DEF node of same node type, similar toCADAssembly.setUSE(String).