Evaluate dynamic visibility parameter
Aluro
1/10/2024 3:26 PM
|
---|
Hi,
After getting the visibility parameter from the dynamic block, how do then evaluate it for a given insert of that block?
C# Code: var opvBlockInsertA = opvBlockInserts. |
Wout
1/16/2024 12:33 PM
|
---|
Hi,
I have no idea! Could you attach a DXF/DWG file for me to look at (if possible just stripped down to the relevant parts)? And also add a small program that pin points the objects of interest would be useful.
- Wout
|
Aluro
1/19/2024 2:39 PM
|
---|
Attached are some example files.
In the DWG I've added a single dynamic block with a visibility parameter called 'mood' which has 2 states 'happy' and 'sad'.
I've also added 2 inserts of the dynamic block each set to a different state.
|
Wout
1/23/2024 1:48 PM
|
---|
Hi,
I've investigated it and come up with a preliminary implementation and may not work in all scenarios. There is no public documentation for any of this so it takes some reverse engineering figuring out what goes where. Could you please order a support ticket here for the support?
C# Code: using System; |
Aluro
1/24/2024 7:10 AM
|
---|
Hi Wout, thanks for the investigation.
We'll continue our discussion by mail.
|