Click or drag to resize
SoBevelActionSetOutputVRML Method (Boolean)

Note: This API is now obsolete.

If true, each beveled shape is generated as a VRML indexed face set.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetOutputVRML(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Otherwise the beveled shapes are generated as "classic" indexed face sets. Default value is false.Obsoletesince Open Inventor 9500 The VRML API is no longer supported. See section http://oivdoc95.vsg3d.com/content/compatibility-notes-4#Deprecation of the Reference Manual.

See Also