BSplineCurve2dDefinition.AddPoint Method
Parent Object: BSplineCurve2dDefinitionDescription
Method that adds point and its corresponding weight and tangent information to the definition.
Syntax
BSplineCurve2dDefinition.AddPoint( Point As Point2d, [Weight] As Double, [Tangent] As Variant )Parameters
Name | Type | Description |
Point | Point2d | Input object that specifies the point. |
Weight | Double | Optional input double that specifies the weight for the input point. If not specified, a default value of 1 is used. This is an optional argument whose default value is 1.0. |
Tangent | Variant | Optional input UnitVector2d object that defines the tangent of the BSpline curve at this point. This is an optional argument whose default value is null. |