PoMesh2DVecendArrowHeightType Property |
Defines the type of method to compute the arrow height.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<PoMesh2DVecArrowHeightTypes> endArrowHeightType { get; }
Public ReadOnly Property endArrowHeightType As SoSFEnum(Of PoMesh2DVecArrowHeightTypes)
Get
public:
property SoSFEnum<PoMesh2DVecArrowHeightTypes>^ endArrowHeightType {
SoSFEnum<PoMesh2DVecArrowHeightTypes>^ get ();
}
member endArrowHeightType : SoSFEnum<PoMesh2DVecArrowHeightTypes> with get
Property Value
Type:
SoSFEnumPoMesh2DVecArrowHeightTypesRemarks 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