Message 1 of 4
How to draw a line by direction and base point3D using C#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Is there any function by which we can create an unbound line object by direction and a base point?
The line can be created by two points. Is there any option to create any line by direction also?
Line ln = new Line(BasePoint, SecondPoint);
Thanks in advance