Click or drag to resize

BrepFaceListSplitFacesAtTangents Method (Boolean)

Splits all of the faces of a Brep at tangent locations.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SplitFacesAtTangents(
	bool aggressiveMode
)

Parameters

aggressiveMode
Type: SystemBoolean
If aggressive mode is true, the face surfaces will be split at locations of curvature discontinuities with constant tangents. If aggressive mode is false, only split when the curvature change is from no curvature to some curvature or when the curvature vector directions are opposite.

Return Value

Type: Boolean
True if successful, false otherwise.
See Also