IsDifferentTranslation
Overloads
| Name | Description |
|---|---|
| IsDifferentTranslation() | 선택된 개체의 기준위치(0,0,0)가 치이가 있는지 반환 |
| IsDifferentTranslation(List<int> index) | 개체의 기준위치(0,0,0)가 치이가 있는지 반환 |
| IsDifferentTranslation(List<Node> node) | 개체의 기준위치(0,0,0)가 치이가 있는지 반환 |
IsDifferentTranslation()
public bool IsDifferentTranslation()
선택된 개체의 기준위치(0,0,0)가 치이가 있는지 반환
Returns
| Type | Description |
|---|---|
| bool | True : 차이가 있음 / False : 차이가 없음 |
IsDifferentTranslation(List<int> index)
public bool IsDifferentTranslation(List<int> index)
개체의 기준위치(0,0,0)가 치이가 있는지 반환
Parameters
| Name | Type | Description |
|---|---|---|
| index | List<int> | Node index List |
Returns
| Type | Description |
|---|---|
| bool | True : 차이가 있음 / False : 차이가 없음 |
IsDifferentTranslation(List<Node> node)
public bool IsDifferentTranslation(List<Node> node)
개체의 기준위치(0,0,0)가 치이가 있는지 반환
Parameters
| Name | Type | Description |
|---|---|---|
| node | List<Node> | Node List |
Returns
| Type | Description |
|---|---|
| bool | True : 차이가 있음 / False : 차이가 없음 |