API Reference > OdGe Classes > OdGeCurveCurveInt2d Class > OdGeCurveCurveInt2d Methods > OdGeCurveCurveInt2d::getIntConfigs Method
OdGeCurveCurveInt2d::getIntConfigs Method
Syntax
C++
void getIntConfigs(int intNum, OdGe::OdGeXConfig& config1wrt2, OdGe::OdGeXConfig& config2wrt1) const;
Parameters 
Description 
int intNum 
[in] The zero-based index of the intersection point to query.  
OdGe::OdGeXConfig& config1wrt2 
[out] Receives the configuration of the first curve with respect to the second.  
OdGe::OdGeXConfig& config2wrt1 
[out] Receives the configuration of the second curve with respect to the first. 

Calculates the configuration of the first curve with respect to the second at the intersection point, and vice versa. 

 

The possible values for config1wrt2 and config2wrt1 are as follows: 

  • kNotDefined
  • kUnknown
  • kLeftRight
  • kRightLeft
  • kLeftLeft
  • kRightRight
  • kPointLeft
  • kPointRight
  • kLeftOverlap
  • kOverlapLeft
  • kRightOverlap
  • kOverlapRight
  • kOverlapStart
  • kOverlapEnd
  • kOverlapOverlap
 

Currently not implemented.

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