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