Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. Be respectful, on topic and if you see a problem, Flag it.

If you would like to contact our Community Manager personally, feel free to send a private message or an email.

Cutlist Value input

steven_harris941steven_harris941 Member Posts: 3

What value do you use to add a column in a cutlist for either the name of the frame given in the feature list or the parts list?

Answers

  • MichaelPascoeMichaelPascoe Member Posts: 2,917 PRO
    edited July 6

    Properties are applied after all the features are run in your tree (part name, material, description, etc)… so the getProperty() function has to be called within edit logic or within a custom table feature.

    Example of how to use getProperty with a custom table: Measure cut list - Custom feature

    And an example of how to modify the frame cutlist feature: Cut list+ 

    Note that frame data is stored as an attribute on the part not as a property on the part. This is why its able to call the frame data live from the middle of the feature tree. Anything getting the properties will have to manually be refreshed via the user changing something in the features ui (usually a refresh button that the dev puts in there.)

    .


    RENDERCAD
    rendercad.ai - Photorealistic product rendering.

    ▚▞▚▞▚▞▚▞▚
    ________________________________________________________________________
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.