Skip to main content

ModelCenter APIs 2026 R1

getValueAbsolute

Last update: 18.06.2026

public getValueAbsolute(index: String): Double

gets the value of the variable at a specific location without validatating.

Return

the value of the variable

Parameters

index index in string form, i.e. [1][2][3]

Throws

ModelCenterException

public getValueAbsolute(d1: Long): Double

gets the value of the variable at a specific location without validatating.

Return

the value of the variable

Parameters

d1 index in the 1st dimension (0-based index)

Throws

ModelCenterException

public getValueAbsolute(d1: Long, d2: Long): Double

gets the value of the variable at a specific location without validatating.

Return

the value of the variable

Parameters

d1 index in the 1st dimension (0-based index)
d2 index in the 2nd dimension (0-based index)

Throws

ModelCenterException

public getValueAbsolute(d1: Long, d2: Long, d3: Long): Double

gets the value of the variable at a specific location without validatating.

Return

the value of the variable

Parameters

d1 index in the 1st dimension (0-based index)
d2 index in the 2nd dimension (0-based index)
d3 index in the 3rd dimension (0-based index)

Throws

ModelCenterException

public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long): Double

gets the value of the variable at a specific location without validatating.

Return

the value of the variable

Parameters

d1 index in the 1st dimension (0-based index)
d2 index in the 2nd dimension (0-based index)
d3 index in the 3rd dimension (0-based index)
d4 index in the 4th dimension (0-based index)

Throws

ModelCenterException

public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long, d5: Long): Double

gets the value of the variable at a specific location without validatating.

Return

the value of the variable

Parameters

d1 index in the 1st dimension (0-based index)
d2 index in the 2nd dimension (0-based index)
d3 index in the 3rd dimension (0-based index)
d4 index in the 4th dimension (0-based index)
d5 index in the 5th dimension (0-based index)

Throws

ModelCenterException

public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long): Double

gets the value of the variable at a specific location without validatating.

Return

the value of the variable

Parameters

d1 index in the 1st dimension (0-based index)
d2 index in the 2nd dimension (0-based index)
d3 index in the 3rd dimension (0-based index)
d4 index in the 4th dimension (0-based index)
d5 index in the 5th dimension (0-based index)
d6 index in the 6th dimension (0-based index)

Throws

ModelCenterException

public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long, d7: Long): Double

gets the value of the variable at a specific location without validatating.

Return

the value of the variable

Parameters

d1 index in the 1st dimension (0-based index)
d2 index in the 2nd dimension (0-based index)
d3 index in the 3rd dimension (0-based index)
d4 index in the 4th dimension (0-based index)
d5 index in the 5th dimension (0-based index)
d6 index in the 6th dimension (0-based index)
d7 index in the 7th dimension (0-based index)

Throws

ModelCenterException

public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long, d7: Long, d8: Long): Double

gets the value of the variable at a specific location without validatating.

Return

the value of the variable

Parameters

d1 index in the 1st dimension (0-based index)
d2 index in the 2nd dimension (0-based index)
d3 index in the 3rd dimension (0-based index)
d4 index in the 4th dimension (0-based index)
d5 index in the 5th dimension (0-based index)
d6 index in the 6th dimension (0-based index)
d7 index in the 7th dimension (0-based index)
d8 index in the 8th dimension (0-based index)

Throws

ModelCenterException

public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long, d7: Long, d8: Long, d9: Long): Double

gets the value of the variable at a specific location without validatating.

Return

the value of the variable

Parameters

d1 index in the 1st dimension (0-based index)
d2 index in the 2nd dimension (0-based index)
d3 index in the 3rd dimension (0-based index)
d4 index in the 4th dimension (0-based index)
d5 index in the 5th dimension (0-based index)
d6 index in the 6th dimension (0-based index)
d7 index in the 7th dimension (0-based index)
d8 index in the 8th dimension (0-based index)
d9 index in the 9th dimension (0-based index)

Throws

ModelCenterException

public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long, d7: Long, d8: Long, d9: Long, d10: Long): Double

gets the value of the variable at a specific location without validatating.

Return

the value of the variable

Parameters

d1 index in the 1st dimension (0-based index)
d2 index in the 2nd dimension (0-based index)
d3 index in the 3rd dimension (0-based index)
d4 index in the 4th dimension (0-based index)
d5 index in the 5th dimension (0-based index)
d6 index in the 6th dimension (0-based index)
d7 index in the 7th dimension (0-based index)
d8 index in the 8th dimension (0-based index)
d9 index in the 9th dimension (0-based index)
d10 index in the 10th dimension (0-based index)

Throws

ModelCenterException

Connect with Ansys