SectypeCommand
Last update: 14.01.2025
SectypeCommand
class Ansys.ACT.Automation.Mechanical.FE.CDB.SectypeCommand
Bases: object
Represents a SECTYPE command.
Overview
Properties
Name | Description |
---|---|
Index |
Gets the command index. |
Name |
Gets the command name. |
RefineKey |
Mesh refinement level for thin-walled beam sections. Default is zero. Meaningless if type is not BEAM. |
Secid |
Gets the section type number. |
Secname |
Gets the section name. |
Subtype |
Gets the subtype. |
Type |
Get the type. |
Property detail
property SectypeCommand.Index : int | None
Gets the command index.
property SectypeCommand.Name : str | None
Gets the command name.
property SectypeCommand.RefineKey : int | None
Mesh refinement level for thin-walled beam sections. Default is zero. Meaningless if type is not BEAM.
property SectypeCommand.Secid : int | None
Gets the section type number.
property SectypeCommand.Secname : str | None
Gets the section name.
property SectypeCommand.Subtype : str | None
Gets the subtype.
property SectypeCommand.Type : str | None
Get the type.