Click or drag to resize
SoSurfaceFittingApproximation3ddirections Property

Defines the search direction for each vertex.

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

If the field is empty or if its size is different from the input surface number of vertices, the vertex normals are used as directions. Default value is OIV.Inventor.SbVec3f( 0.0f, 0.0f, 0.0f ), so by default vertex normals are computed for the surface.

See Also