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: 16.01.07
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
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
Currently here as a backward compatibility if a 2024 model, catalog, or package is used in an earlier release.
See Also