Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurveSurfInt::getPointOnCurve Method
Syntax
C++
void getPointOnCurve(int intNum, OdGePointOnCurve3d& intPnt, OdGeIntersectError& status) const;

Retrieves the intersection point on the curve, and retrieves the status of the intersection. 

 

Parameters
Description
intNum
[in] The zero-based index of the intersection pooint to return.
intPnt
[out] Receives the specified intersection point on the curve.
status
[out] Receives the status of the intersection.

Possible values for status are as follows: 

untitled table kXXOk kXXIndexOutOfRange kXXWrongDimensionAtIndex kXXUnknown

Copyright © 2002-2022. Open Design Alliance All rights reserved.