PointMass#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.PointMass(internalObject: Any)#
Bases:
objectDefines a PointMass.
Overview#
Activate the current object. |
|
Creates a new CommandSnippet |
|
Creates a new child Comment. |
|
Creates a new child Figure. |
|
Creates a new child Image. |
|
Copies all visible properties from this object to another. |
|
CreateObjRef method. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Equals method. |
|
Property name bound to dispId. |
|
GetAllProperties method. |
|
Gets the list of children, filtered by type. |
|
GetDetailsView method. |
|
Enum name bound to value |
|
GetHashCode method. |
|
GetIconFile method. |
|
GetLifetimeService method. |
|
GetObjectData method. |
|
Gets the parameter corresponding to the given property. |
|
GetPath method. |
|
GetPropertyName method. |
|
GetPropertyValue method. |
|
GetType method. |
|
GetVisibleProperties method. |
|
GetVisiblePropertyNames method. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
InitializeLifetimeService method. |
|
IsPropertyEditable method. |
|
IsPropertyVisible method. |
|
Run the PromoteToRemotePoint action. |
|
Get a property by its API name. |
|
PropertyById method. |
|
Get a property by its unique name. |
|
Removes the parameter from the parameter set corresponding to the given property. |
|
ToString method. |
Gets or sets the AppliedBy. |
|
AttachedRefs property. |
|
Gets or sets the Coincident Length Factor that scales the stiffness of the connection between the beam elements and the remote point. This property is applicable when Behavior is set to “Beam”. Default: 1. |
|
Gets or sets the BeamRadius. |
|
Gets or sets the Behavior. |
|
Gets the list of children. |
|
ClsId property. |
|
Gets the list of associated comments. |
|
Gets or sets the CoordinateSystem. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the ElementAPDLName. |
|
Gets the list of associated figures. |
|
GroupingFolder property. |
|
IconName property. |
|
Gets the list of associated images. |
|
ImportableObjectSourceId property. |
|
Gets the internal object. For advanced usage only. |
|
Gets the IsDistributedMass. |
|
Gets or sets the Geometry. |
|
Gets or sets the Mass. |
|
Gets or sets the MassMomentOfInertiaX. |
|
Gets or sets the MassMomentOfInertiaY. |
|
Gets or sets the MassMomentOfInertiaZ. |
|
Gets or sets the Material. |
|
Name property. |
|
Gets the NodalCoordinateSystem. |
|
ObjectId property. |
|
ObjectState property. |
|
ObjectTags property. |
|
Parent property. |
|
Gets or sets the PinballRegion. |
|
Gets the list of properties for this object. |
|
Gets or sets the ReadOnly. |
|
Gets the remote point associated to the point mass. |
|
State property. |
|
Gets or sets the Suppressed. |
|
TransferableObjectId property. |
|
Gets the list of properties that are visible for this object. |
|
Gets or sets the XCoordinate. |
|
Gets or sets the YCoordinate. |
|
Gets or sets the ZCoordinate. |
Property detail#
- property PointMass.AppliedBy: Ansys.Mechanical.DataModel.Enums.RemoteApplicationType | None#
Gets or sets the AppliedBy.
- property PointMass.BeamCoincidentLengthFactor: float | None#
Gets or sets the Coincident Length Factor that scales the stiffness of the connection between the beam elements and the remote point. This property is applicable when Behavior is set to “Beam”. Default: 1.
- property PointMass.BeamRadius: Ansys.Core.Units.Quantity | None#
Gets or sets the BeamRadius.
- property PointMass.Behavior: Ansys.Mechanical.DataModel.Enums.LoadBehavior | None#
Gets or sets the Behavior.
- property PointMass.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property PointMass.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property PointMass.CoordinateSystem: Ansys.ACT.Automation.Mechanical.CoordinateSystem | None#
Gets or sets the CoordinateSystem.
- property PointMass.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property PointMass.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property PointMass.GroupingFolder: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
GroupingFolder property.
- property PointMass.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property PointMass.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSPointMassAuto | None#
Gets the internal object. For advanced usage only.
- property PointMass.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the Geometry.
- property PointMass.Mass: Ansys.Core.Units.Quantity | None#
Gets or sets the Mass.
- property PointMass.MassMomentOfInertiaX: Ansys.Core.Units.Quantity | None#
Gets or sets the MassMomentOfInertiaX.
- property PointMass.MassMomentOfInertiaY: Ansys.Core.Units.Quantity | None#
Gets or sets the MassMomentOfInertiaY.
- property PointMass.MassMomentOfInertiaZ: Ansys.Core.Units.Quantity | None#
Gets or sets the MassMomentOfInertiaZ.
- property PointMass.NodalCoordinateSystem: Ansys.ACT.Automation.Mechanical.CoordinateSystem | None#
Gets the NodalCoordinateSystem.
- property PointMass.ObjectState: Ansys.Mechanical.DataModel.Enums.ObjectState | None#
ObjectState property.
- property PointMass.ObjectTags: Iterable[Ansys.Mechanical.DataModel.Interfaces.IObjectTag] | None#
ObjectTags property.
- property PointMass.Parent: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
Parent property.
- property PointMass.PinballRegion: Ansys.Core.Units.Quantity | None#
Gets or sets the PinballRegion.
- property PointMass.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property PointMass.RemotePoint: Ansys.ACT.Automation.Mechanical.RemotePoint | None#
Gets the remote point associated to the point mass.
- property PointMass.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties that are visible for this object.
- property PointMass.XCoordinate: Ansys.Core.Units.Quantity | None#
Gets or sets the XCoordinate.
- property PointMass.YCoordinate: Ansys.Core.Units.Quantity | None#
Gets or sets the YCoordinate.
- property PointMass.ZCoordinate: Ansys.Core.Units.Quantity | None#
Gets or sets the ZCoordinate.
Method detail#
- PointMass.AddCommandSnippet() Ansys.ACT.Automation.Mechanical.CommandSnippet#
Creates a new CommandSnippet
- PointMass.AddComment() Ansys.ACT.Automation.Mechanical.Comment#
Creates a new child Comment.
- PointMass.AddFigure() Ansys.ACT.Automation.Mechanical.Figure#
Creates a new child Figure.
- PointMass.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.
- PointMass.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#
Copies all visible properties from this object to another.
- PointMass.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Creates a new parameter for a Property.
- PointMass.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#
Creates a copy of the current DataModelObject.
- PointMass.Equals(other: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) bool#
Equals method.
- PointMass.GetAllProperties() List[Ansys.ACT.Automation.Mechanical.AutomationPropertyWrapper]#
GetAllProperties method.
- PointMass.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#
Gets the list of children, filtered by type.
- PointMass.GetDetailsView() Ansys.ACT.Automation.Mechanical.DetailsViewData#
GetDetailsView method.
- PointMass.GetIconFile() System.Byte#
GetIconFile method.
- PointMass.GetLifetimeService() Any#
GetLifetimeService method.
- PointMass.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#
GetObjectData method.
- PointMass.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Gets the parameter corresponding to the given property.
- PointMass.GetVisibleProperties() List[System.Reflection.PropertyInfo]#
GetVisibleProperties method.
- PointMass.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#
Run the GroupSimilarObjects action.
- PointMass.InitializeLifetimeService() Any#
InitializeLifetimeService method.
- PointMass.PromoteToRemotePoint() Iterable[Ansys.ACT.Automation.Mechanical.RemotePoint]#
Run the PromoteToRemotePoint 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.
- PointMass.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#
Get a property by its unique name.