Share

DSResult Object


Description

The DSResult object represents a specific result from a degree of freedom.

Methods

Name Description
GetCurrentResultValue Returns the value of the current result.
GetResultValues Returns an array representing the values for this result. The array consists of time-value pairs. The unit type of the value will vary depending on the type of value this result represents. For example, getting the extent length will be a distance and is always expressed in the database length unit of centimeters.

Results are available when the entire simulation has been computed (LastComputedTimeStep equals NumberOfTimeSteps).

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Name Gets the name of this result as it is displayed in the Output Grapher dialog.
Parent Gets the parent degree of freedom that this results object is associated with.
ResultType Gets the type of result this DSResult object represents.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

DSResults.Item, DSResults.ItemByResultType

Version

Introduced in version 2013

Was this information helpful?