Search found 147 matches

Re: AcquirePoint

Used this ... same problem ... I believe some detail is the problem ... missing something little ... Public Shared Sub CreatePalettePerfil() If myPaletteSet Is Nothing Then myPaletteSet = New PaletteSet("My Palette", New System.Guid("F69E9148-2DF8-4911-8442-8C97AF23C2EE")) myPale...

Re: AcquirePoint

Also changed my PalleteSet calling code as dotNetExamples: Public Shared Sub CreatePalettePerfil() Dim ps As IntelliCAD.Windows.PaletteSet If mobjPaletteSet Is Nothing Then Try mobjPaletteSet = New PaletteSet("DESENHAR", New System.Guid("F69E9148-2DF8-4911-8442-8C97AF23C2EE")) mo...

Re: AcquirePoint

Downloading API 10.0 PE Plus x64 Date:17 December 2020 CMS IntelliCAD Premium Edition Plus (PE Plus) Developer API. Checking my version, but I believe when I upgrade to version 10 API was upgraded too ... Checking App version to NETFrameWork version 4.7.2 References IcCoreMgd_20.12_15, IcMgd_20.12_1...

Re: AcquirePoint

That's great !!!

Something is missing in my code ou my Build ... goes wrong ... many applications depends on that Acquire !!

Unfortunatly I still could not find what is wrong ... need some help ... accept suggestions.

Update Screen

Is there any possible way to update screen during a command call without using REGEN, because files containing complex xrefs takes too much time to regen.

UpdateScreen also dos not seems to be usefull until you call Transaction.Commit at the end of command.

Windows SetFocus

Is ther a way to overcome this situation: Intellicad does not receive focus until the editor was clicked. This was a bit troublesome as it requires an additional mouse click. The way to overcome it was to either call the "SetFocus" Win32 API through a dllimport or to use an internal undocu...

Hatch error crash

During the operation to pick point for hatch complex areas containing lines, polylines, other hatches and blocks ... the system crashes with lost of DWG file. Some times recover at "Emergency Saved Drawings" solves the problem, but sometimes DWG file is saved with ZERO bytes, causing compl...

Re: AcquirePoint

Try this called from a button click on User Control Form Public Shared Sub TestMoveRotationScaleJig_Method() Dim db As Database = IntelliCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.Database Dim ed As Editor = MgdAcApplication.DocumentManager.MdiActiveDocument.Editor Try Dim...

AcquirePoint

AcquirePoint called from JigPrompts doesn't accept osnap ... OSNAP only work when you call CaommandMethod, not work when is called from a internal VB function ... Is there any way to make this work ? Was it changed in ICAD PE10 ? Protected Overrides Function Sampler(prompts As JigPrompts) As Sampler...

Re: Regen error

I note files with dynamic blocks inserted or copy pasted presented this problem.

Files in these condicionts present "Errors during saving" process.

Go to advanced search