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: 10.12.3.0 (10.12.3.0)
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