API Reference > OdGe Classes > OdGeSurfSurfInt Class > OdGeSurfSurfInt Methods > OdGeSurfSurfInt::intPoint Method
OdGeSurfSurfInt::intPoint Method
Syntax
C++
OdGePoint3d intPoint(int intNum, OdGeIntersectError& status) const;
Parameters 
Description 
int intNum 
[in] The zero-based index of the intersection curve to return.  
OdGeIntersectError& status 
[out] Receives the status of the intersection. 

An instance of OdGePoint3d.

Returns the 3d point representing the specified intersection, and the status of the intersection. 

 

If the intersection is not a 3d point, returns (0.0, 0.0, 0.0) point. 

Possible values for status are as follows: 

untitled table kXXOk kXXIndexOutOfRange kXXWrongDimensionAtIndex kXXUnknown

Copyright © 2002–2020. Open Design Alliance. All rights reserved.