The InternalTensionForMinCurvature property returns or sets the minimum curvature internal tension for gradient maps. Returns a double.
Syntax
object.InternalTensionForMinCurvature
object.InternalTensionForMinCurvature = InternalTension
Parameter |
Type |
Description |
InternalTension |
Double |
required; internal tension between 0 and 1 |
Example
'InternalTensionForMinCurvature
'Set the internal tension for gridding the data to 1
GradientMap.InternalTensionForMinCurvature = 1
Used by: GradientMap object