Click or drag to resize
SoSurfaceUnfoldingProcessing3ddirections Property

Optional direction vectors used to unfold the surface.

Namespace: OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoMFVec3f directions { get; }

Property Value

Type: SoMFVec3f
Remarks

By default this field does not contain any data, which means that this engine will compute direction vectors as the normal vector to each vertex of the input surface inSurface. If this field is set, it must contain as many vectors as the number of vertices in OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry.SoSurfaceUnfoldingProcessing3d.inSurface. The field's value is ignored if it does not contain as many vectors as the number of vertices in the surface.

See Also