C# Class SpaceClaim.Dxf.Document

Afficher le fichier Open project: bcourter/SpaceClaim-AddIns

Méthodes publiques

Méthode Description
AddCurve ( ITrimmedCurve iTrimmedCurve ) : void
Document ( string path ) : System
SaveDxf ( ) : void

Private Methods

Méthode Description
WriteEndDocument ( ) : void
WriteStartDocument ( ) : void

Method Details

AddCurve() public méthode

public AddCurve ( ITrimmedCurve iTrimmedCurve ) : void
iTrimmedCurve ITrimmedCurve
Résultat void

Document() public méthode

public Document ( string path ) : System
path string
Résultat System

SaveDxf() public méthode

public SaveDxf ( ) : void
Résultat void