Share

ModelParameters Object


Description

Provides access to the model parameters ( objects) associated with the object the collection was obtained from.

Methods

Name Description
AddByExpression Method that creates a new model parameter given an expression.
AddByValue Method that creates a new model parameter given a name and equation.

Properties

Name Description
Count Property that returns the number of items in this collection.
Item Returns the specified ModelParameter object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Parameters.ModelParameters

Samples

Name Description
Creating a new parameter group This sample demonstrates the creation of model, reference and user parameters and copying these parameters to a newly created group.
Display information about parameter tolerances. Dumps out information to the Immediate window about tolerance information associated with parameters. A part document must be active when this is run.
Model Parameters This sample demonstrates the methods and properties supported by the Parameters object for model parameters.

Version

Introduced in version 4

Was this information helpful?