Creates a part with parameters as given in paramList and returns the new part . The part is made in the context of the part in which the function is called. Note that the Design (required), and Quantity (optional) expressions need to be supplied as part of the paramList.
makePart ( paramList As List ) As Part
Argument | Type | Description |
---|---|---|
paramList | List | The list of parameters and values to be supplied to the newly created part . |
Intent >makePart({:Design, :IvBlock, :height, 9, :width, 4}) --> Root.%child_1Note that the part gets an internally-generated name unless specified.
Intent >makePart({:Design, :IvBlock, :GivenName, "MyBlock", :height, 9, :width, 4}) --> Root.MyBlock