RemotePoint
#
- class ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.RemotePoint#
Bases:
object
Defines a RemotePoint.
Overview#
Activate the current object. |
|
Creates a new CommandSnippet |
|
Creates a new child Comment. |
|
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. |
|
Returns the mesh region associated to the remote point. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Run the PromoteToNamedSelection 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 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 Behavior. |
|
Gets the list of children. |
|
Gets the list of associated comments. |
|
Gets or sets the CoordinateSystem. |
|
Gets or sets the DOFSelection. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the Formulation. |
|
Remote point is globally available |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the Location. |
|
Gets or sets the Material. |
|
Gets or sets the OutlineSelection. |
|
Gets or sets the PilotNodeAPDLName. |
|
Gets or sets the PilotNodeScopingType. |
|
Gets or sets the PinballRegion. |
|
Gets or sets the Point. |
|
Gets the list of properties for this object. |
|
Gets or sets the Radius. |
|
Gets or sets the ReadOnly. |
|
Gets or sets the RelaxationMethod. |
|
Gets or sets the RotationX. |
|
Gets or sets the RotationY. |
|
Gets or sets the RotationZ. |
|
Gets or sets the ScopingMethod. |
|
Gets or sets the Suppressed. |
|
Gets the list of properties that are visible for this object. |
|
Gets or sets the XComponent. |
|
Gets or sets the XCoordinate. |
|
Gets or sets the YComponent. |
|
Gets or sets the YCoordinate. |
|
Gets or sets the ZComponent. |
|
Gets or sets the ZCoordinate. |
Property detail#
- property RemotePoint.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 RemotePoint.Behavior: Ansys.Mechanical.DataModel.Enums.LoadBehavior | None#
Gets or sets the Behavior.
- property RemotePoint.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property RemotePoint.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property RemotePoint.CoordinateSystem: Ansys.ACT.Automation.Mechanical.CoordinateSystem | None#
Gets or sets the CoordinateSystem.
- property RemotePoint.DOFSelection: Ansys.Mechanical.DataModel.Enums.RemotePointDOFSelectionType | None#
Gets or sets the DOFSelection.
- property RemotePoint.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property RemotePoint.Formulation: Ansys.Mechanical.DataModel.Enums.RemotePointFormulation | None#
Gets or sets the Formulation.
- property RemotePoint.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSRemotePointAuto | None#
Gets the internal object. For advanced usage only.
- property RemotePoint.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the Location.
- property RemotePoint.OutlineSelection: Iterable[Ansys.ACT.Automation.Mechanical.RemotePoint] | None#
Gets or sets the OutlineSelection.
- property RemotePoint.PilotNodeScopingType: Ansys.Mechanical.DataModel.Enums.PilotNodeScopingType | None#
Gets or sets the PilotNodeScopingType.
- property RemotePoint.PinballRegion: Ansys.Core.Units.Quantity | None#
Gets or sets the PinballRegion.
- property RemotePoint.Point: Ansys.ACT.Automation.Mechanical.ConstructionPoint | None#
Gets or sets the Point.
- property RemotePoint.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property RemotePoint.Radius: Ansys.Core.Units.Quantity | None#
Gets or sets the Radius.
- property RemotePoint.RotationX: Ansys.Mechanical.DataModel.Enums.ActiveOrInactive | None#
Gets or sets the RotationX.
- property RemotePoint.RotationY: Ansys.Mechanical.DataModel.Enums.ActiveOrInactive | None#
Gets or sets the RotationY.
- property RemotePoint.RotationZ: Ansys.Mechanical.DataModel.Enums.ActiveOrInactive | None#
Gets or sets the RotationZ.
- property RemotePoint.ScopingMethod: Ansys.Mechanical.DataModel.Enums.GeometryDefineByType | None#
Gets or sets the ScopingMethod.
- property RemotePoint.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties that are visible for this object.
- property RemotePoint.XComponent: Ansys.Mechanical.DataModel.Enums.ActiveOrInactive | None#
Gets or sets the XComponent.
- property RemotePoint.XCoordinate: Ansys.Core.Units.Quantity | None#
Gets or sets the XCoordinate.
- property RemotePoint.YComponent: Ansys.Mechanical.DataModel.Enums.ActiveOrInactive | None#
Gets or sets the YComponent.
- property RemotePoint.YCoordinate: Ansys.Core.Units.Quantity | None#
Gets or sets the YCoordinate.
- property RemotePoint.ZComponent: Ansys.Mechanical.DataModel.Enums.ActiveOrInactive | None#
Gets or sets the ZComponent.
- property RemotePoint.ZCoordinate: Ansys.Core.Units.Quantity | None#
Gets or sets the ZCoordinate.
Method detail#
- RemotePoint.AddCommandSnippet() Ansys.ACT.Automation.Mechanical.CommandSnippet #
Creates a new CommandSnippet
- RemotePoint.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- RemotePoint.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- RemotePoint.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- RemotePoint.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- RemotePoint.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- RemotePoint.GetMeshRegion() Ansys.ACT.Interfaces.Mesh.IMeshRegion #
Returns the mesh region associated to the remote point.
- RemotePoint.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- RemotePoint.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder #
Run the GroupSimilarObjects action.
- RemotePoint.PromoteToNamedSelection() Iterable[Ansys.ACT.Automation.Mechanical.NamedSelection] #
Run the PromoteToNamedSelection 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.