Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I have a macro that gets RangeBOX in global coordination system. See macro below.
Dim dMinX As Double
dMinX = oSurfBody.RangeBOX.MinPoint.X
Dim dMaxX As Double
dMaxX = oSurfBody.RangeBOX.MaxPoint.X
Dim RangeX As Double
RangeX = dMaxX - dMinX
I would like to have the same but for local UCS created in part file. The question is how to redefine dMinX to get dMinX_UCS1?
Thanks in advance,
Edwin
Solved! Go to Solution.