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