We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-06-04 02:32 PM
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?
Regards,
Solved! Go to Solution.
2022-06-07 11:21 AM
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
2022-06-07 11:21 AM
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