z-coordinates from a dimensioning-object?

z-coordinates from a dimensioning-object?

Anonymous
Not applicable
216 Views
3 Replies
Message 1 of 4

z-coordinates from a dimensioning-object?

Anonymous
Not applicable
Hallo,
I search a way to extract in a AutoCAD 2000 drawing with VBA
the z-coordinates from a dimensioning-object. This z-coordinates I must
change.
I think the object is AcDbRotatedDimension, which entities I have
select to a selectionset.
But the method from the object for dimtext, dimline, ...
I didn´t know.
Must the dim-object AcDbRotatedDimension explode?

Who can help me?


Thanks
Hartmut Callies
callies@web.de
0 Likes
217 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Will the TextPosition property help you?



"Hartmut Callies" wrote in message
news:D4A62A3C9A7F58E2A342531AAFABA957@in.WebX.maYIadrTaRb...

Hallo,
I search a way to extract in a AutoCAD 2000 drawing with VBA
the z-coordinates from a dimensioning-object. This z-coordinates I must
change.
I think the object is AcDbRotatedDimension, which entities I have
select to a selectionset.
But the method from the object for dimtext, dimline, ...
I didn´t know.
Must the dim-object AcDbRotatedDimension explode?

Who can help me?


Thanks
Hartmut Callies
callies@web.de
0 Likes
Message 3 of 4

Anonymous
Not applicable
No. I must have the z-coordinates from a complete dimensioning.
Because the z-coordinates from the dimensioning are not zero.
With VBA I must change it.

Hartmut Callies

_______________________


"W Massey" schrieb im Newsbeitrag
news:7B6144B05A2165288A2B5C3FA0FD19A6@in.WebX.maYIadrTaRb...
> Will the TextPosition property help you?
>
>
>
> "Hartmut Callies" wrote in message
> news:D4A62A3C9A7F58E2A342531AAFABA957@in.WebX.maYIadrTaRb...
>
> Hallo,
> I search a way to extract in a AutoCAD 2000 drawing with VBA
> the z-coordinates from a dimensioning-object. This z-coordinates I must
> change.
> I think the object is AcDbRotatedDimension, which entities I have
> select to a selectionset.
> But the method from the object for dimtext, dimline, ...
> I didn´t know.
> Must the dim-object AcDbRotatedDimension explode?
>
> Who can help me?
>
>
> Thanks
> Hartmut Callies
> callies@web.de
>
>
>
>
0 Likes
Message 4 of 4

Anonymous
Not applicable
Hartmut,

Check the obove message "Modify AcadDimRotated Object".

It discusses your problem.
0 Likes