Sizing
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.MeshControls.Sizing#
Bases:
object
Defines a Sizing.
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. |
|
Generate the Mesh. |
|
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. |
|
Run the RenameBasedOnDefinition action. |
Gets the Active. |
|
Gets or sets the Behavior. |
|
Gets or sets the BiasFactor. |
|
Gets or sets the BiasGrowthRate. |
|
Gets or sets the BiasOption. |
|
Gets or sets the BiasType. |
|
Gets the BodyOfInfluence. |
|
Gets or sets the CaptureCurvature. |
|
Gets or sets the CaptureProximity. |
|
Gets the list of children. |
|
Gets the list of associated comments. |
|
Gets or sets the CurvatureNormalAngle. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the DefeatureSize. |
|
Gets or sets the ElementSize. |
|
Gets the list of associated figures. |
|
Gets or sets the GrowthRate. |
|
Gets the list of associated images. |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the LocalMinimumSize. |
|
Gets or sets the Location. |
|
Gets or sets the NamedSelection. |
|
Gets or sets the NumberOfDivisions. |
|
Gets the OriginX. |
|
Gets the OriginY. |
|
Gets the OriginZ. |
|
Gets the list of properties for this object. |
|
Gets or sets the ProximityGapFactor. |
|
Gets or sets the ProximityMinimumSize. |
|
Gets or sets the ProximitySizeSources. |
|
Gets or sets the ReverseBias. |
|
Gets or sets the ScopingMethod. |
|
Gets or sets the SphereCenter. |
|
Gets or sets the SphereRadius. |
|
Gets or sets the Suppressed. |
|
Gets or sets the Type. |
|
Gets the list of properties that are visible for this object. |
Property detail#
- property Sizing.Behavior: Ansys.Mechanical.DataModel.Enums.SizingBehavior | None#
Gets or sets the Behavior.
- property Sizing.BiasOption: Ansys.Mechanical.DataModel.Enums.BiasOptionType | None#
Gets or sets the BiasOption.
- property Sizing.BiasType: Ansys.Mechanical.DataModel.Enums.BiasType | None#
Gets or sets the BiasType.
- property Sizing.BodyOfInfluence: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets the BodyOfInfluence.
- property Sizing.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property Sizing.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property Sizing.CurvatureNormalAngle: Ansys.Core.Units.Quantity | None#
Gets or sets the CurvatureNormalAngle.
- property Sizing.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property Sizing.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property Sizing.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property Sizing.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSMeshControlAuto | None#
Gets the internal object. For advanced usage only.
- property Sizing.LocalMinimumSize: Ansys.Core.Units.Quantity | None#
Gets or sets the LocalMinimumSize.
- property Sizing.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the Location.
- property Sizing.NamedSelection: Ansys.ACT.Automation.Mechanical.NamedSelection | None#
Gets or sets the NamedSelection.
- property Sizing.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property Sizing.ProximityGapFactor: Ansys.Core.Units.Quantity | None#
Gets or sets the ProximityGapFactor.
- property Sizing.ProximityMinimumSize: Ansys.Core.Units.Quantity | None#
Gets or sets the ProximityMinimumSize.
- property Sizing.ProximitySizeSources: Ansys.Mechanical.DataModel.Enums.ProximitySFSourcesType | None#
Gets or sets the ProximitySizeSources.
- property Sizing.ReverseBias: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the ReverseBias.
- property Sizing.ScopingMethod: Ansys.Mechanical.DataModel.Enums.GeometryDefineByType | None#
Gets or sets the ScopingMethod.
- property Sizing.SphereCenter: Ansys.ACT.Automation.Mechanical.CoordinateSystem | None#
Gets or sets the SphereCenter.
- property Sizing.Type: Ansys.Mechanical.DataModel.Enums.SizingType | None#
Gets or sets the Type.
Method detail#
- Sizing.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- Sizing.AddFigure() Ansys.ACT.Automation.Mechanical.Figure #
Creates a new child Figure.
- Sizing.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.
- Sizing.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- Sizing.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- Sizing.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- Sizing.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- Sizing.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- Sizing.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.
- Sizing.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property #
Get a property by its unique name.