Uses of Class
org.web3d.x3d.jsail.CADGeometry.CADFace
Package
Description
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
-
Uses of CADFace in org.web3d.x3d.jsail.CADGeometry
Modifier 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 tosetBboxCenter(float[])
.CADFace.setBboxCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxCenter(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 tosetBboxCenter(float[])
.CADFace.setBboxCenter
(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar tosetBboxCenter(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 tosetBboxDisplay(boolean)
.CADFace.setBboxSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxSize(float[])
.CADFace.setBboxSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxSize(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 tosetBboxSize(float[])
.CADFace.setBboxSize
(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.final CADFace
CADFace.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 tosetCssClass(String)
.final CADFace
CADFace.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 tosetCssStyle(String)
.final CADFace
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final CADFace
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.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 CADFace
Accessor method to assign String value to inputOutput SFString field named name.Assign typed object value to SFString name field, similar tosetName(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 CADFace
Accessor method to assign String value to inputOutput SFString field named USE.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)
.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 tosetVisible(boolean)
.Modifier and TypeMethodDescriptionvoid
CADPart.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 tosetUSE(String)
.