The ConstrainedSketchParameter object stores the definition of a parameter in the sketch.
import sketch mdb.models[name].sketches[name].parameters[i]
This method creates a parameter and optionally associates a dimension with this parameter.
mdb.models[name].sketches[name].Parameter
Required argument
A String specifying the name of the ConstrainedSketchParameter object. No two parameters in the same ConstrainedSketch can have the same name.
Optional arguments
A String specifying the ConstrainedSketchDimension object with which this parameter is associated.
A String specifying the expression or value associated with the ConstrainedSketchParameter.
A String specifying the name of the previous ConstrainedSketchParameter, if it exists. The previousParameter argument implies an order among the parameters. No two parameters can reference the same parameter as the previous parameter.
Return value
A ConstrainedSketchParameter object.
Exceptions
The ConstrainedSketchParameter object has the following members:
A String specifying the name of the ConstrainedSketchParameter object.
A String specifying the path to the ConstrainedSketchDimension that depends on this ConstrainedSketchParameter.
A String specifying an expression or value associated with this ConstrainedSketchParameter.
A String specifying the name of the ConstrainedSketchParameter that appears before this one in the ordered list.