SoVRMLScriptdirectOutput Property |
If true, the script can send events directly to the other nodes.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool directOutput { get; }
Public ReadOnly Property directOutput As SoSFBool
Get
public:
property SoSFBool^ directOutput {
SoSFBool^ get ();
}
member directOutput : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksIf false, the scripts must use eventOuts to affect the rest of the world. Default is false.
See Also