Skip to main content

Mechanical scripting interface

SecoffsetCommand

Last update: 14.01.2025

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

Gets the values.