[ponder] sorry i was not clear in the question.
i meant in catvba.
using code:
Dim documents1 As Documents
Set documents1 = CATIA.Documents
Dim drawingDocument1 As DrawingDocument
Set drawingDocument1 = documents1.Open("C:\Users\XYZ\Desktop\xxx.catDrawing")
Dim drawingSheets1 As DrawingSheets...
thread560-359463
i have been working out a macro,where i m able to generate the views from model but i m not able to dimension the generated view.
if anyone could help me out with this