AugmentedPolylineCurve3d(Point3dCollection, Vector3dCollection) Constructor

Constructor for the AugmentedPolylineCurve3d class. Constructs a 3D polyline with vectors corresponding to each control point.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public AugmentedPolylineCurve3d(
        Point3dCollection controlPoints,
        Vector3dCollection vectorBundle
)

Parameters

controlPoints  Point3dCollection
[in] Array of 3D control points.
vectorBundle  Vector3dCollection
[in] Array of 3D vectors.
See Also

©  Bricsys NV. All rights reserved.