Message 1 of 3
How to insert vertex at the beginning of the polyline3d?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello.
I need to insert vertex at the beginning of the polyline3d entity. The Managed Class Reference Guide suggest using Polyline3d.InsertVertexAt (ObjectId, PolylineVertex3d) or Polyline3d.InsertVertexAt (PolylineVertex3d, PolylineVertex3d) specifying NULL as the first parameters for both methods. But in this case I get NullReferenceException.
Does anybody have any ideas how to solve this problem? Thank you.
I need to insert vertex at the beginning of the polyline3d entity. The Managed Class Reference Guide suggest using Polyline3d.InsertVertexAt (ObjectId, PolylineVertex3d) or Polyline3d.InsertVertexAt (PolylineVertex3d, PolylineVertex3d) specifying NULL as the first parameters for both methods. But in this case I get NullReferenceException.
Does anybody have any ideas how to solve this problem? Thank you.