`Comment`
Last update: 16.07.2025class Ansys.ACT.Automation.Mechanical.Comment
Bases: object
Defines a Comment.
Overview
Methods
| Name | Description |
|---|---|
Activate |
Activate the current object. |
CopyTo |
Copies all visible properties from this object to another. |
CreateParameter |
Creates a new parameter for a Property. |
Delete |
Run the Delete action. |
Duplicate |
Creates a copy of the current DataModelObject. |
GetChildren |
Gets the list of children, filtered by type. |
GetParameter |
Gets the parameter corresponding to the given property. |
GroupAllSimilarChildren |
Run the GroupAllSimilarChildren action. |
GroupSimilarObjects |
Run the GroupSimilarObjects action. |
PropertyByAPIName |
Get a property by its API name. |
PropertyByName |
Get a property by its unique name. |
RemoveParameter |
Removes the parameter from the parameter set corresponding to the given property. |
Properties
| Name | Description |
|---|---|
Author |
Gets or sets the Author. |
Children |
Gets the list of children. |
DataModelObjectCategory |
Gets the current DataModelObject’s category. |
InternalObject |
Gets the internal object. For advanced usage only. |
Properties |
Gets the list of properties for this object. |
Text |
Gets the Text. |
VisibleProperties |
Gets the list of properties that are visible for this object. |
Property detail
property Comment.Author : str | None
Gets or sets the Author.
property Comment.Children : List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None
Gets the list of children.
property Comment.DataModelObjectCategory : Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None
Gets the current DataModelObject’s category.
property Comment.InternalObject : Ansys.Common.Interop.DSObjectsAuto.IDSCommentAuto | None
Gets the internal object. For advanced usage only.
property Comment.Properties : tuple[Ansys.ACT.Automation.Mechanical.Property] | None
Gets the list of properties for this object.
property Comment.Text : str | None
Gets the Text.
property Comment.VisibleProperties : tuple[Ansys.ACT.Automation.Mechanical.Property] | None
Gets the list of properties that are visible for this object.
Method detail
Comment.Activate() → None
Activate the current object.
Comment.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) → None
Copies all visible properties from this object to another.
Comment.CreateParameter(propName: str) → Ansys.ACT.Interfaces.Mechanical.IParameter
Creates a new parameter for a Property.
Comment.Delete() → None
Run the Delete action.
Comment.Duplicate() → Ansys.Mechanical.DataModel.Interfaces.IDataModelObject
Creates a copy of the current DataModelObject.
Comment.GetChildren(recurses: bool, children: List[ChildrenType]) → List[ChildrenType]
Gets the list of children, filtered by type.
Comment.GetParameter(propName: str) → Ansys.ACT.Interfaces.Mechanical.IParameter
Gets the parameter corresponding to the given property.
Comment.GroupAllSimilarChildren() → None
Run the GroupAllSimilarChildren action.
Comment.GroupSimilarObjects() → Ansys.ACT.Automation.Mechanical.TreeGroupingFolder
Run the GroupSimilarObjects action.
Comment.PropertyByAPIName(name: str) → Ansys.ACT.Automation.Mechanical.Property
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.
Comment.PropertyByName(name: str) → Ansys.ACT.Automation.Mechanical.Property
Get a property by its unique name.
Comment.RemoveParameter(propName: str) → None
Removes the parameter from the parameter set corresponding to the given property.