Click or drag to resize
SoBevelActionEnableAbsoluteRadius Method (Boolean)

Sets the absolute radius flag.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public void EnableAbsoluteRadius(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

If true, the radius value is absolute. Otherwise the radius is a value between 0.0 and 1.0; the real radius corresponding is max * radius , where max is the length of the longest edge of the current shape to be beveled. The default is false.

See Also