Class: AMProcessSimulation
Defines a AMProcessSimulation.
Examples
Methods
Name |
Description |
Activate()
|
Activate the current object.
|
AddGeneratedAMSupport()
|
Creates a new GeneratedAMSupport
|
AddPredefinedAMSupport()
|
Creates a new PredefinedAMSupport
|
Delete()
|
Run the Delete action.
|
DetectStartSupportFaces(MechanicalSelectionInfo, Quantity, Quantity, StartSupportFacesOutputType, String)
|
Detects support faces from which to generate FE supports.
if null is used for bodies, all bodies are considered
examples:
amProcessObj.GenerateStartSupportFaces(
None,
Quantity("0 [m]"),
Quantity("45 [degree]"),
Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.StartSupportFacesOutputType.GraphicalSelection,
None)
amProcessObj.GenerateStartSupportFaces(
ExtAPI.DataModel.SelectionManager.CurrentSelection,
Quantity("0 [m]"),
Quantity("45 [degree]"),
Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.StartSupportFacesOutputType.NamedSelectionPerBody,
"Start Faces")
|
GetChildren(Boolean, IList<ChildrenType>)
|
|