SurfaceSurfaceIntersectorConfiguration
Enumeration
 | 
This enumeration's values represent the
neighborhood of a surface to the left or right of the intersection
curve according to another surface. Inside (or outside) means that
the neighborhood is inside (or outside) the other surface.
Calculations are performed according to the surface normal
orientation of the other surface. The surface neighborhood
direction (left and right) of a curve on a surface depends on the
surface normal orientation and the direction of the curve
parameterization.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public enum SurfaceSurfaceIntersectorConfiguration
 
Public Enumeration SurfaceSurfaceIntersectorConfiguration
 
public enum class SurfaceSurfaceIntersectorConfiguration
 
type SurfaceSurfaceIntersectorConfiguration
 
 
 
 
Members
 
| Member name | 
Value | 
Description | 
| Unknown | 
0 | 
Unknown. | 
| Out | 
1 | 
Neighborhood is outside the surface. | 
| In | 
2 | 
Neighborhood is inside the surface. | 
| Coincident | 
3 | 
Non-zero area intersection. | 
 
See Also