Skip to main content

Mechanical scripting interface 2026 R1

`SecoffsetCommand`

Last update: 09.03.2026

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

Bases: object

Represents a SECOFFSET command.

Overview

Properties

Name Description
Index Gets the command index.
Location Gets the location of nodes in the section.
Name Gets the command name.
ToCdbCommandString Gets the command text formatted as a CDB file entry.
Values Gets the values.

Property detail

property SecoffsetCommand.Index : int | None

Gets the command index.

property SecoffsetCommand.Location : str | None

Gets the location of nodes in the section.

property SecoffsetCommand.Name : str | None

Gets the command name.

property SecoffsetCommand.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 SecoffsetCommand.Values : tuple[float] | None

Gets the values.

Connect with Ansys