PoMesh3DVecstartArrowHeightType 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<PoMesh3DVecArrowHeightTypes> startArrowHeightType { get; }
Public ReadOnly Property startArrowHeightType As SoSFEnum(Of PoMesh3DVecArrowHeightTypes)
Get
public:
property SoSFEnum<PoMesh3DVecArrowHeightTypes>^ startArrowHeightType {
SoSFEnum<PoMesh3DVecArrowHeightTypes>^ get ();
}
member startArrowHeightType : SoSFEnum<PoMesh3DVecArrowHeightTypes> with get
Property Value
Type:
SoSFEnumPoMesh3DVecArrowHeightTypesRemarks 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