How to modify the Dimblk1 and Dimblk2 a dimension?

How to modify the Dimblk1 and Dimblk2 a dimension?

Anonymous
Not applicable
1,136 Views
1 Reply
Message 1 of 2

How to modify the Dimblk1 and Dimblk2 a dimension?

Anonymous
Not applicable

Dimblk1 = oblique
Dimblk2 = Closed filled

 

 


I'm trying to do so:


rotatedDimension.Dimblk1 = ConvertToLayer.GetArrowObjectId("Oblique");


But it does not work.

 

 

It only works if I do this:

 

rotatedDimension.Dimblk = ConvertToLayer.GetArrowObjectId("Oblique");


But I will not change everything.

0 Likes
Accepted solutions (1)
1,137 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

I managed. I also had to configure: Dimsah = true;

0 Likes