Package org.web3d.x3d.sai.CADGeometry


package org.web3d.x3d.sai.CADGeometry
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.

The Scene Access Interface Library (sai) package provides abstract interface classes for each X3D node and statement, in accordance witht the X3D SAI Specification.

Warning: these interfaces are primarily for internal use to ensure consistency. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes.

Online: X3D Java Scene Access Interface Library (X3DJSAIL) and X3DJSAIL Javadoc

See Also:
  • Interfaces
    Class
    Description
    CADAssembly holds a set of Computer-Aided Design (CAD) assemblies or parts grouped together.
    CADFace holds geometry representing one face in a Computer-Aided Design (CAD) CADPart.
    CADLayer nodes define a hierarchy that shows layer structure for a Computer-Aided Design (CAD) model.
    CADPart is an atomic part that defines both coordinate-system location and the faces that constitute a part in a Computer-Aided Design (CAD) model.
    IndexedQuadSet is a geometry node that defines quadrilaterals.
    QuadSet is a geometry node that defines quadrilaterals.
    Base type marking nodes that are valid product structure children for the CADGeometry component.