Struct BeamSectionOffsetOptions.Offset
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.CAE
Assembly: NXOpen.dll
Syntax
public struct Offset
Fields
OffsetX
Declaration
public Expression OffsetX
Field Value
Type | Description |
---|---|
Expression |
OffsetY
Declaration
public Expression OffsetY
Field Value
Type | Description |
---|---|
Expression |
OffsetZ
Declaration
public Expression OffsetZ
Field Value
Type | Description |
---|---|
Expression |
YEccentric
Declaration
public double YEccentric
Field Value
Type | Description |
---|---|
System.Double |
ZEccentric
Declaration
public double ZEccentric
Field Value
Type | Description |
---|---|
System.Double |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()