PoMesh2DVecbodyRadiusType Property |
Defines type of method to compute the cylinder's radius.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
SoSFEnumPoMesh2DVecBodyRadiusTypesRemarks 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