AMBuildSequence#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.AMBuildSequence#
Bases:
objectAn 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.
Overview#
Gets the build sequence step at the 1-based step number. |
Gets or sets the Combine Sequence Steps flag. [Default = False] |
|
Gets or sets the combined heating duration type. [Default = ScanTime] |
|
Gets or sets the number of steps in the build sequence. [Default = 2, Minimum = 2, Maximum = 31] |
Property detail#
- property AMBuildSequence.CombineSteps: bool | None#
Gets or sets the Combine Sequence Steps flag. [Default = False]
An exception is thrown if the EnableBuildSequence property is not True.
- property AMBuildSequence.CombinedDurationType: Ansys.Mechanical.DataModel.Enums.AMHeatingDurationType | None#
Gets or sets the combined heating duration type. [Default = ScanTime]
An exception is thrown if the EnableBuildSequence property is not True.
Method detail#
- AMBuildSequence.GetStep(stepNumber: int) Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.AMBuildSequenceStep#
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.