Search found 19 matches

editor.GetPoint from Palette (session mode) and ContextMenuStrip

Hi all, if I call editor.GetPoint from button work fine, the same button has a ContextMenuStrip. If I click ToolStripMenuItem it don't work, then all commands don't work. e.g.: (call from original icon) Command: _DIST Error: Invalid input. Please try again. I think application not notice that Contex...

debug Ver. 11.1 - CmsIcad.pdb ?

Hi all, if I compile my project I get follow message : Eine Breakpointanweisung (__debugbreak()-Anweisung oder ein ähnlicher Aufruf) wurde in CmsIcad.exe ausgeführt. D:\Jenkins\workspace\Member\CMS\Icad\BuildConfig\IntelliCAD\Source\Build\VC.v142\Pro.Release64\Symbols\CmsIcad.pdb Version: (11.1.331....

Re: Failed CreateLoftedSolid Version 10.1 did run in 9.2

Found bug: You have to append CrossEntity to BlockTableRecord before! //--------------------------------------------------------------------------------- for (int i = 0; i < crossSections.Length; i++) { acBlkTblRec.AppendEntity(crossSections ); //acTrans.AddNewlyCreatedDBObject(crossSections , true)...

Failed CreateLoftedSolid Version 10.1 did run in 9.2

Hello together, I got follow Error message: Teigha.DatabaseServices.Solid3d : Failed CreateLoftedSolid PxWedge Wedge 150 305 620 395 620 //------------------------------------------------------------------- internal static Solid3d GetSolid3d(PxWedge Wedge, ObjectId LayObjId) { double vy1 = 0.5 * Wed...

Go to advanced search