C# 클래스 GeometryClassLibrary.Direction

파일 보기 프로젝트 열기: ParagonTruss/GeometryClassLibrary 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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