CoordinatedSystem Enumeration |
The left handed or right handed coordinate system.
Namespace: Aspose.ThreeDAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum CoordinatedSystem
Public Enumeration CoordinatedSystem
public enum class CoordinatedSystem
Members
| Member name | Value | Description |
---|
| RightHanded | 0 |
The right handed.
|
| LeftHanded | 1 |
The left handed.
|
See Also