EnableSectionPlaneRotation
Overloads
| Name | Description |
|---|---|
| EnableSectionPlaneRotation(bool enable) | 단면 (Plane) 회전 활성화/비활성화 |
| EnableSectionPlaneRotation(bool xy, bool yz, bool zx) | 단면 (Plane) 회전 활성화/비활성화 |
EnableSectionPlaneRotation(bool enable)
public void EnableSectionPlaneRotation(bool enable)
단면 (Plane) 회전 활성화/비활성화
Parameters
| Name | Type | Description |
|---|---|---|
| enable | bool | 활성화/비활성화 |
EnableSectionPlaneRotation(bool xy, bool yz, bool zx)
public void EnableSectionPlaneRotation(bool xy, bool yz, bool zx)
단면 (Plane) 회전 활성화/비활성화
Parameters
| Name | Type | Description |
|---|---|---|
| xy | bool | XY 활성화/비활성화 |
| yz | bool | YZ 활성화/비활성화 |
| zx | bool | ZX 활성화/비활성화 |