Find the next step in your career as a Graphisoft Certified BIM Manager!

Archicad C++ API
About Archicad add-on development using the C++ API.

Material Setting Dialog

Anonymous
Not applicable
Hi,

I have a question, I want to use some feature.

In Material Setting Dialog(I don't know what's name in english version)

Preview window > I want to use in new dialog(I made it)

I saw API_Material structure.

But i think there is no information and function(?)

Is that possible?

i attached capture image.

I want to use a red rectangle area.

[/img]
1 REPLY 1
Ralph Wessel
Mentor
moonistar wrote:
Is that possible?
i attached capture image. I want to use a red rectangle area.
I think the short answer is "no". You can insert custom items into your own dialogs, but you would also have to write the code to display or refresh the preview etc.

I don't know if this is helpful, but you can also extend the Material Settings dialog with your own custom panel - take a look at ACAPI_Register_AttributePanel for more information
Ralph Wessel BArch