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.
Declaration Syntax
public class AMBuildSequence
Table 1069: Members
|
Property | CombinedDurationType |
Gets or sets the combined heating duration type. [Default = ScanTime] An exception is thrown if the EnableBuildSequence property is not True. |
|
Property | CombineSteps |
Gets or sets the Combine Sequence Steps flag. [Default = False] An exception is thrown if the EnableBuildSequence property is not True. |
|
Property | 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. |
|
Method | GetStep(int) |
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. |