Uses of Class
org.web3d.x3d.jsail.CADGeometry.CADLayer
Packages that use CADLayer
Package
Description
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
-
Uses of CADLayer in org.web3d.x3d.jsail.CADGeometry
Methods in org.web3d.x3d.jsail.CADGeometry that return CADLayerModifier and TypeMethodDescriptionCADLayer.addChild(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).CADLayer.addChildren(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.CADLayer.addComments(String newComment) Add comment as CommentsBlock to children fieldCADLayer.addComments(String[] newComments) Add comments as String[] array to children fieldCADLayer.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldCADLayer.clearChildren()Utility method to clear MFNode value of children field.CADLayer.clearIS()Utility method to clear SFNode value of IS field.CADLayer.clearMetadata()Utility method to clear SFNode value of metadata field.CADLayer.setBboxCenter(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCADLayer.setBboxCenter(float[]).CADLayer.setBboxCenter(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCADLayer.setBboxCenter(float[]).CADLayer.setBboxCenter(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.CADLayer.setBboxCenter(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar toCADLayer.setBboxCenter(float[]).CADLayer.setBboxCenter(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar toCADLayer.setBboxCenter(float[]).CADLayer.setBboxDisplay(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.CADLayer.setBboxDisplay(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toCADLayer.setBboxDisplay(boolean).CADLayer.setBboxSize(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCADLayer.setBboxSize(float[]).CADLayer.setBboxSize(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCADLayer.setBboxSize(float[]).CADLayer.setBboxSize(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.CADLayer.setBboxSize(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar toCADLayer.setBboxSize(float[]).CADLayer.setBboxSize(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar toCADLayer.setBboxSize(float[]).CADLayer.setChildren(ArrayList<X3DChildNode> newValue) Assign ArrayList value of MFNode children field, similar toCADLayer.setChildren(org.web3d.x3d.sai.Core.X3DNode[]).CADLayer.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 CADLayerCADLayer.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.CADLayer.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toCADLayer.setCssClass(String).final CADLayerCADLayer.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.CADLayer.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toCADLayer.setCssStyle(String).final CADLayerAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toCADLayer.setDEF(String).final CADLayerAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toCADLayer.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.CADLayer.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CADLayer.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 CADLayerAccessor method to assign String value to inputOutput SFString field named name.Assign typed object value to SFString name field, similar toCADLayer.setName(String).final CADLayerAccessor method to assign String value to inputOutput SFString field named USE.Assign a USE reference to another DEF node of same node type, similar toCADLayer.setUSE(String).Assign typed object value to SFString USE field, similar toCADLayer.setUSE(String).CADLayer.setVisible(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.CADLayer.setVisible(SFBool newValue) Assign typed object value to SFBool visible field, similar toCADLayer.setVisible(boolean).Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type CADLayerModifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar toCADLayer.setUSE(String).