calypso cad functions

Upload: ricardovillanuevacabrera

Post on 03-Mar-2018

231 views

Category:

Documents


1 download

TRANSCRIPT

  • 7/26/2019 Calypso CAD Functions

    1/19

    Calypso CAD Functions

    The Basics & Beyond

    Jon Guimont

  • 7/26/2019 Calypso CAD Functions

    2/19

    Agenda

    The Basics

    o Programming from CAD

    Beyondo CAD Settings

    o Model Manipulation

    o Loading Multiple Models

    o Updating a Model

    o Creating Features

    o CAD Presentation

  • 7/26/2019 Calypso CAD Functions

    3/19

    Agenda

    The Basics

    o Programming from CAD

    Beyondo CAD Settings

    o Model Manipulation

    o Loading Multiple Models

    o Updating a Model

    o Creating Features

    o CAD Presentation

  • 7/26/2019 Calypso CAD Functions

    4/19

    CAD Programming

    1. Load the Model

    2. Change the Orientation of the Model

    3. Create the Base Alignment

    4. Create Clearance Planes

    5. Create Characteristics & Features

    6. Run the Program

    CAD Programming in 6 easy steps

  • 7/26/2019 Calypso CAD Functions

    5/19

    Main CAD Tools

    What happens when you clickon the model

    o Select the correspondingfeature from the feature list

    o Used to define a Point Feature

    o Create a Circle on (Cylinder orCone) where you click

    o Click & Drag to define a line

    o If the element is in the featurelist use the existing feature,otherwise create a new feature

    This is the go to tool

  • 7/26/2019 Calypso CAD Functions

    6/19

    Loading a Model

    Create a new program and selectCAD>CAD File>Load

    o Acis (*.sat, *.sab) is the native format forCalypso

    o 1 neutral format available

    STEP

    IGES

    o Direct import available as an option

    Catia, ProE, UG, Solidworks

    DXF included with Curve Option

  • 7/26/2019 Calypso CAD Functions

    7/19

    Changing Orientation

    Change the Orientation of themodel to match the way itwill be setup on the CMM

    o CAD>Modification>CADModel Transformation

    o Dont bother withtranslation

  • 7/26/2019 Calypso CAD Functions

    8/19

    CAD Programming

    Use your CAD tool to define featuresfrom the CAD model

    Use Resources>Stylus System>

    Preassign stylus system forMeasurement Plan autom. toautomatically assign stylus for eachfeature in program

    Go back into Clearance Planes toupdate setting for each feature

    First run have to do a Manual Alignment

  • 7/26/2019 Calypso CAD Functions

    9/19

    Agenda

    The Basics

    o Programming from CAD

    Beyond

    o CAD Settings

    o Model Manipulation

    o Loading Multiple Models

    o Updating a Model

    o Creating Features

    o CAD Presentation

  • 7/26/2019 Calypso CAD Functions

    10/19

    CAD Settings

    CAD>Settings

    Used to Change thelook & feel of theCAD Window

    o Image Quality

    o Edges/Curves

    o Stylus Path

    Save as systemsetting will makecurrent settingdefaults

  • 7/26/2019 Calypso CAD Functions

    11/19

    Healing

    CAD>CAD File>Automatic Healing

    Tools to fix issues with CAD models

    o Simplification

    o Stitching

    o Build Geometry

    o Correct Boundary Curves

    Healing will change your model!o It will also combine all CAD bodies into a

    single body

  • 7/26/2019 Calypso CAD Functions

    12/19

    Healing

    Simplification

    o Converts freeform surfaces (splinegeometry) into their corresponding analyticforms (e.g. arc, cone, plane, etc.),wherever possible.

    o Be cautious of increasing the defaulttolerance (10m).

    Stitchingo Combines sets of faces to form a single

    sheet or solid body (e.g. 2 halves of thesame cylinder).

    o Minimal changes to the model.

  • 7/26/2019 Calypso CAD Functions

    13/19

    Healing

    Build Geometry

    o A series of geometric operations areperformed to improve the precision of face,edge, and vertex data.

    o Essentially the model is completely rebuilt.

    o Includes Simplification & Stitching.

    o Only use if necessary (typically only IGESmodels)

  • 7/26/2019 Calypso CAD Functions

    14/19

    Healing

    Correct Boundary Curves

    o Gaps in the boundary curves of surfacesand sections which are not exactly alignedare corrected.

    o Makes model watertight

    o On by default and should be used anytimeyou are healing.

  • 7/26/2019 Calypso CAD Functions

    15/19

    Other Manipulations

    Delete Free Lines & Points

    o CAD>Modification>Delete free lines andpoints

    o Removes geometry not associated with asurface

    Editing Bodies

    o CAD>Modify CAD Entities, Edit Body Tabo Changing only the model

    o Visibility, Color, Mirror, Scale

  • 7/26/2019 Calypso CAD Functions

    16/19

    Loading Multiple Models

    How can I have the part & fixture in thesame program?

    1. Load the part model

    2. Load the fixture model

    3. Position each model

    CAD>Modify CAD Entities Positioning Tab

    Use Rotation section to get bodies oriented

    Use Positioning section for rough positioning

    Use Translation section for fine adjustments

  • 7/26/2019 Calypso CAD Functions

    17/19

    Updating a Model

    How do I load a new model into anexisting program?

    1. Delete the existing model

    CAD>View>Delete (no undo!)2. Load the new model

    3. Move the new model to match the BaseAlignment

    CAD>Modify CAD Entities Transformation Tab

    4. CAD Model Comparison

    Links existing features with the new model

    CAD>CAD File> CAD Model Comparison

  • 7/26/2019 Calypso CAD Functions

    18/19

    Creating Features

    CAD>Creating Features

    Creating Entities

    o Create 2D featureso Create Points

    Section Tab

    o Creates Edges onModel

    o Curves or 2D Features

  • 7/26/2019 Calypso CAD Functions

    19/19

    CAD Presentation

    CAD>Evaluation

    Setup

    o Select a characteristic

    o Check Display box

    Cheeseblock Button

    o Adds view as a report

    Manual CAD Presentations

    o Setup CAD>Evaluation

    o View>CAD Portrait

    o View>CAD Landscape