Defines a Fracture.
Declaration Syntax
public class Fracture : DataModelObject, IFolderDataModelObject
Table 222: Members
Property | Children |
Gets the list of children. |
Property | Comments |
Gets the list of associated comments. |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
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 | RemeshHexDominantToTetrahedral |
Gets or sets the RemeshHexDominantToTetrahedral. |
Method | AddArbitraryCrack() |
Creates a new ArbitraryCrack |
Method | AddComment() |
Creates a new child Comment. |
Method | AddContactDebonding() |
Creates a new ContactDebonding |
Method | AddCornerCrack() |
Creates a new CornerCrack |
Method | AddCrack() ***OBSOLETE*** Use the method AddArbitraryCrack or AddSemiEllipticalCrack instead. |
Creates a new child Crack. |
Method | AddCrackInitiation() |
Creates a new CrackInitiation |
Method | AddCylindricalCrack() |
Creates a new CylindricalCrack |
Method | AddEdgeCrack() |
Creates a new EdgeCrack |
Method | AddEllipticalCrack() |
Creates a new EllipticalCrack |
Method | AddFigure() |
Creates a new child Figure. |
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 | AddInterfaceDelamination() |
Creates a new InterfaceDelamination |
Method | AddPreMeshedCrack() |
Creates a new PreMeshedCrack |
Method | AddRingCrack() |
Creates a new RingCrack |
Method | AddSemiEllipticalCrack() |
Creates a new SemiEllipticalCrack |
Method | AddSMARTCrackGrowth() |
Creates a new SMARTCrackGrowth |
Method | AddThroughCrack() |
Creates a new ThroughCrack |
Method | Delete() |
Run the Delete action. |
Method | GenerateAllCrackMesh() |
Run the GenerateAllCrackMesh action. |
Method | GenerateAllInterfaceDelamination() |
Generate all interfaces delamination from an external model. |
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. |