BSplineCurveDefinition.AddPoint Method
Parent Object: BSplineCurveDefinitionDescription
Method that adds point and its corresponding weight and tangent information to the definition.
Syntax
BSplineCurveDefinition.AddPoint( Point As Point, [Weight] As Double, [Tangent] As Variant )Parameters
Name | Type | Description |
Point | Point | 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 UnitVector object that defines the tangent of the BSpline curve at this point. This is an optional argument whose default value is null. |