Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurveSurfInt::intParamCurve Method
Syntax
C++
OdGeCurve2d* intParamCurve(int intNum, bool isExternal, OdGeIntersectError& status) const;

Returns the 2d curve representing the specified intersection and the status of the intersection. 

 

Parameters
Description
intNum
[in] The zero-based index of the intersection curve to return.
isExternal
[in] If true, returns a pointer of OdGeExternalCurve2d (not implemented).
status
[out] Receives the status of the intersection.

A pointer to OdGeCurve2d.

If the intersection is not a 2d curve, returns NULL. If some intersection is queried more than once, returns NULL and sets status to kXXUnknown. 

Possible values for status are as follows: 

untitled table kXXOk kXXIndexOutOfRange kXXWrongDimensionAtIndex kXXUnknown

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