https://forums.autodesk.com/t5/net/hatch-to-drawn-polyline-e-message-quot-einvalidinput-quot/m-p/9631373 问题描述 我使用以下语句绘制了一条多段线: Acad.Application.DocumentManager.MdiActiveDocument.SendStringToExecute("PL ", true, false, true); 按如下方式得到多段线对象: ObjectId plobj = Autodes...
layout.cpp@135: eInvalidInput”提示时,首先应考虑是打开工程还是启动软件本身出现问题。如果是打开工程导致的错误,建议尝试使用备份文件,因为备份文件通常是经过压缩处理的,可以有效避免此类问题。如果是启动软件时遇到的问题,可能需要重新安装CAD,安装过程中选择不同的磁盘目录,并在安装后将鲁班软件加入...
问题: 在AutoCAD Plant 3D中创建等轴测时,等轴测失败并显示以下错误消息: 警告 — 未指定打断点。 信息 — 已跳过模型拆分。 失败 — eInvalidInput: 原因: 管道模型已在非常高的坐标处绘制。 自定义标题栏插入错误。 解决方案: 要解决此...
针对您遇到的 Autodesk.AutoCAD.Runtime.Exception 异常,其 HResult 为0x80131500 且Message 为eInvalidInput,以下是一些可能的分析和解决方案: 1. 确认异常信息来源和含义 异常信息:Autodesk.AutoCAD.Runtime.Exception 是AutoCAD API 中用于报告运行时错误的类。 错误码:HResult=0x80131500 通常与 .NET Framework 中的...
setPlotType eInvalidInput 软件架构师何志丹 开发运行环境:VS2010 + CAD2014X64 出错代码: void SetPlotWindowArea(const double xmin,const double ymin, const double xmax,const double ymax ) { m_es = m_pPSV->setPlotType(m_pPlotSettings,AcDbPlotSettings::kWindow);...
是打开工程时出现的,还是一打开土建土建就出现的错误提示?如果是打开工程的,那就用备份文件试试,备份文件是压缩包解决后就可以了;这个提示估计是打开软件时出现的,CAD需要重新安装,安装时要换个磁盘目录,然后鲁班软件也有重新安装,安装好了,要在杀毒软件里添加白名单,不然会出现加载到90%不动。...
1、看看有没有 .bak备份文件,改名xxx.bak为sss.dwg打开试试。2、进入cad,菜单“文件”——“绘图实用程序”——“修复”找到你打不开的文件试试。3、拷贝你的.dwg和.bak文件到别的计算机试试。也可发给我
We are running AutoCad 2018 currently but will be moving to 2019 soon. When I run the same script and drawing flags with the AutoCad 2019 version of AccoreConsole I get the error "eInvalidInput" on the line shown below. Are you able to reproduce this? ed.Command("_.WMFOUT", tempFile,...
I am trying to draw polyline with hatch, here Polyline is working as expected but hatching is NOT happening and am getting error 'eInvalidInput' at 'hatch.AppendLoop(HatchLoopTypes.Default, ids);' i tried ids.Add(pline.ObjectId); and ids.Add(pline.Id); but no luck, Could you please ...
By Balaji Ramamoorthy If the "SetHatchPattern" method throws an "eInvalidInput" exception while creating a hatch using a CustomDefined hatch pattern, here are few points to check. 1) Is the pattern file that defines the custom hatch pattern named correct