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.

Isometric drawing view

kishorev

New member
Hi,


I would like to know the view martix for the Isometic...in the drawing view.


I created as TOP view as my general view...based on that i created all my projected views.But apart from those...i need to have isometric view for the correosponding model. I am trying with ProDrawingGeneralViewCreate() for this...it is giving error as -1 or -51 as a return value.


Plz help me how can i progress for the Isometric view in drawing.


Kishore V
 
Hi ,


To create isometric view do the following steps which i am using.


Go to Reorient view


-->TYPE--- PREFERENCES


--> DEFAULT ORIENTATION -- CHANGE TO "ISOMETRIC"


--> SAVED VIEWS ---CLICK STANDARD ORIENTATION-- SET


-->TYPE --- DYNAMIC ORIENT


--> CLICK SPIN ICON


change the X ,Y ,Z values with 0,90 to getdifferent isometric orientation.


You will get isometric view similar like manually created engineering drawings.





Vishal-----


"The only person who likes change is a wet baby.
 
Hi Vishal,


I am taking about in the Pro-Toolkit....I didn't understand what you replied.


I understand what you have written well verse for the manual creation of isometric view,same i need to get with Toolkit API's.


With regards


Kishore V
 
Kishorev,


Unless I am mistaken there are default Isometric views created when you create a part. You need to interrogate the 3d part for this view name and use it in the ProDrawingGeneralViewCreat function. If you post your code maybe I could diagnose your problem further.
 
Thank you Patrick...I also tired as you mentiond i could solve this yesteday.I couldn't post replay...regarding...this issue.





Thank you


Kishore V
 

Sponsor

Articles From 3DCAD World

Back
Top