|
FilterSchemesmoothedFaceProps Method
|
Calculates smoothed face properties.
Namespace:
Karamba.Algorithms.BESOShellProcedure
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic virtual List<double> smoothedFaceProps(
Mesh mesh
)
Public Overridable Function smoothedFaceProps (
mesh As Mesh
) As List(Of Double)
public:
virtual List<double>^ smoothedFaceProps(
Mesh^ mesh
)
abstract smoothedFaceProps :
mesh : Mesh -> List<float>
override smoothedFaceProps :
mesh : Mesh -> List<float> Parameters
- mesh
- Type: Karamba.Utilities.KMeshMesh
Mesh to be smoothed.
Return Value
Type:
ListDoubleValues of the smoothed face properties.
See Also