Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Dimensioning datum points to my csys

shaapala

New member
Happy Holidays All!



After calculating the mass properties, I placed a datum point at the center of gravity of a solid, skull feature. I would like to assign x, y, and z coordinates to this datum point with respect to my coordinate system, which is located outside of the skull. is there an easy way of doing this? I'm working with the 2001 student version of proe.



Thank you,



shaapala
 
Make sure you calculate the mass properties first and then you can enter these relations.



$d#=mp_cg_x(,prt_csys_def,)

$d#=mp_cg_y(,prt_csys_def,)

$d#=mp_cg_z(,prt_csys_def,)



prt_csys_def is the name of the coordinate system you want to measure it from. the $ lets the value change from positve to negative if it needs to.



good luck!
 
$d4:1=mp_cg_x(,ACS_DEF,)
errorRelation has an error.
$d5:1=mp_cg_y(,ACS_DEF,)
errorRelation has an error.
$d6:1=mp_cg_z(,ACS_DEF,)
errorRelation has an error.


I run mass properties but thats all i do, doesnt it need ot be added as a feature? if so I dont have bm





its not working do to the realtion error... any guess as to why?


d4:1 as you guessed is an assembly dimension number tothe point I created & the acs_def is the default cordsys





Todd
 
Check to see what the actual parameter names are in 2001.


The following works in Wildfire 2.0, but I don't know about 2001.


If you open the parameters, there may be a drop down box which allows you to look at the Reported Mass Properties - in there you can look at the parameter names, eg the x-coordinate of the centre of gravity is PRO_MP_COGX in wildfire 2.0.
 
gresat call!


parameters, reported mass properties... right on!


no the 64 dollar question, whats it mean to designate?
 

Sponsor

Articles From 3DCAD World

Back
Top