API Reference > OdGe Classes > OdGeCurveSurfInt Class
OdGeCurveSurfInt Class
OdGeCurveSurfIntOdGeCurveSurfInt
Syntax
C++
class OdGeCurveSurfInt : public OdGeEntity3d;

GeCurveSurfInt.h

This class represents intersections of 3d curves and surfaces.

The intersection object links to curve and surface objects, but does not contain them. Calculation of the intersection is performed by a query function. 

If one of the objects is deleted, the intersection must be recalculated. If one of the objects is NULL, kXXUnknown status is set and the default value is returned. 

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
This is the overview for the OdGeCurveSurfInt constructor overload. 
 
Name 
Description 
 
Returns the 3d curve. 
 
Returns a dimension of the specified intersection, and retrieves the status of the intersection.
 
 
Calculates the configurations on either side of the surface at the intersection.
 
 
Retrieves the parameters of the specified intersection point with respect to the curve and surface, and retrieves the status of the intersection.
 
 
Retrieves the range for the curve for the specified overlap, and retrieves the status of the intersection.
 
 
Retrieves the intersection point on the curve, and retrieves the status of the intersection.
 
 
Retrieves the intersection point on the surface, and retrieves the status of the intersection.
 
 
Returns the 2d curve representing the specified intersection and the status of the intersection.
 
 
Returns a 3d point representing the specified intersection, and retrieves the status of the intersection.
 
 
Returns the number of point intersections between the curve and the surface, and retrieves the status of the intersection.
 
 
Returns the number of intersections between the curve and the surface, and retrieves the status of the intersection.
 
 
Retrieves the number of interval of overlaps between the curve and the surface, and retrieves the status of the intersection.
 
 
set 
Specifies the 3d curve, surface, and tolerance for determining intersections.
 
 
Returns the surface. 
 
Returns the tolerance for determining intersections. 
 
Name 
Description 
 
= 
Assignment operator for the OdGeCurveSurfInt object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.