Click or drag to resize
SoVRMLSwitchchoice Property

Nodes to chose from (VRML97 only).

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoMFNode choice { get; }

Property Value

Type: SoMFNode
Remarks

In X3D, the list of nodes is specified using the children field (inherited from SoVRMLParent).

NOTE: This field is not compatible with VRML97. If you specify a non-default value for this field, when this node is written to a VRML file, the file will contain this incompatible field and standard VRML97 file readers will not be able to read it.

See Also