PointMass
#
- class ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.PointMass#
Bases:
object
Defines 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. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Gets the list of children, filtered by type. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Run the PromoteToRemotePoint action. |
|
Get a property by its API name. |
|
Get a property by its unique name. |
|
Removes the parameter from the parameter set corresponding to the given property. |
Gets or sets the AppliedBy. |
|
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. |
|
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. |
|
Gets the list of associated images. |
|
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. |
|
Gets the NodalCoordinateSystem. |
|
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. |
|
Gets or sets the Suppressed. |
|
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.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.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.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- PointMass.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- PointMass.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder #
Run the GroupSimilarObjects action.
- 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.