Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create Datum Axis

  • Thread starter Thread starter emAG
  • Start date Start date
E

emAG

Guest
Hello,

i try to create an axis with type Through an Edge. I try to position the new axis on a specific edge from a surface by set the "PRO_E_DTMAXIS_CONSTR_REF" field.
But it is only possible, to use the whole surface as reference, and ProE takes always the first edge of surface to create an axis.
How can i specify, which edge on surface i take for axis creation?

If somebody have some experience in this area would be nice.

best regards
Ilja



Edited by: emAG
 
Did you try to give an edge for the ref field ? The documentation allows you to give an edge or a surface for this argument. Here is a part of the ProDtmAxis.h file :


3. PRO_DTMAXIS_THROUGH:


| |--PRO_E_DTMAXIS_CONSTRAINT (Constraint 1)


| |--PRO_E_DTMAXIS_CONSTR_TYPE PRO_DTMAXIS_CONSTR_TYPE_THRU


| |--PRO_E_DTMAXIS_CONSTR_REF PRO_EDGE (Straight), PRO_SURFACE(Cylinder)
 

Part and Inventory Search

Sponsor

Back
Top