1
0
Fork 0
freesewing/markdown/dev/reference/api/stack/addPart/en.md
2023-05-31 21:39:58 -07:00

260 B

title
Stack.addPart()

The Stack.addPart() method adds a part to the stack and returns the original stack.

Stack.addPart() signature

Stack stack.addPart(Part part)

This method is chainable as it returns the Stack object