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