Package Basic.CAD


package Basic.CAD
  • Classes
    Class
    Description
    Design pattern examples demonstrating proper hierarchy of CAD nodes: CADLayer, CADAssembly, CADPart, and then CADFace.
    This scene provides tool developers with X3D Amendment 1 CAD Component node prototypes, providing backwards compatibility with VRML97 and X3D v3.0.
    This scene provides tool developers with X3D Amendment 1 CAD Component node prototypes, providing backwards compatibility with VRML97 and X3D v3.0.
    Developer scene to explore Mantis Issue 528, providing a baseline example with no transformation of CADPart children.
    Developer scene to explore Mantis Issue 528 Alternative A for transformation of CADFace children: allow Transform node as child of CADFace.
    Developer scene to explore Mantis Issue 528 Alternative B for transformation of CADFace children: add transformation fields to CADFace specification.
    Developer scene to explore Mantis Issue 528 Alternative C for transformation of of CADFace children: allow Transform between CADPart and CADFace nodes.
    Teapot model demonstrating proper hierarchy of CAD nodes: CADLayer, CADAssembly, CADPart, and then CADFace.
    Single file combining all information for the CatiaHubAssembly model, demonstrating CAD assembly structure conserving transform information of each CADAssembly.
    CatiaHubAssembly model demonstrating external referencing of geometry files using Prototype with Inline.
    Provide a bushing part (a hollow cylinder) for use by CatiaHubAssemblyInline scene, using CADAssembly and Inline nodes.
    Provide a Cap part for use by CatiaHubAssemblyInline using CADAssembly and Inline nodes.
    Provide a Disc with holes part for use by CatiaHubAssemblyInline using CADAssembly and Inline nodes.
    Provide a Gasket part for use by CatiaHubAssemblyInline using CADAssembly and Inline nodes.
    Illustrate use of two ClipPlane intersections across four sets of primitive geometry.
    Simple IndexedQuadSet example.
    Demonstrates IndexedQuadSet node of CADGeometry component, includes child nodes for normal vectors and texture coordinates.
    Model of a key chain fob with with WEB3D 2013 conference lettering, using the colors of the Basque Country flag.
    Model of a key chain fob with with WEB3D 2013 conference lettering, using the colors of the Spanish flag.
    Demonstrates QuadSet node of CADGeometry component, includes child nodes for normal vectors and color (per vertex).
    Simple QuadSet example scene.