visit method
visit
Visits curve
def visit(self, curve):
...
Parameter | Type | Description |
---|---|---|
curve | aspose.cad.fileformats.iges.drawables.IBezierCurve | curve to visit |
visit
Visits line
def visit(self, poly_line):
...
Parameter | Type | Description |
---|---|---|
poly_line | aspose.cad.fileformats.iges.drawables.IPolyLine | line to visit |
visit
Visits text
def visit(self, text):
...
Parameter | Type | Description |
---|---|---|
text | aspose.cad.fileformats.iges.drawables.IText | text to visit |