Objective:
learn how to link a tag to an entity using an anchor
§connect a multi-view block to a geo object using an
anchor
§Import a multi-view
block definition
from another drawing
ücreation
of multi-view block – see, e.g.,
MgdDbgAec
à Test Framework à MultiViewBlock Reference à
MvBlock
(Simple) & MvBlock (atts, Offsets): Hardwired MvBlock with attributes and
offset.
§
Classes and methods:
§objTag = CType(obj,
MultiViewBlockReference)
§pAnchor = New
AnchorExtendedTagToEntity
§pAnchor.ReferenceEntityId = idGeo
§objTag.setAnchor(pAnchor)
§helper = New
Autodesk.Aec.ApplicationServices.Utility.CloningHelper
§