Find the next step in your career as a Graphisoft Certified BIM Manager!

Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

Beam and column end cuts

abrakadabra
Contributor

Hello,

How can I access to information below from API?  I would need the angle of end cuts in case of beam and column. 

 

abrakadabra_1-1655792201641.png

 

I was not able to identify in the API_​BeamType nor in API_​ColumnType nor in the memo. 

 

Regards,

Zsolt

1 ACCEPTED SOLUTION

Accepted Solutions
Solution
abrakadabra
Contributor

Hello,

 

I have found it in  API_ElementMemo.API_​AssemblySegmentCutData[0].customAngle and API_ElementMemo.API_​AssemblySegmentCutData[0].cutType 

 

Regards,

View solution in original post

1 REPLY 1
Solution
abrakadabra
Contributor

Hello,

 

I have found it in  API_ElementMemo.API_​AssemblySegmentCutData[0].customAngle and API_ElementMemo.API_​AssemblySegmentCutData[0].cutType 

 

Regards,