SoQuadrilateralMeshSlicerApproximation3doutPolyline 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> outPolyline { get; }
Public ReadOnly Property outPolyline As SoImageVizEngineFieldContainerOutput(Of SoIndexedLineSet)
Get
public:
property SoImageVizEngineFieldContainerOutput<SoIndexedLineSet^>^ outPolyline {
SoImageVizEngineFieldContainerOutput<SoIndexedLineSet^>^ get ();
}
member outPolyline : SoImageVizEngineFieldContainerOutput<SoIndexedLineSet> with get
Property Value
Type:
SoImageVizEngineFieldContainerOutputSoIndexedLineSetRemarks Default value is an empty indexed line set.
See Also