API Reference > OdGe Classes > OdGeSegmentChain2d Class > OdGeSegmentChain2d Constructor > OdGeSegmentChain2d::OdGeSegmentChain2d Constructor (OdGeKnotVector&, OdGePoint2dArray&)
OdGeSegmentChain2d::OdGeSegmentChain2d Constructor (OdGeKnotVector&, OdGePoint2dArray&)
Syntax
C++
OdGeSegmentChain2d(const OdGeKnotVector& knots, const OdGePoint2dArray& points);
Parameters 
Description 
const OdGeKnotVector& 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.  
const OdGePoint2dArray& points 
[in] Array of 2D points. 

Constructor for the OdGeSegmentChain2d class. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.