Skip to main content

Mechanical scripting interface 2026 R1

`ImportedObject`

Last update: 09.03.2026

class Ansys.ACT.Automation.Mechanical.ImportedObject

Bases: object

Defines a row object in Imported Objects.

Overview

Methods

Name Description
GetPropertyNames This method gives the complete list of property names that are supported.
GetPropertyValue Get the data for a given property name
GetPropertyValueAsString Data in string format that is present on the columns
SetPropertyValue Set the data for a given property name

Properties

Name Description
Active This property sets the object to active or inactive status
InternalObject Gets the internal object. For advanced usage only.

Property detail

property ImportedObject.Active : bool | None

This property sets the object to active or inactive status

property ImportedObject.InternalObject : Ansys.Common.Interop.DSObjectsAuto.IDSWorksheetRowDataAuto | None

Gets the internal object. For advanced usage only.

Method detail

ImportedObject.GetPropertyNames() → Iterable[str]

This method gives the complete list of property names that are supported.

ImportedObject.GetPropertyValue(name: str) → Any

Get the data for a given property name

ImportedObject.GetPropertyValueAsString(name: str) → str

Data in string format that is present on the columns

ImportedObject.SetPropertyValue(name: str, value: Any) → None

Set the data for a given property name

Connect with Ansys