SurfaceSurfaceIntersectorType
Enumeration
 | 
These values represent the surface-surface
intersection component.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public enum SurfaceSurfaceIntersectorType
 
Public Enumeration SurfaceSurfaceIntersectorType
 
public enum class SurfaceSurfaceIntersectorType
 
type SurfaceSurfaceIntersectorType
 
 
 
 
Members
 
| Member name | 
Value | 
Description | 
| Transverse | 
0 | 
Non-tangent intersection. | 
| Tangent | 
1 | 
Tangent intersection with codirectional surface normals at any
point within the component. | 
| AntiTangent | 
2 | 
Tangent intersection with antidirectional surface normals at
any point within the component. | 
 
See Also