Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
intNum
[in] The zero-based index of the intersection point to return.
intPnt
[out] Receives the specified intersection point on the surface.
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.