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.

Project products data to drawing with cas

Yohei

New member
Hello everyone.

I create a macro to import data into drawing opened with cached mode. However, uptake will be automatically converted to the view after the design mode when the products are being incorporated into the drawing.
I opened a lot of data in cache mode, if design mode is converted, catia needs a long time to load. (I'm using about 500 Parts)
I have to import Draw with cashe mode...

Anyone please let me know solutions following:

----------------------------------------------
 Is it possible to import data with cashe mode??
(Automatic conversion to do the design mode)
-----------------------------------------------
 Code:
 Dim oDrawGenBhv As DrawingViewGenerativeBehavior
 Dim oDocument as Product 'Target product
 ...

 oDrawGenBhv.Document = oDocument
 'Automatically converted to code design mode. . .


Regards,

Edited by: Yohei
 
Instead of a macro, try making the drawing based on the cgr version of the product. Change the View Generation Mode from EXACT to CGR.
 

Sponsor

Articles From 3DCAD World

Back
Top