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