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

How to get vertex normal

Anonymous
Not applicable
Hi guys,

I was wondering if there was an API for developer to get the vertex normals rather than the polygon normals?
2 REPLIES 2
Ralph Wessel
Mentor
Try using ModelerAPI::Polygon::GetNormalVectorByVertex
Ralph Wessel BArch
Anonymous
Not applicable
Ralph wrote:
Try using ModelerAPI::Polygon::GetNormalVectorByVertex
Thank you. I'll try it.