DocumentCoordinateSystemEnum Enumeration |
返回用户文档首页
用于指定Document所使用的坐标系系统
Namespace: LoongCAD.STC.FriendlyAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.16 (2025.0.9.16)
Syntaxpublic enum CoordinateSystemEnum
MembersMember name | Value | Description |
---|
DEFAULT | 0 |
系统内置坐标系,对于杆件,延伸向为-Z, 上方向为Y, 右方向为X
|
CLASSIC | 1 |
经典坐标系,对于杆件,延伸向为X, 上方向为Y, 右方向为Z
|
See Also