.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to get offset polyline points coordinates?

1 REPLY 1
Reply
Message 1 of 2
Anonymous
445 Views, 1 Reply

How to get offset polyline points coordinates?

How to get offset polyline points coordinates?

I tried to offset an existing polyline and get the points coordinates of the
result but failed



Dim outer As Autodesk.AutoCAD.Interop.Common.AcadLWPolyline' existing
polyline

Dim inner As Object ' result

Dim OuterPoints As Object ' array of existing points coordinates

Dim InnerPoints As Object ' array of result points coordinates

inner = outer.Offset(20)

OuterPoints = outer.Coordinates()' it's alright



InnerPoints= ?????
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

How does the failure manifest itself? Do you get an exception? Do you get
other unexpected results?

Albert
"technosterone" wrote in message
news:4898867@discussion.autodesk.com...
How to get offset polyline points coordinates?

I tried to offset an existing polyline and get the points coordinates of the
result but failed



Dim outer As Autodesk.AutoCAD.Interop.Common.AcadLWPolyline' existing
polyline

Dim inner As Object ' result

Dim OuterPoints As Object ' array of existing points coordinates

Dim InnerPoints As Object ' array of result points coordinates

inner = outer.Offset(20)

OuterPoints = outer.Coordinates()' it's alright



InnerPoints= ?????

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost