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. |
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. |
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. |