PointContainment Enumeration
|
Represents point containment in the
boundary.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public enum PointContainment
Public Enumeration PointContainment
public enum class PointContainment
Members
| Member name |
Value |
Description |
| Inside |
0 |
Point is inside the boundary. |
| Outside |
1 |
Point is outside the boundary. |
| OnBoundary |
2 |
Point is on the boundary. |
See Also