visit method

visit

Visits curve

def visit(self, curve):
    ...
ParameterTypeDescription
curveaspose.cad.fileformats.iges.drawables.IBezierCurvecurve to visit

visit

Visits line

def visit(self, poly_line):
    ...
ParameterTypeDescription
poly_lineaspose.cad.fileformats.iges.drawables.IPolyLineline to visit

visit

Visits text

def visit(self, text):
    ...
ParameterTypeDescription
textaspose.cad.fileformats.iges.drawables.ITexttext to visit

See Also