Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeSurfSurfInt::intCurve Method
Syntax
C++
OdGeCurve3d* intCurve(int intNum, bool isExternal, OdGeIntersectError& status) const;

Returns the 3d 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 OdGeExternalCurve3d (not implemented).
status
[out] Receives the status of the intersection.

A pointer to OdGeCurve3d.

If the intersection is not a 3d 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.