Show / Hide Table of Contents

Enum Projection.StandardProjection

The standard parallel projections

Namespace: CADability
Assembly: CADability.dll
Syntax
public enum StandardProjection

Fields

Name Description
FromBack

Projection from back (0, 1, 0)

FromBottom

Projection from bottom (0, 0, -1)

FromFront

Projection from front (0, -1, 0)

FromLeft

Projection from left (-1, 0, 0)

FromRight

Projection from right (1, 0, 0)

FromTop

Projection from top (0, 0, 1)

Isometric

Projection with view direction (-1, -1, -1)

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX