copy()
Return a copy of the part.
Use this to make a version you can change while leaving the original untouched.
Parameters
Once an object part has been created, you can use the following function:
part.copy()
Returns
return newPart
| Value | Type | Description |
|---|---|---|
| newPart | Part |
A new part with the same phrases and attributes as this one. |