how to set AssocArrayPathParameters?

how to set AssocArrayPathParameters?

Anonymous
Not applicable
3,518 Views
6 Replies
Message 1 of 7

how to set AssocArrayPathParameters?

Anonymous
Not applicable

 Associative arrays have a Z direction option which specifies whether to maintain the original Z direction or to naturally bank the items along a 3D path. How to set the AssocArrayPathParameters to match Z direction?

0 Likes
Accepted solutions (1)
3,519 Views
6 Replies
Replies (6)
Message 2 of 7

Balaji_Ram
Alumni
Alumni

Hello,

 

I am looking into this and will get back to you with an update.



Balaji
Developer Technical Services
Autodesk Developer Network

0 Likes
Message 3 of 7

Balaji_Ram
Alumni
Alumni
Accepted solution

Hello,

 

Sorry, There is no such AssocArrayPathParameter property that will control the Z direction of the associative array.

For the same reason, it is also not possible to change the Z direction in the AutoCAD UI properties palette after the Associative array has been created. For example, you can change the "AlignItems" property using the properties palette but there is no such "Maintain Z direction" property.

 

I think when an AssocArray is created using the AutoCAD UI, the Z direction is set for the block references after the AssocArray is created. I have attached two screenshots that show the Normal value for the BlockReferences that represent the AssocArray for "Maintain Z direction=Yes" and "Maintain Z direction=No".

 

The Normal direction for the block reference can be computed based on the position of the block reference and the normal at a point on the path curve which is closest to the position of the block reference.

 

 



Balaji
Developer Technical Services
Autodesk Developer Network

Message 4 of 7

Anonymous
Not applicable

 Balaji,Thank you very much.

0 Likes
Message 5 of 7

Anonymous
Not applicable

hello,Balaji

i try it ,but the nomal have none change in my block refenrence.

0 Likes
Message 6 of 7

Balaji_Ram
Alumni
Alumni

Hello,

 

I have attached a drawing and a screenshot to verify the Normal. The AssocArray in this drawing has been created with "Maintain Z direction=No". The Normal of the block references are different for each block reference and not equal to [0 0 1].

 

If you continue to have the issue, can you please share a simplified non-confidential drawing that you are using to verify this ?



Balaji
Developer Technical Services
Autodesk Developer Network

0 Likes
Message 7 of 7

Anonymous
Not applicable

It's my mistake.I snoop the whole blockrefrence. The Normal of the block references are different for each block reference。Thanks again.

0 Likes