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

A dimension of the specified intersection as an integer number

Returns a dimension of the specified intersection, and retrieves the status of the intersection. 

 

Possible values for status are as follows: 

untitled table kXXOk kXXIndexOutOfRange kXXWrongDimensionAtIndex kXXUnknown

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