Click or drag to resize
PoMesh2DVecstartArrowHeightType Property

Defines the type of method to compute the arrow height.

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

Property Value

Type: SoSFEnumPoMesh2DVecArrowHeightTypes
Remarks

If startArrowHeightType = CONSTANT_HEIGHT, each vector has the same start-shape height = startArrowHeightFactor . If startArrowHeightType = RELATIVE_ HEIGHT, the end-shape height of a vector is startArrowHeightFactor * body's length.

See Also