Passing Data from Design Models
Passing Data from Design Models
(OP)
Has anyone figured out how to pass information in parasolids x_t files on material, part number, thickness, etc for areas and solids into ansys?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Passing Data from Design Models
|
RE: Passing Data from Design Models
http://www.ansys.com/ansys/connections.htm
In your CAD system you will need to set parameter names carefully inline with the AWE convention. You must name the parameters with a "keyword" either at the start or end of the parameter, which you then tell AWE. For instance, one of your parameters could be "DS_out_rad1": the keyword is the "DS" at the start of the parameter (it could be at the end also). In AWE, there is an entry box where you must specify this "DS" keyword. AWE will then identify all parameters from the CAD software that you have specified with the DS identifier. There are many issues to be aware of when using this function, so my advice is to read your help files carefully and experiment on simple models first, as this capability can be quite temperamental on occasions.
-- drej --