AcDb2dVertex( const AcGePoint3d& position, double bulge = 0, double startWidth = 0, double endWidth = 0, double tangent = 0, Adesk::Int32 vertexIdentifier = 0 );
This constructor creates a new 2D vertex.
Parameters | Description |
---|---|
position | Input position value of the vertex |
bulge | Input bulge value for the vertex |
startWidth | Input start width of the vertex |
endWidth | Input end width of the vertex |
tangent | Input curve-fit tangent direction for the vertex |
vertexIdentifier | Input the vertex identifier (default is 0) |