Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeSegmentChain2d::OdGeSegmentChain2d Constructor (const OdGeKnotVector&, const OdGePoint2dArray&)
Syntax
C++
OdGeSegmentChain2d(const OdGeKnotVector& knots, const OdGePoint2dArray& points);

Constructor for the OdGeSegmentChain2d class. 

 

Parameters
Description
knots
[in] Knot vector. A knot vector defines a sequence of parameter values that determine how the shape of chain segment is affected. The knot vector is a sequence of parameter values and divides the parametric space into intervals, usually called knot spans. Values of the knot vector must be provided in ascending order.
points
[in] Array of 2D points.
Copyright © 2002-2022. Open Design Alliance All rights reserved.