Click or drag to resize
PoMesh2DVecendArrowHeightType 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> endArrowHeightType { get; }

Property Value

Type: SoSFEnumPoMesh2DVecArrowHeightTypes
Remarks

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

See Also