PointLoopRel Type
Discriminated union for the three possible relations of a point to a closed polyline Loop. Points are consider on loop if they are within loop.SnapThreshold tolerance.
Instance members
Instance member |
Description
|
Full Usage:
this.IsIn
Returns: bool
|
|
Full Usage:
this.IsInside
Returns: bool
|
|
Full Usage:
this.IsOn
Returns: bool
|
|
Full Usage:
this.IsOut
Returns: bool
|
|
Full Usage:
this.IsOutside
Returns: bool
|
|