SolidWorks API - How to retrieve the value of a config-specific property of an assembly component

Hello

I want to retrieve the value of various config-specific properties of a component in the active assembly. Does anyone have an idea?

1 Like

Hello

Do you want to do this on an open assembly in SW with the standard APIs?

Or with the Document Manager APIs that allow you to read properties without having to carve the whole assembly in SW?

1 Like

Hello

Here's a little program that allows you to do that.

1°) unzip the attached file.

2°) Open a share or an assembly in SW.

3°) Launch the "List-Of-Properties-3D.exe" program

4°) Wait until the message "Processing completed".

If this is the type of action you want to do, I will provide you with the necessary commands, it will be C# that will have to be translated.

Kind regards


list-of-properties_v1.zip
1 Like