SetDirection
Overloads
| Name | Description |
|---|---|
| SetDirection(Vector3D axis1, Vector3D axis2, Planes plane) | 참조축 방향 설정 |
| SetDirection(Vector3D axis, Axis type) | 참조축 방향 설정 |
SetDirection(Vector3D axis1, Vector3D axis2, Planes plane)
public void SetDirection(Vector3D axis1, Vector3D axis2, Planes plane)
참조축 방향 설정
Parameters
| Name | Type | Description |
|---|---|---|
| axis1 | Vector3D | 축1 |
| axis2 | Vector3D | 축2 |
| plane | Planes | 면 |
SetDirection(Vector3D axis, Axis type)
public void SetDirection(Vector3D axis, Axis type)
참조축 방향 설정
Parameters
| Name | Type | Description |
|---|---|---|
| axis | Vector3D | 축 방향 |
| type | Axis | 축 지정 |