MomentOfInertiaConstraint#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.MomentOfInertiaConstraint#

Bases: object

Defines a MomentOfInertiaConstraint.

Overview#

RenameBasedOnDefinition

Run the RenameBasedOnDefinition action.

Delete

Run the Delete action.

GetChildren

Gets the list of children, filtered by type.

GetChildren

Gets the list of children, filtered by type.

Activate

Activate the current object.

CopyTo

Copies all visible properties from this object to another.

Duplicate

Creates a copy of the current DataModelObject.

GroupAllSimilarChildren

Run the GroupAllSimilarChildren action.

GroupSimilarObjects

Run the GroupSimilarObjects action.

PropertyByName

Get a property by its unique name.

PropertyByAPIName

Get a property by its API name.

CreateParameter

Creates a new parameter for a Property.

GetParameter

Gets the parameter corresponding to the given property.

RemoveParameter

Removes the parameter from the parameter set corresponding to the given property.

InternalObject

Gets the internal object. For advanced usage only.

PercentageToRetain

Gets or sets the PercentageToRetain.

PercentageToRetainMax

Gets or sets the PercentageToRetainMax.

PercentageToRetainMin

Gets or sets the PercentageToRetainMin.

MaximumValue

Gets or sets the MaximumValue.

MinimumValue

Gets or sets the MinimumValue.

Axis

Gets or sets the Axis.

DefineBy

Gets or sets the DefineBy.

ScopingMethod

Gets or sets the ScopingMethod.

CoordinateSystem

Gets or sets the CoordinateSystem.

Selection

Gets or sets the Selection.

Location

Gets or sets the Location.

DataModelObjectCategory

Gets the current DataModelObject’s category.

EnvironmentSelection

Gets or Sets the EnvironmentSelection to an Analysis object or TopoEnvironmentType enum.

Suppressed

Gets or sets the Suppressed.

Children

Gets the list of children.

InternalObject

Gets the internal object. For advanced usage only.

Properties

Gets the list of properties for this object.

VisibleProperties

Gets the list of properties that are visible for this object.

Property detail#

property MomentOfInertiaConstraint.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSTopoConstraintAuto | None

Gets the internal object. For advanced usage only.

property MomentOfInertiaConstraint.PercentageToRetain: System.Int32 | None

Gets or sets the PercentageToRetain.

property MomentOfInertiaConstraint.PercentageToRetainMax: System.Int32 | None

Gets or sets the PercentageToRetainMax.

property MomentOfInertiaConstraint.PercentageToRetainMin: System.Int32 | None

Gets or sets the PercentageToRetainMin.

property MomentOfInertiaConstraint.MaximumValue: Ansys.Core.Units.Quantity | None

Gets or sets the MaximumValue.

property MomentOfInertiaConstraint.MinimumValue: Ansys.Core.Units.Quantity | None

Gets or sets the MinimumValue.

property MomentOfInertiaConstraint.Axis: Ansys.Mechanical.DataModel.Enums.CoordinateSystemAxisType | None

Gets or sets the Axis.

property MomentOfInertiaConstraint.DefineBy: Ansys.Mechanical.DataModel.Enums.ResponseConstraintDefineBy | None

Gets or sets the DefineBy.

property MomentOfInertiaConstraint.ScopingMethod: Ansys.Mechanical.DataModel.Enums.GeometryDefineByType | None

Gets or sets the ScopingMethod.

property MomentOfInertiaConstraint.CoordinateSystem: Ansys.ACT.Automation.Mechanical.CoordinateSystem | None

Gets or sets the CoordinateSystem.

property MomentOfInertiaConstraint.Selection: Ansys.ACT.Automation.Mechanical.OptimizationRegion | None

Gets or sets the Selection.

property MomentOfInertiaConstraint.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None

Gets or sets the Location.

property MomentOfInertiaConstraint.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None

Gets the current DataModelObject’s category.

property MomentOfInertiaConstraint.EnvironmentSelection: System.Object | None

Gets or Sets the EnvironmentSelection to an Analysis object or TopoEnvironmentType enum.

property MomentOfInertiaConstraint.Suppressed: System.Boolean | None

Gets or sets the Suppressed.

property MomentOfInertiaConstraint.Children: System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None

Gets the list of children.

property MomentOfInertiaConstraint.InternalObject: System.Object | None

Gets the internal object. For advanced usage only.

property MomentOfInertiaConstraint.Properties: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.Property] | None

Gets the list of properties for this object.

property MomentOfInertiaConstraint.VisibleProperties: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.Property] | None

Gets the list of properties that are visible for this object.

Method detail#

MomentOfInertiaConstraint.RenameBasedOnDefinition() System.Void

Run the RenameBasedOnDefinition action.

MomentOfInertiaConstraint.Delete() System.Void

Run the Delete action.

MomentOfInertiaConstraint.GetChildren(recurses: System.Boolean, children: System.Collections.Generic.IList[ChildrenType]) System.Collections.Generic.IList[ChildrenType]

Gets the list of children, filtered by type.

MomentOfInertiaConstraint.GetChildren(category: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory, recurses: System.Boolean, children: System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]) System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]

Gets the list of children, filtered by type.

MomentOfInertiaConstraint.Activate() System.Void

Activate the current object.

MomentOfInertiaConstraint.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) System.Void

Copies all visible properties from this object to another.

MomentOfInertiaConstraint.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject

Creates a copy of the current DataModelObject.

MomentOfInertiaConstraint.GroupAllSimilarChildren() System.Void

Run the GroupAllSimilarChildren action.

MomentOfInertiaConstraint.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder

Run the GroupSimilarObjects action.

MomentOfInertiaConstraint.PropertyByName(name: System.String) Ansys.ACT.Automation.Mechanical.Property

Get a property by its unique name.

MomentOfInertiaConstraint.PropertyByAPIName(name: System.String) Ansys.ACT.Automation.Mechanical.Property
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.
MomentOfInertiaConstraint.CreateParameter(propName: System.String) Ansys.ACT.Interfaces.Mechanical.IParameter

Creates a new parameter for a Property.

MomentOfInertiaConstraint.GetParameter(propName: System.String) Ansys.ACT.Interfaces.Mechanical.IParameter

Gets the parameter corresponding to the given property.

MomentOfInertiaConstraint.RemoveParameter(propName: System.String) System.Void

Removes the parameter from the parameter set corresponding to the given property.