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

reset the compas

  • Thread starter Thread starter dimak1999
  • Start date Start date
D

dimak1999

Guest
Could you please let me know how to set compas to defolt position in spase, thus to make it allign with my original views and planes? After some manipulations with it at some point it skewed so now im having hard times because of that!
Thanks!
 
Copy next rows in a CATScript file and run the CATScript

Sub catmain()

CATIA.StartCommand "Reset Compass"

End Sub




Edited by: ferdo
 
The easiest method -


1) Select the View Pulldown then select Reset Compass


Another method -


1) Place your cursor over the red dot on the compass, the cursor graphic will change to arrows for up & down, left & right


2) Press & hold the select button then drag & dropthe compass with the cursor to the global axis displayed in the lower right corner of the screen


Yet another method


1) In the power input area (lower right corner of the screen) enter c:reset compass
 
hey! Thanks a lot , all
 

Part and Inventory Search

Sponsor

Back
Top