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 JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Angle analysis feature to be used as a dimension in a drawing table

  • Thread starter Thread starter taraskaz
  • Start date Start date
T

taraskaz

Guest
Could someone tell me how can I create such kind of angle analysis as on the attached images? The aim is to measure an angle between two planes and then to use it in a dimension in a drawing table.
View attachment 6876View attachment 6877
 

Attachments

  • 1.jpg
    1.jpg
    22.8 KB · Views: 12
  • 2.jpg
    2.jpg
    20.6 KB · Views: 15
Create a user defined parameter with a name of your preference and assign the value of the measured angle using this syntax:
XXX=angle:FID_ANALYSIS_ANGLE_1 where XXX is the user defined parameter, "angle" is the system parameter created within the analysis feature "ANALYSIS_ANGLE_1".
Then use this parameter in the drawing by referring this parameter as &XXX in the table.
 

Part and Inventory Search

Sponsor

Back
Top