Click or drag to resize

BrepFaceListStandardizeFaceSurface 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)
Since: 5.0
Syntax
public bool StandardizeFaceSurface(
	int faceIndex
)

Parameters

faceIndex
Type: SystemInt32
The index of the face.

Return Value

Type: Boolean
true if successful.
See Also