MappingValidation
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.MappingValidation#
Bases:
object
Defines a MappingValidation.
Overview#
Activate the current object. |
|
Creates a new child Comment. |
|
Creates a new child Figure. |
|
Creates a new child Image. |
|
Copies all visible properties from this object to another. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Gets the list of children, filtered by type. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Get a property by its API name. |
|
Get a property by its unique name. |
|
Removes the parameter from the parameter set corresponding to the given property. |
Gets or sets the ActiveSequence. |
|
Gets or sets the ActiveSequenceByValue. |
|
Gets or sets the BoundingTolerance. |
|
Gets the list of children. |
|
Gets the list of associated comments. |
|
Gets or sets the ComplexComponent. |
|
Gets or sets the Component. |
|
Gets the current DataModelObject's category. |
|
Control whether the active sequenced is defined by row or by value. |
|
Display property. |
|
Gets or sets the DisplayDataType. |
|
Gets the list of associated figures. |
|
Gets or sets the FileIdentifierIndex. |
|
Gets the list of associated images. |
|
Gets the internal object. For advanced usage only. |
|
IsolineThickness property. |
|
IsolineType property. |
|
Gets or sets the Layer. |
|
LegendDivisions property. |
|
Gets the list of properties for this object. |
|
Scale property. |
|
Controls whether the displayed shell face lies on the bottom, middle, or top of the shell. |
|
Type property. |
|
Gets the list of properties that are visible for this object. |
Property detail#
- property MappingValidation.ActiveSequenceByValue: float | None#
Gets or sets the ActiveSequenceByValue.
- property MappingValidation.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property MappingValidation.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property MappingValidation.Component: Ansys.Mechanical.DataModel.Enums.ExternalLoadDisplayComponentType | None#
Gets or sets the Component.
- property MappingValidation.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property MappingValidation.DefineActiveSequenceBy: Ansys.Mechanical.DataModel.Enums.ExternalLoadDefineActiveSequenceBy | None#
Control whether the active sequenced is defined by row or by value.
- property MappingValidation.Display: Ansys.Mechanical.DataModel.Enums.MappingValidationDisplayOption | None#
Display property.
- property MappingValidation.DisplayDataType: Ansys.Mechanical.DataModel.Enums.ExternalLoadDisplayDataType | None#
Gets or sets the DisplayDataType.
- property MappingValidation.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property MappingValidation.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property MappingValidation.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSMappingValidationAuto | None#
Gets the internal object. For advanced usage only.
- property MappingValidation.IsolineThickness: Ansys.Mechanical.DataModel.Enums.MappingIsolineThicknessType | None#
IsolineThickness property.
- property MappingValidation.IsolineType: Ansys.Mechanical.DataModel.Enums.MappingIsolineLineType | None#
IsolineType property.
- property MappingValidation.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property MappingValidation.ShellFace: Ansys.Mechanical.DataModel.Enums.ShellFaceType | None#
Controls whether the displayed shell face lies on the bottom, middle, or top of the shell.
- property MappingValidation.Type: Ansys.Mechanical.DataModel.Enums.MappingValidationType | None#
Type property.
Method detail#
- MappingValidation.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- MappingValidation.AddFigure() Ansys.ACT.Automation.Mechanical.Figure #
Creates a new child Figure.
- MappingValidation.AddImage(filePath: str) Ansys.ACT.Automation.Mechanical.Image #
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.
- MappingValidation.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- MappingValidation.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- MappingValidation.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- MappingValidation.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- MappingValidation.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- MappingValidation.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder #
Run the GroupSimilarObjects action.
Get a property by its API name.
If multiple properties have the same API Name, only the first property with that name will be returned.