IMechanicalUserObject#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Interfaces.Mechanical.IMechanicalUserObject#
Bases:
objectDefines a Mechanical user object.
Overview#
NotifyChange method. |
|
Sets the default selection of the entity. |
AllProperties property. |
|
Gets the associated analysis. |
|
Attributes property. |
|
Caption property. |
|
Children property. |
|
Controller property. |
|
Extension property. |
|
Icon property. |
|
Id property. |
|
InternalCaption property. |
|
Name property. |
|
ObjectLocation property. |
|
ObjectType property. |
|
Parent property. |
|
Properties property. |
|
State property. |
|
SupportedLocations property. |
|
Version property. |
Property detail#
- property IMechanicalUserObject.AllProperties: Iterable[Ansys.ACT.Interfaces.UserObject.ISimProperty] | None#
AllProperties property.
- property IMechanicalUserObject.Analysis: Ansys.ACT.Interfaces.Analysis.IAnalysis | None#
Gets the associated analysis.
- property IMechanicalUserObject.Attributes: Ansys.ACT.Interfaces.Common.IAttributeCollection | None#
Attributes property.
- property IMechanicalUserObject.Children: Iterable[Ansys.ACT.Interfaces.UserObject.IUserObject] | None#
Children property.
- property IMechanicalUserObject.Extension: Ansys.ACT.Interfaces.Common.IExtension | None#
Extension property.
- property IMechanicalUserObject.ObjectLocation: Ansys.ACT.Interfaces.UserObject.ObjectLocationEnum | None#
ObjectLocation property.
- property IMechanicalUserObject.ObjectType: Ansys.ACT.Interfaces.UserObject.ObjectTypeEnum | None#
ObjectType property.
- property IMechanicalUserObject.Parent: Ansys.ACT.Interfaces.DataModel.IDataModelObject | None#
Parent property.
- property IMechanicalUserObject.Properties: Ansys.ACT.Interfaces.UserObject.IPropertyCollection | None#
Properties property.
Method detail#
- IMechanicalUserObject.SetDefaultSelection(selection: Ansys.ACT.Interfaces.Common.ISelectionInfo, notifyChange: bool) None#
Sets the default selection of the entity.