Click or drag to resize

BuiltinNativeObject Class

Supporting class for C# scripts on a Visual as a replacement for the NativeObject.cs script.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsBuiltinNativeObject

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public abstract class BuiltinNativeObject : IDisposable

The BuiltinNativeObject type exposes the following members.

Constructors
  NameDescription
Protected methodBuiltinNativeObject
Constructor.
Top
Properties
  NameDescription
Public propertyVisual
The owning Visual for this BuiltinNativeObject.
Top
Methods
  NameDescription
Public methodDispose
Base Dispose method.
Top
Fields
  NameDescription
Protected fieldStatic memberapp
Reference to the application IBuilder.
Protected fieldStatic memberdocument
Reference to the current Document.
Protected fieldStatic memberprint
Helper to display a message in the Message Log.
Protected fieldStatic membervector
Helper to create a Vector3.
Top
Remarks
Will be used by default when new C# scripts or project scripts are created.
See Also