M_Rhino_Geometry_Collections_MeshFaceNormalList_SetFaceNormal - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFaceNormalList.SetFaceNormal Method (Int32, Vector3d)

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

Syntax

C#

public bool SetFaceNormal(
	int index,
	Vector3d normal
)

VB

Public Function SetFaceNormal ( 
	index As Integer,
	normal As Vector3d
) As Boolean

Parameters

 

index
Type: System.Int32
An index.
normal
Type: Rhino.Geometry.Vector3d
A normal vector.

Return Value

Type: Boolean
true on success; false on error.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceNormalList Class
SetFaceNormal Overload
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️