M_Rhino_Geometry_Collections_MeshFaceNormalList_SetFaceNormal - mcneel/rhinocommon-api-docs GitHub Wiki
Sets a face normal vector at an index using a single-precision vector.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool SetFaceNormal(
int index,
Vector3d normal
)
VB
Public Function SetFaceNormal (
index As Integer,
normal As Vector3d
) As Boolean
- index
- Type: System.Int32
An index. - normal
- Type: Rhino.Geometry.Vector3d
A normal vector.
Type: Boolean
true on success; false on error.
Supported in: 6.0.16224.21491, 5D58w
MeshFaceNormalList Class
SetFaceNormal Overload
Rhino.Geometry.Collections Namespace