Defines a AMProcess.
Declaration Syntax
public class AMProcess : DataModelObject, IFolderDataModelObject
Table 1021: Members
Property | BaseGeometry |
Gets or sets the BaseGeometry. |
Property | BuildGeometry ***OBSOLETE*** BuildGeometry is deprecated, please use PartGeometry instead. |
Gets or sets the PartGeometry using the deprecated BuildGeometry method. |
Property | Children |
Gets the list of children. |
Property | Comments |
Gets the list of associated comments. |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
Property | ElementSize |
Gets or sets the ElementSize. |
Property | Figures |
Gets the list of associated figures. |
Property | Images |
Gets the list of associated images. |
Property | InternalObject |
Gets the internal object. For advanced usage only. |
Property | LengthUnits |
Gets or sets the LengthUnits. |
Property | MeshUsingVoxelization |
Gets or sets the MeshUsingVoxelization. |
Property | NonlinearEffects |
Gets or sets the NonlinearEffects. |
Property | PartGeometry |
Gets or sets the PartGeometry. |
Property | SubsampleRate |
Gets or sets the SubsampleRate. |
Property | WallThickness |
Gets or sets the WallThickness. |
Property | ZLocationAtTopOfBase |
Gets the ZLocationAtTopOfBase. |
Method | AddCartesianMesh() |
No details are provided for this entry. |
Method | AddComment() |
Creates a new child Comment. |
Method | AddFigure() |
Creates a new child Figure. |
Method | AddGeneratedAMSupport() |
Creates a new GeneratedAMSupport |
Method | AddImage(string) |
Creates a new child Image. If a filePath is provided, the image will be loaded from that file, if not, the image will be a screen capture of the Geometry window. |
Method | AddPredefinedAMSupport() |
Creates a new PredefinedAMSupport |
Method | AddSTLAMSupport() |
Creates a new STLAMSupport |
Method | AddSupportGroup() |
Creates a new AMSupportGroup |
Method | CleanAMStrains() |
Run the CleanAMStrains action. |
Method | CreateAMBondConnections() |
Run the CreateAMBondConnections action. |
Method | CreateBuildToBaseContact() |
Run the CreateBuildToBaseContact action. |
Method | Delete() |
Run the Delete action. |
Method | GenerateAMStrains() ***OBSOLETE*** The GenerateAMStrains method is no longer supporetd since AM strains are generated during solve. |
Run the GenerateAMStrains action. |
Method | GetChildren<ChildrenType>(bool, IList<ChildrenType>) |
Gets the list of children, filtered by type. |
Method | GetChildren(DataModelObjectCategory, bool, IList<IDataModelObject>) |
Gets the list of children, filtered by type. |
Method | GetSequence(Analysis) |
Gets the support removal sequence for a given environment. |
Method | HasAMStrains() ***OBSOLETE*** The HasAMStrains property is no longer supported since AM strains are generated during solve. |
Get the HasAMStrains property. |
Method | ResetAllSequences() |
Resets the sequence for all analyses |