Click or drag to resize
SoVRMLEXTERNPROTOInstanceSetupInstance Method

Finishes setting up an instance of an externprototype.

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 an externprototype are:

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

Find the externprototype definition from the externprototype's name using the static method findEXTERNPROTO in SoBase.

Create an instance of the prototype.

Set the values of the fields.

Finish the setup of the instance.

See Also