Class Tie
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.MeshFree.Contact
Assembly: VMDMeshFree.dll
This class is to represent the tie in mesh free.
[Obsolete]
public class Tie : TieBase<propertytie>, IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, IEntity, IEntityBase, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, IHasName, IEnabled, IHasComment, IVisible, IDocumentOwner, INamed, INavigatorItem, IVisible, IMultiChangable, IHasProperty, IGroup, IDraw, IDrawIcon, IDrawChangeFacet, IGenerable, IReportable, IFlip, IHasReplaceableEntity, IEntityRelation
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Implements
IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, IEntity, IEntityBase, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, IHasName, IEnabled, IHasComment, IVisible, IDocumentOwner, INamed, INavigatorItem, IVisible, IMultiChangable, IHasProperty, IGroup, IDraw, IDrawIcon, IDrawChangeFacet, IGenerable, IReportable, IFlip, IHasReplaceableEntity, IEntityRelation
Inherited Members
TieBase
Extension Methods
BodyHelper.CreateGINFFileV3_2(IAttributeContainer),
BodyHelper.CreateGINFFileV3_2(IAttributeContainer, string),
BodyHelper.CreateGINFFileV3_2(IAttributeContainer, string, VectorBase[], uint[], VectorBase[], uint[]),
BodyHelper.GenerateMeshInfo(IAttributeContainer, ref MeshFreeMeshType, ref VectorBase[], ref uint[], ref VectorBase[], ref uint[], bool),
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
Tie()
Initializes a new instance of the
public Tie()
Tie(string)
Initializes a new instance of the
public Tie(string strName)
Parameters
strName string
Name of the STR.
Properties
GenerableImpl
Gets a value indicating whether this instance is generable.
protected override bool GenerableImpl { get; }
Property Value
Methods
LinkRequestUpdate(object, LinkEventArgs)
Tie for update the linked object.
protected override void LinkRequestUpdate(object objNotifier, LinkEventArgs arg)
Parameters
objNotifier object
The linked object.
arg LinkEventArgs
The
ReplaceEntityImpl(Document, IGenerable)
Replace entity
protected override void ReplaceEntityImpl(Document doc, IGenerable generableNew)
Parameters
doc Document
The document.
generableNew IGenerable
The new generable entity.