Constructor.
Public Sub New( position As Point3d, bulge As double, startWidth As double, endWidth As double, tangent As double )
public Vertex2d( Point3d position, double bulge, double startWidth, double endWidth, double tangent );
Parameters |
Description |
Point3d position |
Input Autodesk.AutoCAD.Geometry.Point3d object. |
double bulge |
Input System.Double object. |
double startWidth |
Input System.Double object. |
double endWidth |
Input System.Double object. |
double tangent |
Input System.Double object. |
Comments? |