Click or drag to resize
PoMesh2DVecstartArrowColoringType Property

Coloring method of the start shape.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFEnum<PoMesh2DVecArrowColoringTypes> startArrowColoringType { get; }

Property Value

Type: SoSFEnumPoMesh2DVecArrowColoringTypes
Remarks

If startArrowColoringType = CONSTANT_COLOR, each vector has the same start-arrow's color, which is the last found during the scene graph traversal.

If startArrowColoringType = MODULE_MAPPING_COLOR, the start-arrow's color of a vector depends on its module, and by using the current module-data- mapping (see OIV.MeshViz.Data.PoMesh for explanation of the current module-data-mapping).

If startArrowColoringType = SCALAR_MAPPING_COLOR, the start-arrow's color of a vector depends on the scalar value at the mesh node used as the start point of the start-arrow. In this case, the current data-mapping is used to compute the color in relation to the scalar-value (see OIV.MeshViz.Data.PoMesh for more explanations about the current data-mapping).

See Also