M_Rhino_Geometry_Collections_BrepFaceList_StandardizeFaceSurface - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFaceList.StandardizeFaceSurface Method

Standardizes the relationship between a BrepFace and the 3d surface it uses. When done, the face will be the only face that references its 3d surface, and the orientations of the face and 3d surface will be the same.

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

Syntax

C#

public bool StandardizeFaceSurface(
	int faceIndex
)

VB

Public Function StandardizeFaceSurface ( 
	faceIndex As Integer
) As Boolean

Parameters

 

faceIndex
Type: System.Int32
The index of the face.

Return Value

Type: Boolean
true if successful.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFaceList Class
Rhino.Geometry.Collections Namespace

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