Click or drag to resize

FilterSchemesmoothedFaceProps Method

Calculates smoothed face properties.

Namespace:  Karamba.Algorithms.BESOShellProcedure
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual List<double> smoothedFaceProps(
	Mesh mesh
)

Parameters

mesh
Type: Karamba.Utilities.KMeshMesh
Mesh to be smoothed.

Return Value

Type: ListDouble
Values of the smoothed face properties.
See Also