VDF Articles

Returned 1715 results listed below

Howto General Wish All

60000509 Selecting HighLight Changed in order to be more clear.

Category: Wish

Selecting HighLight Changed in order to be more clear.

60000503 Hatches with HatchBlock slow draw

Category: Wish

Hatches with HatchBlock slow draw

60000506 Right Click does not cancel drag operations.

Category: Wish

Right Click does not cancel drag operations.

60000494 How to display tooltips of entities while a command (or action) is active

Category: HowTo

I want to display the entities' tooltips that are under cursor while a command (or action) is active. How can I do this ?

60000499 Changes of vdInsert object's geometry also are being applied to the insert's attributes.

Category: Wish

The changes commited to the attributes inside inserts, to not fire any Before or After Modify events.

60000489 Export OsnapModePreserve to the wrapper vdDocument.

Category: Wish

Export OsnapModePreserve to the wrapper vdDocument.

60000485 How to get the vdtext's height and width before adding it to the document

Category: HowTo

How to get the vdtext's height and width before adding it to the document like the version's 5 GetTextSize Function.

60000481 PenWidth is not displayed in 3d render mode.

Category: Wish

PenWidth is not displayed in 3d render mode.

60000475 Save a file as VDI version 4.1

Category: HowTo

I would like to save a drawing as vdi-file of version 4.1.6.1030 (year 2004) for the purpose of backward compatibility.

60000473 Drag 'n' Drop default implementation to be enabled by default.

Category: Wish

Drag and Drop default implementation to be enabled by default. For example the following code  copy all entities of activelayout as a vdInsert object: Private Sub VDraw1_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Double, ByVal y As Double) 'Only drag to File (Explorer) works, Dragdrop in Vdraw is not working Dim ll_retv As Long If Button = 1 Then ll_retv = VDraw1.CommandAction.DoDragDrop("ALL", VdDropEffect_Move + VdDropEffect_Copy, VDraw1.CursorPos, 100, 100, 3) ll_retv = ll_retv End If End SubNOTE: Also drag and drop drawing files (from file explorer) into the VDrawgraphics area will add this drawing as Xref.