Message 1 of 6
Define a polyline.
Not applicable
08-23-2005
08:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have three point3d objects defined as follows:
Dim corner1 As New Point3d(0, 0, 0)
Dim corner2 As New Point3d(10, 0, 0)
Dim corner3 As New Point3d(10, 10, 0)
I have been looking at the following line out of a sample program that defines a circle:
Dim center As New Point3d(10, 10, 0)
My question is what code do I need to add to my program similar to the line above that will connect my three point3d objects with a polyline.
Thank you,
Eric Sepich
Dim corner1 As New Point3d(0, 0, 0)
Dim corner2 As New Point3d(10, 0, 0)
Dim corner3 As New Point3d(10, 10, 0)
I have been looking at the following line out of a sample program that defines a circle:
Dim center As New Point3d(10, 10, 0)
My question is what code do I need to add to my program similar to the line above that will connect my three point3d objects with a polyline.
Thank you,
Eric Sepich