Hide menu
Loading...
Searching...
No Matches
cadex.PMI.OutlineVisitor Class Referenceabstract

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)
 

Detailed Description

Defines the visitor of the outline elements.

Examples
exploring/pmi/Program.cs, and exploring/pmi/main.cxx.