Rotate Arc Entitie
Posted: 08 Jan 2021, 12:03
Good Morning
We need rotate Arc entitie now we rotate point off arc but we need rotate angle too
how can I do it?
this is code we use
Dim vArc As CADArc
vArc = CType(CADDiseño.CurrentLayout.Entities(h), CADArc)
vArc.Point = DPoint.Rotate(vArc.Point, center, False, Angle)
Thanks
We need rotate Arc entitie now we rotate point off arc but we need rotate angle too
how can I do it?
this is code we use
Dim vArc As CADArc
vArc = CType(CADDiseño.CurrentLayout.Entities(h), CADArc)
vArc.Point = DPoint.Rotate(vArc.Point, center, False, Angle)
Thanks