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