cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
abrakadabra
Contributor

Beam reference axis

Hello,

 

I do not find any information about the reference axis placement in the API_​BeamType structure.

Is it somewhere hidden in the corresponding memo?

abrakadabra_0-1654344713098.png

 

Regards,

 

1 Solution

Accepted Solutions

Hi!

 

Unfortunately it's not included in the documentation of API_BeamType for some reason.

But it's there! you can access it with something like: elem.beam.anchorPoint

 

And you can check the definition of API_BeamType in the "APIdefs_Elements.h" file of the API SDK. The datatype is short and I think you can also just use the API_AnchorID enum to identify which numbers correspond to which anchor: https://archicadapi.Graphisoft.com/documentation/api_anchorid

Automating Archicad with Add-Ons, GDL-Objects & Python Archi-XT.com

Go to post

1 Reply 1

Hi!

 

Unfortunately it's not included in the documentation of API_BeamType for some reason.

But it's there! you can access it with something like: elem.beam.anchorPoint

 

And you can check the definition of API_BeamType in the "APIdefs_Elements.h" file of the API SDK. The datatype is short and I think you can also just use the API_AnchorID enum to identify which numbers correspond to which anchor: https://archicadapi.Graphisoft.com/documentation/api_anchorid

Automating Archicad with Add-Ons, GDL-Objects & Python Archi-XT.com

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!