Uses of Class
org.web3d.x3d.jsail.CADGeometry.CADPart
Packages that use CADPart
Package
Description
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
-
Uses of CADPart in org.web3d.x3d.jsail.CADGeometry
Methods in org.web3d.x3d.jsail.CADGeometry that return CADPartModifier and TypeMethodDescriptionUtility method to add single child element to contained list of existing children nodes (if any).CADPart.addChildren(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.CADPart.addComments(String newComment) Add comment as String to contained commentsList.CADPart.addComments(String[] newComments) Add comments as String[] array to contained commentsList.CADPart.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.CADPart.clearChildren()Utility method to clear MFNode value of children field.CADPart.clearIS()Utility method to clear SFNode value of IS field.CADPart.clearMetadata()Utility method to clear SFNode value of metadata field.CADPart.setBboxCenter(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCADPart.setBboxCenter(float[]).CADPart.setBboxCenter(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCADPart.setBboxCenter(float[]).CADPart.setBboxCenter(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.CADPart.setBboxCenter(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar toCADPart.setBboxCenter(float[]).CADPart.setBboxCenter(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar toCADPart.setBboxCenter(float[]).CADPart.setBboxDisplay(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.CADPart.setBboxDisplay(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toCADPart.setBboxDisplay(boolean).CADPart.setBboxSize(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCADPart.setBboxSize(float[]).CADPart.setBboxSize(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCADPart.setBboxSize(float[]).CADPart.setBboxSize(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.CADPart.setBboxSize(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar toCADPart.setBboxSize(float[]).CADPart.setBboxSize(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar toCADPart.setBboxSize(float[]).CADPart.setCenter(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCADPart.setCenter(float[]).CADPart.setCenter(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCADPart.setCenter(float[]).CADPart.setCenter(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.CADPart.setCenter(float x, float y, float z) Assign values to SFVec3f center field, similar toCADPart.setCenter(float[]).Assign typed object value to SFVec3f center field, similar toCADPart.setCenter(float[]).CADPart.setChildren(ArrayList<CADFace> newValue) Assign ArrayList value of MFNode children field, similar toCADPart.setChildren(org.web3d.x3d.sai.Core.X3DNode[]).CADPart.setChildren(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.CADGeometry.CADFace array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.final CADPartCADPart.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.CADPart.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toCADPart.setCssClass(String).final CADPartCADPart.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.CADPart.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toCADPart.setCssStyle(String).final CADPartAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toCADPart.setDEF(String).final CADPartAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toCADPart.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.CADPart.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CADPart.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 CADPartAccessor method to assign String value to inputOutput SFString field named name.Assign typed object value to SFString name field, similar toCADPart.setName(String).CADPart.setRotation(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCADPart.setRotation(float[]).CADPart.setRotation(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCADPart.setRotation(float[]).CADPart.setRotation(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.CADPart.setRotation(float x, float y, float z, float angleRadians) Assign values to SFRotation rotation field, similar toCADPart.setRotation(float[]).CADPart.setRotation(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar toCADPart.setRotation(float[]).CADPart.setScale(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCADPart.setScale(float[]).CADPart.setScale(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCADPart.setScale(float[]).CADPart.setScale(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named scale.CADPart.setScale(float x, float y, float z) Assign values to SFVec3f scale field, similar toCADPart.setScale(float[]).Assign typed object value to SFVec3f scale field, similar toCADPart.setScale(float[]).CADPart.setScaleOrientation(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCADPart.setScaleOrientation(float[]).CADPart.setScaleOrientation(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCADPart.setScaleOrientation(float[]).CADPart.setScaleOrientation(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.CADPart.setScaleOrientation(float x, float y, float z, float angleRadians) Assign values to SFRotation scaleOrientation field, similar toCADPart.setScaleOrientation(float[]).CADPart.setScaleOrientation(SFRotation newValue) Assign typed object value to SFRotation scaleOrientation field, similar toCADPart.setScaleOrientation(float[]).CADPart.setTranslation(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCADPart.setTranslation(float[]).CADPart.setTranslation(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCADPart.setTranslation(float[]).CADPart.setTranslation(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.CADPart.setTranslation(float x, float y, float z) Assign values to SFVec3f translation field, similar toCADPart.setTranslation(float[]).CADPart.setTranslation(SFVec3f newValue) Assign typed object value to SFVec3f translation field, similar toCADPart.setTranslation(float[]).final CADPartAccessor method to assign String value to inputOutput SFString field named USE.Assign a USE reference to another DEF node of same node type, similar toCADPart.setUSE(String).Assign typed object value to SFString USE field, similar toCADPart.setUSE(String).CADPart.setVisible(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.CADPart.setVisible(SFBool newValue) Assign typed object value to SFBool visible field, similar toCADPart.setVisible(boolean).Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type CADPartModifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar toCADPart.setUSE(String).