Home > database >  PB autocadVBA function called GetBoundingBox error, request your guidance!
PB autocadVBA function called GetBoundingBox error, request your guidance!

Time:09-21

I use autocadVBA in PB, GetBoundingBox function about primitive object frame of maximum and minimum points, has made a null value, study repeatedly, there, ask ace to give directions!

Point_max dec point_min [3], [3]

Ole_selection. Item [I] GetBoundingBox (point_min point_max)

CodePudding user response:

To try this
Ole_selection. Item [I] GetBoundingBox (ref point_min, ref point_max)
  • Related