Skip to content

M_Rhino_Geometry_Collections_MeshFaceNormalList_SetFaceNormal_2

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshFaceNormalList.SetFaceNormal Method (Int32, Double, Double, Double)

Sets a face normal vector at an index using three double-precision numbers.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool SetFaceNormal(
	int index,
	double x,
	double y,
	double z
)

VB

Public Function SetFaceNormal ( 
	index As Integer,
	x As Double,
	y As Double,
	z As Double
) As Boolean

Parameters

 

index
Type: System.Int32
An index.
x
Type: System.Double
A x component.
y
Type: System.Double
A y component.
z
Type: System.Double
A z component.

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

Clone this wiki locally