| PoMesh2DVecbodyRadiusType Property  | 
Defines type of method to compute the cylinder's radius. 
 
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFEnum<PoMesh2DVecBodyRadiusTypes> bodyRadiusType { get; }Public ReadOnly Property bodyRadiusType As SoSFEnum(Of PoMesh2DVecBodyRadiusTypes)
	Get
public:
property SoSFEnum<PoMesh2DVecBodyRadiusTypes>^ bodyRadiusType {
	SoSFEnum<PoMesh2DVecBodyRadiusTypes>^ get ();
}member bodyRadiusType : SoSFEnum<PoMesh2DVecBodyRadiusTypes> with get
Property Value
Type: 
SoSFEnumPoMesh2DVecBodyRadiusTypes
RemarksIf bodyRadiusType = CONSTANT_RADIUS, each vector has the same body radius = bodyRadiusFactor . If bodyRadiusType = RELATIVE_RADIUS, the body radius of a vector is bodyRadiusFactor * vector-module. The body radius is either a line-width or a cylinder-radius depending on the field's value bodyShape. 
See Also