acitano
Guest
I am making an application that should work on architecture 2010 and I have a problem!
Does anyone know how I can find out the angle of rotation of the door or window? aec_door or aec_windows?
of course I know that with the command list this information is provided to me see e.g.:
list
select objects: 1 found
select objects:
aec_door layer: "a-door"
space: model space
handle = 297b
insertion: (15382.17, 11938.57, 0.00)rotation : 9.63normal: (0.00, 0.00, 1.00)
anchor reference: aecdbwall : 2978
anchor x offset distance : 3162.03
anchor x offset from : curve start
anchor x offset to: start edge
anchor y offset distance : 0.00
anchor y offset from : center curve
anchor y offset to : center
anchor z offset distance : 0.00
anchor z offset from : bottom
anchor z offset to : bottom edge
anchor rotation : 0.00
anchor flags: flipy
width: 1010.00
height: 2000.00
: 600.00
measuring to outside frame : no
open percent: 50
leaf width: 300.00
door style : standard
as it has about a thousand of these objects in the dwg I made a selection group and I need to know which is the activex library to "stimulate" with vba visuallisp or objectcarx and which property to question to have the list of rotations of objects.
I hope I've been clear enough and thank you in advance
acitano
Does anyone know how I can find out the angle of rotation of the door or window? aec_door or aec_windows?
of course I know that with the command list this information is provided to me see e.g.:
list
select objects: 1 found
select objects:
aec_door layer: "a-door"
space: model space
handle = 297b
insertion: (15382.17, 11938.57, 0.00)rotation : 9.63normal: (0.00, 0.00, 1.00)
anchor reference: aecdbwall : 2978
anchor x offset distance : 3162.03
anchor x offset from : curve start
anchor x offset to: start edge
anchor y offset distance : 0.00
anchor y offset from : center curve
anchor y offset to : center
anchor z offset distance : 0.00
anchor z offset from : bottom
anchor z offset to : bottom edge
anchor rotation : 0.00
anchor flags: flipy
width: 1010.00
height: 2000.00
: 600.00
measuring to outside frame : no
open percent: 50
leaf width: 300.00
door style : standard
as it has about a thousand of these objects in the dwg I made a selection group and I need to know which is the activex library to "stimulate" with vba visuallisp or objectcarx and which property to question to have the list of rotations of objects.
I hope I've been clear enough and thank you in advance
acitano