ReactionForceConstraint#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.ReactionForceConstraint(internalObject: Any)#

Bases: object

Defines a ReactionForceConstraint.

Overview#

Activate

Activate the current object.

CopyTo

Copies all visible properties from this object to another.

CreateObjRef

CreateObjRef method.

CreateParameter

Creates a new parameter for a Property.

Delete

Run the Delete action.

Duplicate

Creates a copy of the current DataModelObject.

Equals

Equals method.

GetAPIName

Property name bound to dispId.

GetAllProperties

GetAllProperties method.

GetChildren

Gets the list of children, filtered by type.

GetDetailsView

GetDetailsView method.

GetEnumName

Enum name bound to value

GetHashCode

GetHashCode method.

GetIconFile

GetIconFile method.

GetLifetimeService

GetLifetimeService method.

GetObjectData

GetObjectData method.

GetParameter

Gets the parameter corresponding to the given property.

GetPath

GetPath method.

GetPropertyName

GetPropertyName method.

GetPropertyValue

GetPropertyValue method.

GetType

GetType method.

GetVisibleProperties

GetVisibleProperties method.

GetVisiblePropertyNames

GetVisiblePropertyNames method.

GroupAllSimilarChildren

Run the GroupAllSimilarChildren action.

GroupSimilarObjects

Run the GroupSimilarObjects action.

InitializeLifetimeService

InitializeLifetimeService method.

IsPropertyEditable

IsPropertyEditable method.

IsPropertyVisible

IsPropertyVisible method.

PropertyByAPIName

Get a property by its API name.

PropertyById

PropertyById method.

PropertyByName

Get a property by its unique name.

RemoveParameter

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

RenameBasedOnDefinition

Run the RenameBasedOnDefinition action.

ToString

ToString method.

AttachedRefs

AttachedRefs property.

AxisSelection

Gets or sets the AxisSelection.

BoundType

Gets or sets the BoundType.

Children

Gets the list of children.

ClsId

ClsId property.

DataModelObjectCategory

Gets the current DataModelObject's category.

EnvironmentSelection

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

GroupingFolder

GroupingFolder property.

IconName

IconName property.

InternalObject

Gets the internal object. For advanced usage only.

Location

Gets or sets the Location.

Name

Name property.

ObjectId

ObjectId property.

ObjectState

ObjectState property.

ObjectTags

ObjectTags property.

Parent

Parent property.

Properties

Gets the list of properties for this object.

ReactionForceCriteria

Gets or sets the ReactionForceCriteria.

ScopingMethod

Gets or sets the ScopingMethod.

State

State property.

Suppressed

Gets or sets the Suppressed.

VisibleProperties

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

XComponentMax

Gets or sets the XComponentMax.

YComponentMax

Gets or sets the YComponentMax.

ZComponentMax

Gets or sets the ZComponentMax.

Property detail#

property ReactionForceConstraint.AttachedRefs: List[int] | None#

AttachedRefs property.

property ReactionForceConstraint.AxisSelection: Ansys.Mechanical.DataModel.Enums.AxisSelectionType | None#

Gets or sets the AxisSelection.

property ReactionForceConstraint.BoundType: Ansys.Mechanical.DataModel.Enums.TopoBoundType | None#

Gets or sets the BoundType.

property ReactionForceConstraint.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#

Gets the list of children.

property ReactionForceConstraint.ClsId: int | None#

ClsId property.

property ReactionForceConstraint.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#

Gets the current DataModelObject's category.

property ReactionForceConstraint.EnvironmentSelection: Any | None#

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

property ReactionForceConstraint.GroupingFolder: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#

GroupingFolder property.

property ReactionForceConstraint.IconName: str | None#

IconName property.

property ReactionForceConstraint.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSTopoConstraintAuto | None#

Gets the internal object. For advanced usage only.

property ReactionForceConstraint.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#

Gets or sets the Location.

property ReactionForceConstraint.Name: str | None#

Name property.

property ReactionForceConstraint.ObjectId: int | None#

ObjectId property.

property ReactionForceConstraint.ObjectState: Ansys.Mechanical.DataModel.Enums.ObjectState | None#

ObjectState property.

property ReactionForceConstraint.ObjectTags: Iterable[Ansys.Mechanical.DataModel.Interfaces.IObjectTag] | None#

ObjectTags property.

