Click or drag to resize
SoBevelPropertyabsoluteRadius Property

If true, the value of OIV.Inventor.Nodes.SoBevelProperty.radius will be taken as the bevel radius.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool absoluteRadius { get; }

Property Value

Type: SoSFBool
Remarks

Otherwise, the radius is relative to the shape: the OIV.Inventor.Nodes.SoBevelProperty.radius value is a fraction between 0.0 and 1.0. The bevel radius will be max * radius , where max is the length of the longest edge of the current shape to be beveled.

See Also