Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve3d::getSamplePoints Method (int, OdGePoint3dArray&, OdGeDoubleArray&)
Syntax
C++
void getSamplePoints(int numSample, OdGePoint3dArray& pointArray, OdGeDoubleArray& paramArray) const;

Gets sample points along this curve and their parameter values in the specified arrays. 

 

Parameters
Description
numSample
[in] Number of samples.
pointArray
[out] Receives an array of sample points.
paramArray
[out] Receives an array of parameters at each point.
Copyright © 2002-2022. Open Design Alliance All rights reserved.