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