DiagnosticGridMode Enumeration
|
Represents available coordinate systems to use
for the diagnostic grid.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum DiagnosticGridMode
Public Enumeration DiagnosticGridMode
public enum class DiagnosticGridMode
Members
Member name |
Value |
Description |
Object |
0 |
Object-space coordinate system. |
World |
1 |
World-space coordinate system. |
Camera |
2 |
Camera-space (view-space) coordinate system. |
See Also