Class: AMBuildSequence
An AM build sequence contains a minimum of two steps - a heating step followed by a dwell step.
All sequences must begin with a heat step and end with a dwell step.
Examples
Methods
| Name |
Description |
|
GetStep(Int32)
|
Gets the build sequence step at the 1-based step number.
An exception is thrown if the stepNumber is less than 1 or greater than the number of steps. An exception is
also thrown if the EnableBuildSequence property is not True.
|
Properties
| Name |
Description |
|
CombinedDurationType
|
Gets or sets the combined heating duration type. [Default = ScanTime]
An exception is thrown if the EnableBuildSequence property is not True.
|
|
CombineSteps
|
Gets or sets the Combine Sequence Steps flag. [Default = False]
An exception is thrown if the EnableBuildSequence property is not True.
|
|
NumberOfSteps
|
Gets or sets the number of steps in the build sequence. [Default = 2, Minimum = 2, Maximum = 31]
An exception is thrown if the EnableBuildSequence property is not True. An exception is also thrown
if the value is less than 2 or greater than 31.
|