Export2DWGByISPlane
Overloads
| Name | Description |
|---|---|
| Export2DWGByISPlane(string fileName, int anodeSide, DWG_Version version) | 선택된 단면 도면 출력 |
Export2DWGByISPlane(string fileName, int anodeSide, DWG_Version version)
public void Export2DWGByISPlane(string fileName, int anodeSide, DWG_Version version)
선택된 단면 도면 출력
Parameters
| Name | Type | Description |
|---|---|---|
| fileName | string | 저장할 파일경로 |
| anodeSide | int | Anode 0:양쪽, 1:선수, 2:선미 |
| version | DWG_Version | dwg 버전설정 |