C# Class GeometryClassLibrary.Direction

Mostrar archivo Open project: ParagonTruss/GeometryClassLibrary Class Usage Examples

Public Properties

Property Type Description
Back Direction
Down Direction
Left Direction
NoDirection Direction
Out Direction
Right Direction
Up Direction

Property Details

Back public_oe static_oe property

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
return Direction

Down public_oe static_oe property

A staticly defined Direction that is negative in the Y direction. Extends downward in the XY plane.
public static Direction,GeometryClassLibrary Down
return Direction

Left public_oe static_oe property

A staticly defined Direction that is negative in the X direction. Extends to the left in the XY plane.
public static Direction,GeometryClassLibrary Left
return Direction

NoDirection public_oe static_oe property

public static Direction,GeometryClassLibrary NoDirection
return Direction

Out public_oe static_oe property

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
return Direction

Right public_oe static_oe property

A staticly defined Direction that is positive in the X direction. Extends to the right in the XY plane.
public static Direction,GeometryClassLibrary Right
return Direction

Up public_oe static_oe property

A staticly defined Direction that is positive in the Y direction. Extends upward in the XY plane.
public static Direction,GeometryClassLibrary Up
return Direction