Struct OrdinateDimension.DoglegPreferences
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public struct DoglegPreferences
Fields
Angle
Declaration
public double Angle
Field Value
Type | Description |
---|---|
System.Double |
DoglegOption
Declaration
public OrdinateDoglegCreationOption DoglegOption
Field Value
Type | Description |
---|---|
OrdinateDoglegCreationOption |
DoglegSetting
Declaration
public OrdinateDoglegDefinition DoglegSetting
Field Value
Type | Description |
---|---|
OrdinateDoglegDefinition |
EndOffset
Declaration
public double EndOffset
Field Value
Type | Description |
---|---|
System.Double |
StartOffset
Declaration
public double StartOffset
Field Value
Type | Description |
---|---|
System.Double |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()