Hi Guys,
I would like to know is there any way to move some selected elements with reference to coordinates / some distance.
' A collection of line, text, and circle.
Set oSel = ActiveDoc.Selection
oSel.Add oText
oSel.Add oLine
oSel.Add oCircle
These selected entities has to be moved to a certain distance of XX mm from theirs original location (2D - in drawing)
Regards,
Maddy
Regards,
Maddy
The willingness to share knowledge does not make one charitable; it makes one self-reliant to know more.
Modified - Courtesy of Robert Brault
I would like to know is there any way to move some selected elements with reference to coordinates / some distance.
' A collection of line, text, and circle.
Set oSel = ActiveDoc.Selection
oSel.Add oText
oSel.Add oLine
oSel.Add oCircle
These selected entities has to be moved to a certain distance of XX mm from theirs original location (2D - in drawing)
Regards,
Maddy
Regards,
Maddy
The willingness to share knowledge does not make one charitable; it makes one self-reliant to know more.
Modified - Courtesy of Robert Brault