PoMesh3DVecbodyRadiusType 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<PoMesh3DVecBodyRadiusTypes> bodyRadiusType { get; }
Public ReadOnly Property bodyRadiusType As SoSFEnum(Of PoMesh3DVecBodyRadiusTypes)
Get
public:
property SoSFEnum<PoMesh3DVecBodyRadiusTypes>^ bodyRadiusType {
SoSFEnum<PoMesh3DVecBodyRadiusTypes>^ get ();
}
member bodyRadiusType : SoSFEnum<PoMesh3DVecBodyRadiusTypes> with get
Property Value
Type:
SoSFEnumPoMesh3DVecBodyRadiusTypesRemarks 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