Defines the visitor of the outline elements. More...
Inherits global.SystemIDisposable.
Inherited by cadex.PMI.OutlineVoidVisitor.
Public Member Functions | |
| OutlineVisitor (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| void | Apply (cadex.PMI.PolyOutline theOutline) |
| void | Apply (cadex.PMI.Poly2dOutline theOutline) |
| void | Apply (cadex.PMI.CurveOutline theOutline) |
| void | Apply (cadex.PMI.Curve2dOutline theOutline) |
| bool | VisitEnter (cadex.PMI.CompositeOutline theOutline) |
| void | VisitLeave (cadex.PMI.CompositeOutline theOutline) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Defines the visitor of the outline elements.