ChannelCrossSection#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.ChannelCrossSection(internalObject: Any)#
Bases:
objectDefines a ChannelCrossSection.
Overview#
Activate the current object. |
|
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. |
|
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 the Area. |
|
AttachedRefs property. |
|
Gets the list of children. |
|
ClsId property. |
|
Gets the list of associated comments. |
|
Gets the current DataModelObject's category. |
|
Gets the list of associated figures. |
|
GroupingFolder property. |
|
Gets the IYY. |
|
Gets the IZZ. |
|
IconName property. |
|
Gets the list of associated images. |
|
ImportableObjectSourceId property. |
|
Gets the internal object. For advanced usage only. |
|
Name property. |
|
ObjectId property. |
|
ObjectState property. |
|
ObjectTags property. |
|
Parent property. |
|
Gets the list of properties for this object. |
|
Gets or sets the ReadOnly. |
|
State property. |
|
Gets or sets the Thick1. |
|
Gets or sets the Thick2. |
|
Gets or sets the Thick3. |
|
TransferableObjectId property. |
|
Gets the list of properties that are visible for this object. |
|
Gets or sets the Width1. |
|
Gets or sets the Width2. |
|
Gets or sets the Width3. |
Property detail#
- property ChannelCrossSection.Area: Ansys.Core.Units.Quantity | None#
Gets the Area.
- property ChannelCrossSection.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property ChannelCrossSection.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property ChannelCrossSection.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property ChannelCrossSection.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property ChannelCrossSection.GroupingFolder: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
GroupingFolder property.
- property ChannelCrossSection.IYY: Ansys.Core.Units.Quantity | None#
Gets the IYY.
- property ChannelCrossSection.IZZ: Ansys.Core.Units.Quantity | None#
Gets the IZZ.
- property ChannelCrossSection.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property ChannelCrossSection.ImportableObjectSourceId: str | None#
ImportableObjectSourceId property.
- property ChannelCrossSection.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSCrossSectionAuto | None#
Gets the internal object. For advanced usage only.
- property ChannelCrossSection.ObjectState: Ansys.Mechanical.DataModel.Enums.ObjectState | None#
ObjectState property.
- property ChannelCrossSection.ObjectTags: Iterable[Ansys.Mechanical.DataModel.Interfaces.IObjectTag] | None#
ObjectTags property.
- property ChannelCrossSection.Parent: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
Parent property.
- property ChannelCrossSection.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property ChannelCrossSection.State: Ansys.Mechanical.DataModel.Enums.Legacy.State | None#
State property.
- property ChannelCrossSection.Thick1: Ansys.Core.Units.Quantity | None#
Gets or sets the Thick1.
- property ChannelCrossSection.Thick2: Ansys.Core.Units.Quantity | None#
Gets or sets the Thick2.
- property ChannelCrossSection.Thick3: Ansys.Core.Units.Quantity | None#
Gets or sets the Thick3.
- property ChannelCrossSection.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties that are visible for this object.
- property ChannelCrossSection.Width1: Ansys.Core.Units.Quantity | None#
Gets or sets the Width1.
- property ChannelCrossSection.Width2: Ansys.Core.Units.Quantity | None#
Gets or sets the Width2.
- property ChannelCrossSection.Width3: Ansys.Core.Units.Quantity | None#
Gets or sets the Width3.
Method detail#
- ChannelCrossSection.AddComment() Ansys.ACT.Automation.Mechanical.Comment#
Creates a new child Comment.
- ChannelCrossSection.AddFigure() Ansys.ACT.Automation.Mechanical.Figure#
Creates a new child Figure.
- ChannelCrossSection.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.
- ChannelCrossSection.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#
Copies all visible properties from this object to another.
- ChannelCrossSection.CreateObjRef(requestedType: type) System.Runtime.Remoting.ObjRef#
CreateObjRef method.
- ChannelCrossSection.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Creates a new parameter for a Property.
- ChannelCrossSection.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#
Creates a copy of the current DataModelObject.
- ChannelCrossSection.Equals(other: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) bool#
Equals method.
- ChannelCrossSection.GetAllProperties() List[Ansys.ACT.Automation.Mechanical.AutomationPropertyWrapper]#
GetAllProperties method.
- ChannelCrossSection.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#
Gets the list of children, filtered by type.
- ChannelCrossSection.GetDetailsView() Ansys.ACT.Automation.Mechanical.DetailsViewData#
GetDetailsView method.
- ChannelCrossSection.GetEnumName(enumType: type, value: int, dispId: int) str#
Enum name bound to value
- ChannelCrossSection.GetIconFile() System.Byte#
GetIconFile method.
- ChannelCrossSection.GetLifetimeService() Any#
GetLifetimeService method.
- ChannelCrossSection.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#
GetObjectData method.
- ChannelCrossSection.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Gets the parameter corresponding to the given property.
- ChannelCrossSection.GetVisibleProperties() List[System.Reflection.PropertyInfo]#
GetVisibleProperties method.
- ChannelCrossSection.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#
Run the GroupSimilarObjects action.
- ChannelCrossSection.InitializeLifetimeService() Any#
InitializeLifetimeService method.
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.
- ChannelCrossSection.PropertyById(dispId: int) Ansys.ACT.Automation.Mechanical.Property#
PropertyById method.
- ChannelCrossSection.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#
Get a property by its unique name.