SoCenterLineApproximation3doutLineSet Property |
Namespace: OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometryAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoImageVizEngineFieldContainerOutput<SoIndexedLineSet> outLineSet { get; }
Public ReadOnly Property outLineSet As SoImageVizEngineFieldContainerOutput(Of SoIndexedLineSet)
Get
public:
property SoImageVizEngineFieldContainerOutput<SoIndexedLineSet^>^ outLineSet {
SoImageVizEngineFieldContainerOutput<SoIndexedLineSet^>^ get ();
}
member outLineSet : SoImageVizEngineFieldContainerOutput<SoIndexedLineSet> with get
Property Value
Type:
SoImageVizEngineFieldContainerOutputSoIndexedLineSetRemarks This output is the geometric counterpart of the output binary image. Default value is NULL.
See Also