property ReactionForceConstraint.Parent: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#

Parent property.

property ReactionForceConstraint.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#

Gets the list of properties for this object.

property ReactionForceConstraint.ReactionForceCriteria: Ansys.Mechanical.DataModel.Enums.ReactionForceCriteriaType | None#

Gets or sets the ReactionForceCriteria.

property ReactionForceConstraint.ScopingMethod: Ansys.Mechanical.DataModel.Enums.GeometryDefineByType | None#

Gets or sets the ScopingMethod.

property ReactionForceConstraint.State: Ansys.Mechanical.DataModel.Enums.Legacy.State | None#

State property.

property ReactionForceConstraint.Suppressed: bool | None#

Gets or sets the Suppressed.

property ReactionForceConstraint.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#

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

property ReactionForceConstraint.XComponentMax: Ansys.ACT.Mechanical.Fields.Field | None#

Gets or sets the XComponentMax.

property ReactionForceConstraint.YComponentMax: Ansys.ACT.Mechanical.Fields.Field | None#

Gets or sets the YComponentMax.

property ReactionForceConstraint.ZComponentMax: Ansys.ACT.Mechanical.Fields.Field | None#

Gets or sets the ZComponentMax.

Method detail#

ReactionForceConstraint.Activate() None#

Activate the current object.

ReactionForceConstraint.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#

Copies all visible properties from this object to another.

ReactionForceConstraint.CreateObjRef(requestedType: type) System.Runtime.Remoting.ObjRef#

CreateObjRef method.

ReactionForceConstraint.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#

Creates a new parameter for a Property.

ReactionForceConstraint.Delete() None#

Run the Delete action.

ReactionForceConstraint.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#

Creates a copy of the current DataModelObject.

ReactionForceConstraint.Equals(other: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) bool#

Equals method.

ReactionForceConstraint.GetAPIName(dispId: int) str#

Property name bound to dispId.

ReactionForceConstraint.GetAllProperties() List[Ansys.ACT.Automation.Mechanical.AutomationPropertyWrapper]#

GetAllProperties method.

ReactionForceConstraint.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#

Gets the list of children, filtered by type.

ReactionForceConstraint.GetDetailsView() Ansys.ACT.Automation.Mechanical.DetailsViewData#

GetDetailsView method.

ReactionForceConstraint.GetEnumName(enumType: type, value: int, dispId: int) str#

Enum name bound to value

ReactionForceConstraint.GetHashCode() int#

GetHashCode method.

ReactionForceConstraint.GetIconFile() System.Byte#

GetIconFile method.

ReactionForceConstraint.GetLifetimeService() Any#

GetLifetimeService method.

ReactionForceConstraint.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#

GetObjectData method.

ReactionForceConstraint.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#

Gets the parameter corresponding to the given property.

ReactionForceConstraint.GetPath() str#

GetPath method.

ReactionForceConstraint.GetPropertyName(dispId: int) str#

GetPropertyName method.

ReactionForceConstraint.GetPropertyValue(name: str) Any#

GetPropertyValue method.

ReactionForceConstraint.GetType() type#

GetType method.

ReactionForceConstraint.GetVisibleProperties() List[System.Reflection.PropertyInfo]#

GetVisibleProperties method.

ReactionForceConstraint.GetVisiblePropertyNames() List[str]#

GetVisiblePropertyNames method.

ReactionForceConstraint.GroupAllSimilarChildren() None#

Run the GroupAllSimilarChildren action.

ReactionForceConstraint.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#

Run the GroupSimilarObjects action.

ReactionForceConstraint.InitializeLifetimeService() Any#

InitializeLifetimeService method.

ReactionForceConstraint.IsPropertyEditable(dispId: int) bool#

IsPropertyEditable method.

ReactionForceConstraint.IsPropertyVisible(dispId: int) bool#

IsPropertyVisible method.

ReactionForceConstraint.PropertyByAPIName(name: str) 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.
ReactionForceConstraint.PropertyById(dispId: int) Ansys.ACT.Automation.Mechanical.Property#

PropertyById method.

ReactionForceConstraint.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#

Get a property by its unique name.

ReactionForceConstraint.RemoveParameter(propName: str) None#

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

ReactionForceConstraint.RenameBasedOnDefinition() None#

Run the RenameBasedOnDefinition action.

ReactionForceConstraint.ToString() str#

ToString method.