Overload_Rhino_Geometry_Collections_MeshFaceNormalList_SetFaceNormal - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() |
SetFaceNormal(Int32, Vector3d) | Sets a face normal vector at an index using a single-precision vector. |
![]() |
SetFaceNormal(Int32, Vector3f) | Sets a face normal vector at an index using a single-precision vector. |
![]() |
SetFaceNormal(Int32, Double, Double, Double) | Sets a face normal vector at an index using three double-precision numbers. |
![]() |
SetFaceNormal(Int32, Single, Single, Single) | Sets a face normal vector at an index using three single-precision numbers. |
MeshFaceNormalList Class
Rhino.Geometry.Collections Namespace