CrossSections#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.CrossSections#
 Bases:
objectDefines a CrossSections.
Overview#
Activate the current object.  | 
|
Creates a new ChannelCrossSection  | 
|
Creates a new CircularCrossSection  | 
|
Creates a new CircularTubeCrossSection  | 
|
Creates a new child Comment.  | 
|
Creates a new child Figure.  | 
|
Creates a new HatCrossSection  | 
|
Creates a new HollowRectangularCrossSection  | 
|
Creates a new ICrossSection  | 
|
Creates a new child Image.  | 
|
Creates a new LCrossSection  | 
|
Creates a new RectangularCrossSection  | 
|
Creates a new TCrossSection  | 
|
Creates a new UserDefinedCrossSection  | 
|
Creates a new ZCrossSection  | 
|
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.  | 
|
programmatically give each of the Cross Section objects a unique name .  | 
|
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 the list of children.  | 
|
Gets the list of associated comments.  | 
|
Gets the current DataModelObject's category.  | 
|
Gets the list of associated figures.  | 
|
Gets the list of associated images.  | 
|
Gets the internal object. For advanced usage only.  | 
|
Gets the list of properties for this object.  | 
|
Gets the list of properties that are visible for this object.  | 
Property detail#
- property CrossSections.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
 Gets the list of children.
- property CrossSections.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
 Gets the list of associated comments.
- property CrossSections.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
 Gets the current DataModelObject's category.
- property CrossSections.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
 Gets the list of associated figures.
- property CrossSections.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
 Gets the list of associated images.
- property CrossSections.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSCrossSectionGroupAuto | None#
 Gets the internal object. For advanced usage only.
Method detail#
- CrossSections.AddChannelCrossSection() Ansys.ACT.Automation.Mechanical.ChannelCrossSection#
 Creates a new ChannelCrossSection
- CrossSections.AddCircularCrossSection() Ansys.ACT.Automation.Mechanical.CircularCrossSection#
 Creates a new CircularCrossSection
- CrossSections.AddCircularTubeCrossSection() Ansys.ACT.Automation.Mechanical.CircularTubeCrossSection#
 Creates a new CircularTubeCrossSection
- CrossSections.AddComment() Ansys.ACT.Automation.Mechanical.Comment#
 Creates a new child Comment.
- CrossSections.AddFigure() Ansys.ACT.Automation.Mechanical.Figure#
 Creates a new child Figure.
- CrossSections.AddHatCrossSection() Ansys.ACT.Automation.Mechanical.HatCrossSection#
 Creates a new HatCrossSection
- CrossSections.AddHollowRectangularCrossSection() Ansys.ACT.Automation.Mechanical.HollowRectangularCrossSection#
 Creates a new HollowRectangularCrossSection
- CrossSections.AddICrossSection() Ansys.ACT.Automation.Mechanical.ICrossSection#
 Creates a new ICrossSection
- CrossSections.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.
- CrossSections.AddLCrossSection() Ansys.ACT.Automation.Mechanical.LCrossSection#
 Creates a new LCrossSection
- CrossSections.AddRectangularCrossSection() Ansys.ACT.Automation.Mechanical.RectangularCrossSection#
 Creates a new RectangularCrossSection
- CrossSections.AddTCrossSection() Ansys.ACT.Automation.Mechanical.TCrossSection#
 Creates a new TCrossSection
- CrossSections.AddUserDefinedCrossSection() Ansys.ACT.Automation.Mechanical.UserDefinedCrossSection#
 Creates a new UserDefinedCrossSection
- CrossSections.AddZCrossSection() Ansys.ACT.Automation.Mechanical.ZCrossSection#
 Creates a new ZCrossSection
- CrossSections.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#
 Copies all visible properties from this object to another.
- CrossSections.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
 Creates a new parameter for a Property.
- CrossSections.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#
 Creates a copy of the current DataModelObject.
- CrossSections.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#
 Gets the list of children, filtered by type.
- CrossSections.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
 Gets the parameter corresponding to the given property.
- CrossSections.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#
 Run the GroupSimilarObjects action.
- CrossSections.NameCrossSectionsUniquely() None#
 programmatically give each of the Cross Section objects a unique name .
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.