Click or drag to resize
SoBevelPropertyvrmlOutput Property

Flag for the type of the output shapes.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFBool vrmlOutput { get; }

Property Value

Type: SoSFBool
Remarks

If true, the beveled shapes are created using VRML indexed face sets (SoVRMLIndexedFaceSet). Otherwise, the beveled shapes are created using standard Open Inventor indexed face sets (SoIndexedFaceSet).

See Also