Model Class

The class represents collections of drawable objects in the ODA Platform framework.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeRXObject
        Teigha.GraphicsSystemModel

Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public class Model : RXObject

The Model type exposes the following members.

Constructors
  Name Description
Protected method Model Initializes a new instance of the Model class
Top
Properties
Methods
  Name Description
Public method Clone
(Inherited from RXObject)
Public method CompareTo
(Inherited from RXObject)
Public method CopyFrom
(Inherited from RXObject)
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Protected method DeleteUnmanagedObject
(Inherited from RXObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method Equals
(Inherited from DisposableWrapper)
Protected method Finalize
(Inherited from DisposableWrapper)
Public method GetHashCode
(Inherited from DisposableWrapper)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method GetRXClass
(Inherited from RXObject)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method Highlight Highlights the specified entity in this Model object.
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method Invalidate(InvalidationHint) Invalidates the specified cached data contained in this Model object.
Public method Invalidate(View) Invalidates the specified cached data contained in this Model object.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Public method OnAdded(Drawable, Int64) Notification method called whenever a Drawable object is added to this Model object.
Public method OnAdded(Drawable, Drawable) Notification method called whenever a drawable object is added to this Model object.
Public method OnErased(Drawable, Int64) Notification function called whenever a Drawable object is erased from this Model object.
Public method OnErased(Drawable, Drawable) Notification function called whenever a Drawable object is erased from this Model object.
Public method OnModified(Drawable, Int64) Notification function called whenever a Drawable object is modified in this Model object.
Public method OnModified(Drawable, Drawable) Notification function called whenever a drawable object is modified in this Model object.
Public method OnUnerased(Drawable, Int64) Notification function called whenever a Drawable object is unerased from this Model object.
Public method OnUnerased(Drawable, Drawable) Notification function called whenever a drawable object is unerased from this Model object.
Public method QueryX
(Inherited from RXObject)
Public method setSectioning(Point3dCollection, Vector3d) Sets the active sectioning for this Model object. After specifying the sectioning, it should be enabled with the EnableSectioning property.
Public method setSectioning(Point3dCollection, Vector3d, Double, Double) Sets the active sectioning for this Model object. The sectioning is capped vertically using the specified top and bottom heights. After specifying the sectioning, it should be enabled with the EnableSectioning property.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method X
(Inherited from RXObject)
Top
See Also

©  Bricsys NV. All rights reserved.