SoBevelActionSetAngle Method |
Sets the minimum angle (in radians) between two adjacent face normals required to bevel the edge common to these two faces.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetAngle(
float angle
)
Public Sub SetAngle (
angle As Single
)
public:
void SetAngle(
float angle
)
member SetAngle :
angle : float32 -> unit
Parameters
- angle
- Type: SystemSingle
Remarks The default value is 0.5.
See Also