Skip to main content

Mechanical scripting interface 2026 R1

`SecjointCommand`

Last update: 09.03.2026

class Ansys.ACT.Automation.Mechanical.FE.CDB.SecjointCommand

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

Properties

Name Description
DataType Gets the type of data set by the SECJOINT (LSYS, RDOF…).
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.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.

Connect with Ansys