AcDb2dVertex::AcDb2dVertex (AcGePoint3d&, double, double, double, double, Adesk::Int32) Constructor

C++

AcDb2dVertex(
    const AcGePoint3d& position, 
    double bulge = 0, 
    double startWidth = 0, 
    double endWidth = 0, 
    double tangent = 0, 
    Adesk::Int32 vertexIdentifier = 0
);

Description

This constructor creates a new 2D vertex.

Parameters

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)

Links

AcDb2dVertex