accept method

accept

Part of Visitor pattern with an IgesDrawableExporter

def accept(self, visitor):
    ...
ParameterTypeDescription
visitoraspose.cad.exporters.igesexporter.igesdrawableexporter.IExporterVisitorAn IgesDrawableExporter to render geometry

See Also