|
AnyCAD Rapid API 2026
Help you to create a better world!
|
计算相机信息 更多...
Public 成员函数 | |
| CameraDriver (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| 仅供内部使用 | |
| void | Dispose () |
| Vector3d | GetDirection () |
| void | SetDirection (Vector3d val) |
| Vector3d | GetUp () |
| void | SetUp (Vector3d val) |
| Vector3d | GetRight () |
| virtual void | ComputeCameraDirection (EnumStandardView iDir) |
| 计算标准位置相机的方向。计算结果存放在Direction和Up中。 | |
| virtual void | ComputeFitView (Vector3d direction, Vector3d up) |
| virtual EnumStandardView | GetStandardView (Vector3d direction) |
计算相机信息
Group: Rendering
|
virtual |
计算标准位置相机的方向。计算结果存放在Direction和Up中。
| iDir | 标准位置 |