0

I am currently looking at the article Solidworks Configuration Properties.

Once a part is uploaded we use the modelderivative API to extract the part information, this additional config data does not seem to be accessible anywhere through these APIs.

Is there another endpoint to call to be able to extract this data or is the only implementation currently handled through the viewer as demoed in the article?

Cheers

Community
  • 1
  • 1
Stevie754
  • 124
  • 7
  • While it is true that the viewer gets the metadata from its own "property database", I believe the database gets the data in the same way as the Model Derivative APIs. Which API endpoint are you using specifically? And could you perhaps share the SolidWorks file you're trying to process? – Petr Broz Oct 08 '18 at 07:54
  • We currently use two modelderivative API endpoints for collecting our part :urn/metadata/:guid and :urn/metadata/:guid/properties. Running the getActiveConfigurationProperties() code from the article I can see the extra properties being returned to the console. They are not found in either of the two endpoints we are currently using that return the other part data we have used so far. – Stevie754 Oct 08 '18 at 12:34

0 Answers0