ObjectiveWorksheet#
Overview#
Adds a Row to the worksheet.  | 
|
Deletes a row from the worksheet at index.  | 
|
Gets the worksheet Environment property at index.  | 
|
Gets the worksheet Enabled property at row index  | 
|
Gets the worksheet End Mode property at index.  | 
|
Gets the worksheet End Step property at index.  | 
|
Gets the worksheet Environment property at index.  | 
|
Gets the worksheet Formulation property at index.  | 
|
Gets the worksheet Mode property at index.  | 
|
Gets the worksheet Multiple Sets property at row index  | 
|
Gets the Objective Type property at index.  | 
|
Gets the worksheet Start Mode property at index.  | 
|
Gets the worksheet Start Step property at index.  | 
|
Gets the worksheet Step property at index.  | 
|
Gets the worksheet Weight property at index.  | 
|
Sets the worksheet Environment property at index.  | 
|
Sets the worksheet Enabled property at row index.  | 
|
Sets the worksheet End Mode property at index.  | 
|
Sets the worksheet End Step property at index.  | 
|
Sets the worksheet Environment property at index.  | 
|
Sets the worksheet Formulation property at index.  | 
|
Sets the worksheet Mode property at index.  | 
|
Sets the worksheet Multiple Sets property at row index.  | 
|
Sets the ObjectiveType property at index.  | 
|
Sets the worksheet Start Mode property at index.  | 
|
Sets the worksheet Start Step property at index.  | 
|
Sets the worksheet Step property at index.  | 
|
Sets the worksheet Weight property at index.  | 
Deletes a row from the worksheet at index.  | 
Property detail#
Method detail#
- ObjectiveWorksheet.GetCriterion(index: int) Ansys.ACT.Automation.Mechanical.Criterion#
 Gets the worksheet Environment property at index.
- ObjectiveWorksheet.GetEnvironment(index: int) Ansys.ACT.Automation.Mechanical.Analysis#
 Gets the worksheet Environment property at index.
- ObjectiveWorksheet.GetFormulation(index: int) Ansys.Mechanical.DataModel.Enums.TopoObjectiveFormulation#
 Gets the worksheet Formulation property at index.
- ObjectiveWorksheet.GetMultipleSets(index: int) bool#
 Gets the worksheet Multiple Sets property at row index
- ObjectiveWorksheet.GetObjectiveType(index: int) Ansys.Mechanical.DataModel.Enums.ObjectiveType#
 Gets the Objective Type property at index.
- ObjectiveWorksheet.SetCriterion(index: int, newVal: Ansys.ACT.Automation.Mechanical.Criterion) None#
 Sets the worksheet Environment property at index.
- ObjectiveWorksheet.SetEnabled(index: int, value: bool) None#
 Sets the worksheet Enabled property at row index.
- ObjectiveWorksheet.SetEndMode(index: int, newVal: int) None#
 Sets the worksheet End Mode property at index.
- ObjectiveWorksheet.SetEndStep(index: int, newVal: int) None#
 Sets the worksheet End Step property at index.
- ObjectiveWorksheet.SetEnvironment(index: int, newVal: Ansys.ACT.Automation.Mechanical.Analysis) None#
 Sets the worksheet Environment property at index.
- ObjectiveWorksheet.SetFormulation(index: int, value: Ansys.Mechanical.DataModel.Enums.TopoObjectiveFormulation) None#
 Sets the worksheet Formulation property at index.
- ObjectiveWorksheet.SetMode(index: int, newVal: int) None#
 Sets the worksheet Mode property at index.
- ObjectiveWorksheet.SetMultipleSets(index: int, value: bool) None#
 Sets the worksheet Multiple Sets property at row index.
- ObjectiveWorksheet.SetObjectiveType(index: int, value: Ansys.Mechanical.DataModel.Enums.ObjectiveType) None#
 Sets the ObjectiveType property at index.
- ObjectiveWorksheet.SetStartMode(index: int, newVal: int) None#
 Sets the worksheet Start Mode property at index.
- ObjectiveWorksheet.SetStartStep(index: int, newVal: int) None#
 Sets the worksheet Start Step property at index.