Share

DSValue Object


Description

The DSValue object represents a value where the value can be either a constant value or be a variable value defined by a graph.

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.
ConstantValue Get and set the value. This property is writable when the DSValue object is associated with a transient object.
Graph Gets the graph that controls this value. You can access and edit the graph using the properties on the returned DSValueGraph object. This property returns Nothing in the case where the value is defined by a constant value . You can determine this using the IsConstantValue property.
IsConstantValue Indicates if this value is defined by a constant value or a graph.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

DSDegreeOfFreedom.ImposedMotionValue, DSDegreeOfFreedom.LoadDamping, DSDegreeOfFreedom.LoadDryFrictionCoefficient, DSDegreeOfFreedom.LoadDryFrictionRadius, DSDegreeOfFreedom.LoadForce, DSDegreeOfFreedom.LoadSpringElasticStiffness, DSDegreeOfFreedom.LoadSpringFreePosition, DSDegreeOfFreedom.MaxBoundsDamping, DSDegreeOfFreedom.MaxBoundsStiffness, DSDegreeOfFreedom.MaxBoundsValue, DSDegreeOfFreedom.MinBoundsDamping, DSDegreeOfFreedom.MinBoundsStiffness, DSDegreeOfFreedom.MinBoundsValue, DSLoadDefinition.Magnitude, DSLoadDefinition.VectorXComponent, DSLoadDefinition.VectorYComponent, DSLoadDefinition.VectorZComponent

Version

Introduced in version 2013

Was this information helpful?