StructureManager Constructors
Overloads
| Name | Description |
|---|---|
| StructureManager() | 생성자 |
| StructureManager(string File) | 생성자 |
| StructureManager(string File, bool IncludeBody) | 생성자 |
StructureManager()
public StructureManager()
생성자
StructureManager(string File)
public StructureManager(string File)
생성자
Parameters
| Name | Type | Description |
|---|---|---|
| File | string | 모델 파일(.VIZ) |
StructureManager(string File, bool IncludeBody)
public StructureManager(string File, bool IncludeBody)
생성자
Parameters
| Name | Type | Description |
|---|---|---|
| File | string | 모델 파일(.VIZ) |
| IncludeBody | bool | Body 포함 유무 |