joshF
Industrial
- Nov 17, 2021
- 3
I have a slick macro to open a sw template and make the 3 views for a drawing. However, drawingview1 is a *front view orientation. I would like to add code to switch drawingview1 to a *top orientation. Should be an easy code, I just can't find it. Can someone make a suggestion?
asmPath = swModel.GetPathName
Dim myView As Object
Set myView = Part.DropDrawingViewFromPalette2("Drawing View1", 0.165525838871151, 0.140426998540005, 0)
boolstatus = Part.Create3rdAngleViews(asmPath)