Click or drag to resize
PoBevelEdgeradiusFlag Property

Defines the interpretation of the field radius.

Namespace: OIV.MeshViz.Nodes
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFEnum<PoBevelEdgeRadiusFlags> radiusFlag { get; }

Property Value

Type: SoSFEnumPoBevelEdgeRadiusFlags
Remarks

If radiusFlag == ABSOLUTE_RADIUS, the radius value is absolute. If radiusFlag == PERCENTAGE_RADIUS, the field radius is a percentage (0. <= radius <= 1.), the real radius corresponding is max * radius, where max is the maximun length of all the edges of the current shape to be beveled.

See Also