Access the position of a dimension withing a DrawingView (VBA or VB.net, CATIA V5R21)
Access the position of a dimension withing a DrawingView (VBA or VB.net, CATIA V5R21)
(OP)
Hello,
I would like to access the position (X and Y Coordinate) of a dimension within a DrawingView. The thing is that for example always the top dimension (with the highest Y value) is related to one specific line and I need to access that dimension. (I need to identify that particular dimension) I hope I made my problem clear. Accessing the coordinates should be possible, right? I believe so, since the mydimension.moveValue method can position the value to a specific X and Y coordinate within the view.
If there are other ways or if you can think of workaround to identify the Dimensions, please let me know!
Thank you for your help!
I would like to access the position (X and Y Coordinate) of a dimension within a DrawingView. The thing is that for example always the top dimension (with the highest Y value) is related to one specific line and I need to access that dimension. (I need to identify that particular dimension) I hope I made my problem clear. Accessing the coordinates should be possible, right? I believe so, since the mydimension.moveValue method can position the value to a specific X and Y coordinate within the view.
If there are other ways or if you can think of workaround to identify the Dimensions, please let me know!
Thank you for your help!





RE: Access the position of a dimension withing a DrawingView (VBA or VB.net, CATIA V5R21)
--Doug