Defines an interface for the visitor of the elements.
optionalvisitAngularDimension(angularDimension):void
Defines logic that will be invoked for the visited angularDimension.
Visited angular dimension.
void
optionalvisitCurveSet(curveSet):void
Defines logic that will be invoked for the visited curveSet.
Visited curve set.
void
optionalvisitDiametricDimension(diametricDimension):void
Defines logic that will be invoked for the visited diametricDimension.
Visited diametric dimension.
void
optionalvisitHatch(hatch):void
Defines logic that will be invoked for the visited hatch.
Visited hatch.
void
optionalvisitLinearDimension(linearDimension):void
Defines logic that will be invoked for the visited linearDimension.
Visited linear dimension.
void
optionalvisitPiecewiseContour(piecewiseContour):void
Defines logic that will be invoked for the visited piecewiseContour.
Visited piecewise contour.
void
optionalvisitPointSet(pointSet):void
Defines logic that will be invoked for the visited pointSet.
Visited point set.
void
optionalvisitRadialDimension(radialDimension):void
Defines logic that will be invoked for the visited radialDimension.
Visited radial dimension.
void
optionalvisitText(text):void
Defines logic that will be invoked for the visited text.
Visited text.
void