ObjectiveWorksheet#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.ObjectiveWorksheet#

Bases: object

ObjectiveWorksheet class.

Overview#

AddRow

Adds a Row to the worksheet.

DeleteRow

Deletes a row from the worksheet at index.

GetEnabled

Gets the worksheet Enabled property at row index

SetEnabled

Sets the worksheet Enabled property at row index.

GetObjectiveType

Gets the Objective Type property at index.

SetObjectiveType

Sets the ObjectiveType property at index.

GetFormulation

Gets the worksheet Formulation property at index.

SetFormulation

Sets the worksheet Formulation property at index.

GetWeight

Gets the worksheet Weight property at index.

SetWeight

Sets the worksheet Weight property at index.

GetMultipleSets

Gets the worksheet Multiple Sets property at row index

SetMultipleSets

Sets the worksheet Multiple Sets property at row index.

GetStartStep

Gets the worksheet Start Step property at index.

SetStartStep

Sets the worksheet Start Step property at index.

GetEndStep

Gets the worksheet End Step property at index.

SetEndStep

Sets the worksheet End Step property at index.

GetStep

Gets the worksheet Step property at index.

SetStep

Sets the worksheet Step property at index.

GetEndMode

Gets the worksheet End Mode property at index.

SetEndMode

Sets the worksheet End Mode property at index.

GetStartMode

Gets the worksheet Start Mode property at index.

SetStartMode

Sets the worksheet Start Mode property at index.

GetMode

Gets the worksheet Mode property at index.

SetMode

Sets the worksheet Mode property at index.

GetEnvironment

Gets the worksheet Environment property at index.

SetEnvironment

Sets the worksheet Environment property at index.

GetCriterion

Gets the worksheet Environment property at index.

SetCriterion

Sets the worksheet Environment property at index.

RowCount

Deletes a row from the worksheet at index.

Property detail#

property ObjectiveWorksheet.RowCount: System.Int32 | None

Deletes a row from the worksheet at index.

Method detail#

ObjectiveWorksheet.AddRow() System.Int32

Adds a Row to the worksheet.

ObjectiveWorksheet.DeleteRow(index: System.Int32) System.Void

Deletes a row from the worksheet at index.

ObjectiveWorksheet.GetEnabled(index: System.Int32) System.Boolean

Gets the worksheet Enabled property at row index

ObjectiveWorksheet.SetEnabled(index: System.Int32, value: System.Boolean) System.Void

Sets the worksheet Enabled property at row index.

ObjectiveWorksheet.GetObjectiveType(index: System.Int32) Ansys.Mechanical.DataModel.Enums.ObjectiveType

Gets the Objective Type property at index.

ObjectiveWorksheet.SetObjectiveType(index: System.Int32, value: Ansys.Mechanical.DataModel.Enums.ObjectiveType) System.Void

Sets the ObjectiveType property at index.

ObjectiveWorksheet.GetFormulation(index: System.Int32) Ansys.Mechanical.DataModel.Enums.TopoObjectiveFormulation

Gets the worksheet Formulation property at index.

ObjectiveWorksheet.SetFormulation(index: System.Int32, value: Ansys.Mechanical.DataModel.Enums.TopoObjectiveFormulation) System.Void

Sets the worksheet Formulation property at index.

ObjectiveWorksheet.GetWeight(index: System.Int32) System.Double

Gets the worksheet Weight property at index.

ObjectiveWorksheet.SetWeight(index: System.Int32, newVal: System.Double) System.Void

Sets the worksheet Weight property at index.

ObjectiveWorksheet.GetMultipleSets(index: System.Int32) System.Boolean

Gets the worksheet Multiple Sets property at row index

ObjectiveWorksheet.SetMultipleSets(index: System.Int32, value: System.Boolean) System.Void

Sets the worksheet Multiple Sets property at row index.

ObjectiveWorksheet.GetStartStep(index: System.Int32) System.Int32

Gets the worksheet Start Step property at index.

ObjectiveWorksheet.SetStartStep(index: System.Int32, newVal: System.Int32) System.Void

Sets the worksheet Start Step property at index.

ObjectiveWorksheet.GetEndStep(index: System.Int32) System.Int32

Gets the worksheet End Step property at index.

ObjectiveWorksheet.SetEndStep(index: System.Int32, newVal: System.Int32) System.Void

Sets the worksheet End Step property at index.

ObjectiveWorksheet.GetStep(index: System.Int32) System.Int32

Gets the worksheet Step property at index.

ObjectiveWorksheet.SetStep(index: System.Int32, newVal: System.Int32) System.Void

Sets the worksheet Step property at index.

ObjectiveWorksheet.GetEndMode(index: System.Int32) System.Int32

Gets the worksheet End Mode property at index.

ObjectiveWorksheet.SetEndMode(index: System.Int32, newVal: System.Int32) System.Void

Sets the worksheet End Mode property at index.

ObjectiveWorksheet.GetStartMode(index: System.Int32) System.Int32

Gets the worksheet Start Mode property at index.

ObjectiveWorksheet.SetStartMode(index: System.Int32, newVal: System.Int32) System.Void

Sets the worksheet Start Mode property at index.

ObjectiveWorksheet.GetMode(index: System.Int32) System.Int32

Gets the worksheet Mode property at index.

ObjectiveWorksheet.SetMode(index: System.Int32, newVal: System.Int32) System.Void

Sets the worksheet Mode property at index.

ObjectiveWorksheet.GetEnvironment(index: System.Int32) Ansys.ACT.Automation.Mechanical.Analysis

Gets the worksheet Environment property at index.

ObjectiveWorksheet.SetEnvironment(index: System.Int32, newVal: Ansys.ACT.Automation.Mechanical.Analysis) System.Void

Sets the worksheet Environment property at index.

ObjectiveWorksheet.GetCriterion(index: System.Int32) Ansys.ACT.Automation.Mechanical.Criterion

Gets the worksheet Environment property at index.

ObjectiveWorksheet.SetCriterion(index: System.Int32, newVal: Ansys.ACT.Automation.Mechanical.Criterion) System.Void

Sets the worksheet Environment property at index.