Click or drag to resize
SoWWWInlineFetchURLCallBack Property

Application callbacks invoked when the inline needs its URL data fetched.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SoWWWInlineFetchURLCallback FetchURLCallBack { get; set; }

Property Value

Type: SoWWWInlineFetchURLCallback
Remarks

This happens the first time the inline is rendered, or if it needs to compute a bounding box and the OIV.Inventor.Nodes.SoWWWInline.bboxSize field is not set, or when OIV.Inventor.Nodes.SoWWWInline.RequestURLData() is called.

See Also