Click or drag to resize
PoMesh2DVecbodyRadiusType Property

Defines type of method to compute the cylinder's radius.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFEnum<PoMesh2DVecBodyRadiusTypes> bodyRadiusType { get; }

Property Value

Type: SoSFEnumPoMesh2DVecBodyRadiusTypes
Remarks

If 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