C# Class SpaceClaim.Dxf.Document.DxfCurve

Show file Open project: bcourter/SpaceClaim-AddIns

Protected Properties

Property Type Description
iTrimmedCurve ITrimmedCurve
textWriter System.IO.TextWriter

Public Methods

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

Method Details

DxfCurve() public method

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

Write() public abstract method

public abstract Write ( ) : void
return void

Property Details

iTrimmedCurve protected property

protected ITrimmedCurve iTrimmedCurve
return ITrimmedCurve

textWriter protected property

protected TextWriter,System.IO textWriter
return System.IO.TextWriter