Uses of Interface
org.web3d.x3d.sai.CADGeometry.CADFace

Packages that use CADFace 
Package Description
org.web3d.x3d.jsail.CADGeometry  
org.web3d.x3d.sai.CADGeometry  
  • Uses of CADFace in org.web3d.x3d.jsail.CADGeometry

    Classes in org.web3d.x3d.jsail.CADGeometry that implement CADFace 
    Modifier and Type Class Description
    class  CADFaceObject
    CADFace holds geometry representing one face in a Computer-Aided Design (CAD) CADPart.
    Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type CADFace 
    Modifier and Type Method Description
    CADPartObject CADPartObject.addChild​(CADFace newValue)
    Utility method to add single child element to contained list of existing children nodes (if any).
  • Uses of CADFace in org.web3d.x3d.sai.CADGeometry

    Methods in org.web3d.x3d.sai.CADGeometry that return CADFace 
    Modifier and Type Method Description
    CADFace CADFace.setBboxCenter​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
    CADFace CADFace.setBboxSize​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
    CADFace CADFace.setDisplayBBox​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
    CADFace CADFace.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    CADFace CADFace.setName​(java.lang.String newValue)
    Accessor method to assign String value to inputOutput SFString field named name.
    CADFace CADFace.setShape​(X3DNode newValue)
    Accessor method to assign X3DNode instance (using a properly typed node) to inputOutput SFNode field shape. // newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1 boolean isNodeTypeAllowed = (((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Shape.ShapeObject) || (((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Navigation.LODObject) || (((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Grouping.TransformObject); if (!
    CADFace CADFace.setVisible​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.