decimal places in parameters

Discussion in 'Pro/Engineer & Creo Elements/Pro' started by selmra, Jan 5, 2005.

  1. selmra

    selmra Guest

    i have mass parameters calculated as follows:

    /*
    /* CALCULATE THE MASS_* VALUES
    /*
    mass_kg = mp_mass("")
    mass_lb = mass_kg / .4536
    /*
    /* END MASS_* RELATIONS


    they result in 2 decimal place numbers. how do i change the number of
    decimal places shown?

    thanks
     
    selmra, Jan 5, 2005
    #1
  2. selmra

    David Janes Guest

    : i have mass parameters calculated as follows:
    :
    : /*
    : /* CALCULATE THE MASS_* VALUES
    : /*
    : mass_kg = mp_mass("")
    : mass_lb = mass_kg / .4536
    : /*
    : /* END MASS_* RELATIONS
    :
    :
    : they result in 2 decimal place numbers. how do i change the number of
    : decimal places shown?
    :
    Write the parameter in a note as &mass_kg[.2] The decimal point and number in
    brackets tells Pro/e how many decimal places to display. Don't remember if it
    truncates or rounds.

    David Janes
     
    David Janes, Jan 5, 2005
    #2
  3. selmra

    selmra Guest

    this doesn't change the display of a model tree column displaying the
    parameter
    (I don't think!)
     
    selmra, Jan 6, 2005
    #3
  4. selmra

    David Janes Guest

    : this doesn't change the display of a model tree column displaying the
    : parameter
    : (I don't think!)
    :
    Yeah, Pro/e's goofy that way. It assumes that, if you'd wanted the parameter to
    change, you'd have changed the model in some way that would have effected the
    mass. So, do what it wants (or something like it, such as) suppress a feature and
    resume it. This should cause a recalc of mass in your relation, and so, in the
    drawing note that uses that parameter.

    If this doesn't work, I've got another method that's less goofy.

    David Janes
     
    David Janes, Jan 7, 2005
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.