Enum ArcLcsOrientation

Represents the orientation of local coordination system of an arc

Namespace: TSD.API.Remoting.Geometry
Assembly: TSD.API.Remoting.dll
Syntax
public enum ArcLcsOrientation

Fields

Name Value Description
UnknownUnknown = 0

Unknown

YAxisFromCentreYAxisFromCentre = 4

The Y axis is oriented out form the centre of an arc

YAxisToCentreYAxisToCentre = 3

The Y axis is oriented towards the centre of an arc

ZAxisFromCentreZAxisFromCentre = 2

The Z axis is oriented out form the centre of an arc

ZAxisToCentreZAxisToCentre = 1

The Z axis is oriented towards the centre of an arc

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next