SurfaceSurfaceIntersectorConfigurationsIntersectionType Property
|
Property that represents an intersection type.
* 0 (Transverse) - Non-tangent intersection. * 1 (Tangent) -
Tangent intersection with surface normals codirectional at any
point within the component. * 2 (AntiTangent) - Tangent
intersection with surface normals antidirectional at any point
within the component.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public SurfaceSurfaceIntersectorType IntersectionType { get; }
Public ReadOnly Property IntersectionType As SurfaceSurfaceIntersectorType
Get
public:
property SurfaceSurfaceIntersectorType IntersectionType {
SurfaceSurfaceIntersectorType get ();
}
member IntersectionType : SurfaceSurfaceIntersectorType with get
Property Value
SurfaceSurfaceIntersectorType
See Also