GetSectionNode
Overloads
| Name | Description |
|---|---|
| GetSectionNode(int id, int subid) | 단면이 적용된 모델 목록 반환 |
| GetSectionNode(int id, int subid, SectionAreaKind kind) | 단면이 적용된 영역별 모델 목록 반환 |
| GetSectionNode(int id, int subid, SectionAreaKind kind, bool visibleOnly) | 단면이 적용된 영역별 모델 목록 반환 |
| GetSectionNode(int id, int subid, SectionAreaKind kind, bool visibleOnly, bool includeNodePath) | 단면이 적용된 영역별 모델 목록 반환 |
GetSectionNode(int id, int subid)
public List<Node> GetSectionNode(int id, int subid)
단면이 적용된 모델 목록 반환
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 단면 아이디(ID) |
| subid | int | 단면 세부 아이디(ID) |
Returns
| Type | Description |
|---|---|
| List<Node> | 단면이 적용된 모델 목록 |
GetSectionNode(int id, int subid, SectionAreaKind kind)
public List<Node> GetSectionNode(int id, int subid, SectionAreaKind kind)
단면이 적용된 영역별 모델 목록 반환
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 단면 아이디(ID) |
| subid | int | 단면 세부 아이디(ID) |
| kind | SectionAreaKind | 영역 유형 : Outside(단면으로 숨겨진 모델), Clipping(단면이 적용된 모델. 단면에 걸친 모델), Inside(단면 내부에 포함된 모델) |
Returns
| Type | Description |
|---|---|
| List<Node> | 모델 목록 |
GetSectionNode(int id, int subid, SectionAreaKind kind, bool visibleOnly)
public List<Node> GetSectionNode(int id, int subid, SectionAreaKind kind, bool visibleOnly)
단면이 적용된 영역별 모델 목록 반환
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 단면 아이디(ID) |
| subid | int | 단면 세부 아이디(ID) |
| kind | SectionAreaKind | 영역 유형 : Outside(단면으로 숨겨진 모델), Clipping(단면이 적용된 모델. 단면에 걸친 모델), Inside(단면 내부에 포함된 모델) |
| visibleOnly | bool | 보이는 모델만 포함 : True(단면 적용 전에 보이는 모델만 포함), False(전체 모델) |
Returns
| Type | Description |
|---|---|
| List<Node> | 모델 목록 |
GetSectionNode(int id, int subid, SectionAreaKind kind, bool visibleOnly, bool includeNodePath)
public List<Node> GetSectionNode(int id, int subid, SectionAreaKind kind, bool visibleOnly, bool includeNodePath)
단면이 적용된 영역별 모델 목록 반환
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 단면 아이디(ID) |
| subid | int | 단면 세부 아이디(ID) |
| kind | SectionAreaKind | 영역 유형 : Outside(단면으로 숨겨진 모델), Clipping(단면이 적용된 모델. 단면에 걸친 모델), Inside(단면 내부에 포함된 모델) |
| visibleOnly | bool | 보이는 모델만 포함 : True(단면 적용 전에 보이는 모델만 포함), False(전체 모델) |
| includeNodePath | bool | 결과에 노드 경로(Node Path) 정보 포함 여부 : True(노드 경로 포함 / 속도 저하), False(노드 경로 미포함 / 속도 향상) |
Returns
| Type | Description |
|---|---|
| List<Node> | 모델 목록 |