Defines a NamedSelection.
Declaration Syntax
public class NamedSelection : ImportedDataModelObject, IMechanicalSelectionInfo, ISelectionInfo, IFolderDataModelObject
Table 286: Members
Property | Children |
Gets the list of children. |
Property | Comments |
Gets the list of associated comments. |
Property | CrackFrontNumber |
Gets the CrackFrontNumber. |
Property | CreatedForCrack |
Gets the CreatedForCrack. |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
Property | Figures |
Gets the list of associated figures. |
Property | GenerationCriteria |
Returns the generation criteria that is used to generate the selection. |
Property | Images |
Gets the list of associated images. |
Property | IncludeProgramControlledInflation |
Gets or sets the IncludeProgramControlledInflation. |
Property | InternalObject |
Gets the internal object. For advanced usage only. |
Property | Location |
Gets or sets the Location. |
Property | LSDynaUserId |
Gets or sets the LSDynaUserId. |
Property | PreserveDuringSolve |
Gets or sets the PreserveDuringSolve. |
Property | RelativeTolerance |
Gets or sets the RelativeTolerance. |
Property | ScopingMethod |
Gets or sets the ScopingMethod. |
Property | SendAs |
Gets or sets the SendAs. |
Property | SendToSolver |
Gets or sets the SendToSolver. |
Property | Suppressed |
Gets the Suppressed. |
Property | ToleranceType |
Gets or sets the ToleranceType. |
Property | TotalSelection |
Gets the TotalSelection. |
Property | Type |
Gets the Type. |
Property | UsedByMeshWorksheet |
Gets the UsedByMeshWorksheet. |
Property | Visible |
Gets or sets the Visible. |
Property | ZeroTolerance |
Gets or sets the ZeroTolerance. |
Method | AddComment() |
Creates a new child Comment. |
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 | CreateNodalNamedSelection() |
Creates a new Named Selection object containing all the nodes from the entities in the current named selection . |
Method | Delete() |
Run the Delete action. |
Method | ExportNamedSelectionToCDBFile(string) |
Export Named Selection to CDB file |
Method | ExportToTextFile(string) |
Run the ExportToTextFile action. |
Method | Generate() |
Generates the selection based on the generation criteria. |
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. |