AnyCAD SDK PRO  2020
The Professional Graphics SDK for .Net and C++ Developers
Public 成员函数 | Public 属性 | 静态 Public 属性 | 所有成员列表
AnyCAD::Platform::Coordinate3类 参考

Coordinate3. 更多...

Public 成员函数

 Coordinate3 (Vector3^ o, Vector3^ x, Vector3^ y, Vector3^ z)
 

Public 属性

Vector3Origion
 
Vector3X
 
Vector3Y
 
Vector3Z
 

静态 Public 属性

static const Coordinate3UNIT_XYZ
 

详细描述

Coordinate3.

作者
AnyCAD

类成员变量说明

const Coordinate3 ^ AnyCAD::Platform::Coordinate3::UNIT_XYZ
static
初始值:
= gcnew Coordinate3(
gcnew Vector3(0,0,0),
gcnew Vector3(1,0,0),
gcnew Vector3(0,1,0),
gcnew Vector3(0,0,1))

该类的文档由以下文件生成: