Search found 5 matches

by DitelSL
11 Jan 2021, 12:00
Forum: CAD .NET
Topic: Rotate Spline Entitie
Replies: 2
Views: 2519

Rotate Spline Entitie

Hello again. In our development we need to rotate the different entities of the design with your help we can already rotate lines, points, arcs, text but there is one that resists us when we have a spline entity we rotate all the points contained in the polypoints structure belonging to the spline a...
by DitelSL
08 Jan 2021, 12:11
Forum: CAD .NET
Topic: Rotate Arc Entitie
Replies: 1
Views: 2115

Re: Rotate Arc Entitie

Hi with this work fine

vArc.StartAngle = vArc.StartAngle + Angle
vArc.EndAngle = vArc.EndAngle + Angle

Thanks
by DitelSL
08 Jan 2021, 12:03
Forum: CAD .NET
Topic: Rotate Arc Entitie
Replies: 1
Views: 2115

Rotate Arc Entitie

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
by DitelSL
07 Jan 2021, 15:24
Forum: CAD .NET
Topic: vDrawing.rotate
Replies: 6
Views: 5128

Re: vDrawing.rotate

Hi again

Other question how can rotate arc entitie ?

Thanks
by DitelSL
07 Jan 2021, 14:03
Forum: CAD .NET
Topic: vDrawing.rotate
Replies: 6
Views: 5128

Re: vDrawing.rotate

Good morning Mikhail We have several problems to log in with facebook acount we use a new google acount When we do the example in the previous post the vertex values of the polyline change but not the Polypoints value there is some way to activate the changes at once? . What de diference off two par...