C# Класс GeometryClassLibrary.Direction

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Back Direction
Down Direction
Left Direction
NoDirection Direction
Out Direction
Right Direction
Up Direction

Описание свойств

Back публичное статическое свойство

A staticly defined Direction that is negative in the Z direction. Extends away from the viewer when looking at the XY plane.
public static Direction,GeometryClassLibrary Back
Результат Direction

Down публичное статическое свойство

A staticly defined Direction that is negative in the Y direction. Extends downward in the XY plane.
public static Direction,GeometryClassLibrary Down
Результат Direction

Left публичное статическое свойство

A staticly defined Direction that is negative in the X direction. Extends to the left in the XY plane.
public static Direction,GeometryClassLibrary Left
Результат Direction

NoDirection публичное статическое свойство

public static Direction,GeometryClassLibrary NoDirection
Результат Direction

Out публичное статическое свойство

A staticly defined Direction that is positive in the Z direction. Extends towards the viewer when looking at the XY plane.
public static Direction,GeometryClassLibrary Out
Результат Direction

Right публичное статическое свойство

A staticly defined Direction that is positive in the X direction. Extends to the right in the XY plane.
public static Direction,GeometryClassLibrary Right
Результат Direction

Up публичное статическое свойство

A staticly defined Direction that is positive in the Y direction. Extends upward in the XY plane.
public static Direction,GeometryClassLibrary Up
Результат Direction