Jul 26, 2015 #1 man2007 Aerospace Nov 6, 2007 283 IN Can someone let me know how to use GetBoundaryBox function of Drawing Dimension in Catia VBA?
Jul 27, 2015 #2 itsmyjob Mechanical Apr 11, 2002 2,375 CA Dim odim 'As DrawingDimension Set odim = oview.Dimensions.Item(1) Dim dimBB() As Variant odim.GetBoundaryBox (dimBB) but dimBB does not get info from GetBoundaryBox.... value still nothing. odim is a catdimlength with single value in my case. anyone else? Eric N. indocti discant et ament meminisse periti Upvote 0 Downvote
Dim odim 'As DrawingDimension Set odim = oview.Dimensions.Item(1) Dim dimBB() As Variant odim.GetBoundaryBox (dimBB) but dimBB does not get info from GetBoundaryBox.... value still nothing. odim is a catdimlength with single value in my case. anyone else? Eric N. indocti discant et ament meminisse periti
Jul 27, 2015 #3 itsmyjob Mechanical Apr 11, 2002 2,375 CA ok my bad: Dim dimBB(7) As Variant odim.GetBoundaryBox dimBB Eric N. indocti discant et ament meminisse periti Upvote 0 Downvote
ok my bad: Dim dimBB(7) As Variant odim.GetBoundaryBox dimBB Eric N. indocti discant et ament meminisse periti
Jul 27, 2015 Thread starter #4 man2007 Aerospace Nov 6, 2007 283 IN Thank you very much itsmyjob. I was looking for a macro for the following thread and finally able to get it http://www.eng-tips.com/viewthread.cfm?qid=391940 Upvote 0 Downvote
Thank you very much itsmyjob. I was looking for a macro for the following thread and finally able to get it http://www.eng-tips.com/viewthread.cfm?qid=391940