C# Class SpaceClaim.Dxf.Document.DxfArc

Inheritance: DxfCircle
ファイルを表示 Open project: bcourter/SpaceClaim-AddIns

Public Methods

Method Description
DxfArc ( ITrimmedCurve iTrimmedCurve, TextWriter textWriter ) : System
Write ( ) : void

Method Details

DxfArc() public method

public DxfArc ( ITrimmedCurve iTrimmedCurve, TextWriter textWriter ) : System
iTrimmedCurve ITrimmedCurve
textWriter System.IO.TextWriter
return System

Write() public method

public Write ( ) : void
return void