Click or drag to resize
SoVRMLPROTOInstanceSetupInstance Method

Finishes setting up an instance of a prototype.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetupInstance()
Remarks

The steps required to create an instance of a prototype are:

Read in the prototype. You can read it in from a file or a buffer using the readAllVRML method of SoDB.

Find the prototype definition from the prototype's name using the static method findPROTO in SoBase.

Create an instance of the prototype.

Set the values of the fields.

Finish the setup of the instance.

See Also