Struct Post.AnimationStreamline
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)
Assembly: NXOpen.dll
Syntax
public struct AnimationStreamline
Fields
ActiveRegionEndFactor
Declaration
public double ActiveRegionEndFactor
Field Value
Type |
Description |
System.Double |
|
ActiveRegionStartFactor
Declaration
public double ActiveRegionStartFactor
Field Value
Type |
Description |
System.Double |
|
ContinuousPulse
Declaration
public bool ContinuousPulse
Field Value
Type |
Description |
System.Boolean |
|
FramesPerPulse
Declaration
public double FramesPerPulse
Field Value
Type |
Description |
System.Double |
|
NumberOfIncrements
Declaration
public int NumberOfIncrements
Field Value
Type |
Description |
System.Int32 |
|
NumberOfTimePeriods
Declaration
public int NumberOfTimePeriods
Field Value
Type |
Description |
System.Int32 |
|
PulseDutycycle
Declaration
public double PulseDutycycle
Field Value
Type |
Description |
System.Double |
|
ShowGuides
Declaration
Field Value
Type |
Description |
System.Boolean |
|
StreamSync
Declaration
public Post.StreamlineSynchronization StreamSync
Field Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()