C# Class SpaceClaim.Dxf.Document.DxfCurve

Afficher le fichier Open project: bcourter/SpaceClaim-AddIns

Protected Properties

Свойство Type Description
iTrimmedCurve ITrimmedCurve
textWriter System.IO.TextWriter

Méthodes publiques

Méthode Description
DxfCurve ( ITrimmedCurve iTrimmedCurve, TextWriter textWriter ) : System
Write ( ) : void

Method Details

DxfCurve() public méthode

public DxfCurve ( ITrimmedCurve iTrimmedCurve, TextWriter textWriter ) : System
iTrimmedCurve ITrimmedCurve
textWriter System.IO.TextWriter
Résultat System

Write() public abstract méthode

public abstract Write ( ) : void
Résultat void

Property Details

iTrimmedCurve protected_oe property

protected ITrimmedCurve iTrimmedCurve
Résultat ITrimmedCurve

textWriter protected_oe property

protected TextWriter,System.IO textWriter
Résultat System.IO.TextWriter