C# 클래스 SpaceClaim.Dxf.Document

파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns

공개 메소드들

메소드 설명
AddCurve ( ITrimmedCurve iTrimmedCurve ) : void
Document ( string path ) : System
SaveDxf ( ) : void

비공개 메소드들

메소드 설명
WriteEndDocument ( ) : void
WriteStartDocument ( ) : void

메소드 상세

AddCurve() 공개 메소드

public AddCurve ( ITrimmedCurve iTrimmedCurve ) : void
iTrimmedCurve ITrimmedCurve
리턴 void

Document() 공개 메소드

public Document ( string path ) : System
path string
리턴 System

SaveDxf() 공개 메소드

public SaveDxf ( ) : void
리턴 void