cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Archicad C++ API
About Archicad add-on development using the C++ API.

How to get vertex normal

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
Try using ModelerAPI::Polygon::GetNormalVectorByVertex
Ralph Wessel BArch
Central Innovation
Not applicable
Ralph wrote:
Try using ModelerAPI::Polygon::GetNormalVectorByVertex
Thank you. I'll try it.