SoCenterLineApproximation3dsmoothingIteration Property |
Number of smoothing iteration of the output line set (post processing).
Namespace: OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometryAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFUInt32 smoothingIteration { get; }
Public ReadOnly Property smoothingIteration As SoSFUInt32
Get
public:
property SoSFUInt32^ smoothingIteration {
SoSFUInt32^ get ();
}
member smoothingIteration : SoSFUInt32 with get
Property Value
Type:
SoSFUInt32Remarks A smoothing iteration applies a mean filter of size 3 on vertices. Default value is 3.
See Also