| PoMesh2DVecbodyLengthType Property  | 
If bodyLengthType = CONSTANT_LENGTH, each vector has the same body length = bodyLengthFactor . 
 
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoSFEnum<PoMesh2DVecBodyLengthTypes> bodyLengthType { get; }Public ReadOnly Property bodyLengthType As SoSFEnum(Of PoMesh2DVecBodyLengthTypes)
	Get
public:
property SoSFEnum<PoMesh2DVecBodyLengthTypes>^ bodyLengthType {
	SoSFEnum<PoMesh2DVecBodyLengthTypes>^ get ();
}member bodyLengthType : SoSFEnum<PoMesh2DVecBodyLengthTypes> with get
Property Value
Type: 
SoSFEnumPoMesh2DVecBodyLengthTypes
RemarksIf bodyLengthType = RELATIVE_LENGTH, the body length of a vector is bodyLengthFactor * vector-module. 
See Also