Class MeshAssembly
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.FE
Assembly: VMFE.dll
This class is to represent the assembly for mesh.
public class MeshAssembly : Assembly, IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Implements
IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer
Inherited Members
Assembly.Instantiate(string),
Assembly.Instantiate(),
Assembly.LinkRequestUpdate(object, LinkEventArgs),
Assembly.LinkRequestDestroy(object, LinkEventArgs),
Assembly.LinkAddedToDocument(object, AddToDocEventArgs),
Assembly.AddReplacedFile(string, string),
Assembly.RemoveReplacedFile(string),
Assembly.ClearChildInfoBeforeDeserialize,
Assembly.OriginalDocument,
Object
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
MeshAssembly(MeshDocument)
Initializes a new instance of the
public MeshAssembly(MeshDocument doc)
Parameters
doc MeshDocument
The document.
MeshAssembly(SerializationInfo, StreamingContext)
Initializes a new instance of the
protected MeshAssembly(SerializationInfo info, StreamingContext context)
Parameters
info SerializationInfo
The info.
context StreamingContext
The context.