C# Class SpaceClaim.Dxf.Document

显示文件 Open project: bcourter/SpaceClaim-AddIns

Public Methods

Method Description
AddCurve ( ITrimmedCurve iTrimmedCurve ) : void
Document ( string path ) : System
SaveDxf ( ) : void

Private Methods

Method Description
WriteEndDocument ( ) : void
WriteStartDocument ( ) : void

Method Details

AddCurve() public method

public AddCurve ( ITrimmedCurve iTrimmedCurve ) : void
iTrimmedCurve ITrimmedCurve
return void

Document() public method

public Document ( string path ) : System
path string
return System

SaveDxf() public method

public SaveDxf ( ) : void
return void