Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

GetBoundaryBox

Status
Not open for further replies.

man2007

Aerospace
Nov 6, 2007
283
IN
Can someone let me know how to use GetBoundaryBox function of Drawing Dimension in Catia VBA?
 
Replies continue below

Recommended for you

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
 
ok my bad:

Dim dimBB(7) As Variant
odim.GetBoundaryBox dimBB

Eric N.
indocti discant et ament meminisse periti
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Top