SecjointCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.SecjointCommand(iSecjointCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.ISecjointCommand)#

Bases: object

Holds definitions for the SECJOINT Command from APDL used in External Model. This command defines multiple aspects of an MPC (coordinate system, relative DOFs …). Refer to APDL command definition for more details.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

DataType

Gets the type of data set by the SECJOINT (LSYS, RDOF…).

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Values

Gets the values defining the SECJOINT command. The value will either be a double or a string.

Property detail#

property SecjointCommand.DataType: str | None#

Gets the type of data set by the SECJOINT (LSYS, RDOF…).

property SecjointCommand.FullName: str | None#

FullName property.

property SecjointCommand.Index: int | None#

Gets the command index.

property SecjointCommand.Name: str | None#

Gets the command name.

property SecjointCommand.ToCdbCommandString: Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None#

Gets the command text formatted as a CDB file entry. Gets the command parameters formatted as a string.

property SecjointCommand.Values: tuple[Any] | None#

Gets the values defining the SECJOINT command. The value will either be a double or a string.

Method detail#

SecjointCommand.Equals(obj: Any) bool#

Equals method.

SecjointCommand.GetHashCode() int#

GetHashCode method.

SecjointCommand.GetType() type#

GetType method.

SecjointCommand.ToString() str#

ToString method.