IExporterVisitor.Visit
Visit(IBezierCurve)
Visits curve
public void Visit(IBezierCurve curve)
Parameter | Type | Description |
---|---|---|
curve | IBezierCurve | curve to visit |
See Also
- interface IBezierCurve
- interface IExporterVisitor
- namespace Aspose.CAD.Exporters.IgesExporter.IgesDrawableExporter
- assembly Aspose.CAD
Visit(IPolyLine)
Visits line
public void Visit(IPolyLine polyLine)
Parameter | Type | Description |
---|---|---|
polyLine | IPolyLine | line to visit |
See Also
- interface IPolyLine
- interface IExporterVisitor
- namespace Aspose.CAD.Exporters.IgesExporter.IgesDrawableExporter
- assembly Aspose.CAD
Visit(IText)
Visits text
public void Visit(IText text)
Parameter | Type | Description |
---|---|---|
text | IText | text to visit |
See Also
- interface IText
- interface IExporterVisitor
- namespace Aspose.CAD.Exporters.IgesExporter.IgesDrawableExporter
- assembly Aspose.CAD