简体   繁体   English

使此临时尺寸永久为“ Revit”

[英]Make this temporary dimension Permanent “Revit”

I am trying to dimension the parts. 我正在尝试标注零件尺寸。 While dimensioning, I am getting a message stating, "Make this temporary dimension Permanent". 进行尺寸标注时,我收到一条消息,指出“永久设置此临时尺寸”。 How shall I get the permanent dimension without clicking anything in UI. 如何在不单击UI的情况下获得永久尺寸。

Thanks for the help in advance. 我在这里先向您的帮助表示感谢。

I would analyse the exact differences caused in the Revit database on the elements involved and their parameters by executing the manual modification. 我将通过执行手动修改来分析Revit数据库中涉及的元素及其参数引起的确切差异。 Once you have discovered exactly what is changed by the manual UI interaction, you can probably replicate the same changes programmatically through the API. 一旦发现手动UI交互所做的确切更改,您就可以通过API以编程方式复制相同的更改。 Here is a more exhaustive description of how to address a Revit API programming task: 这是有关如何解决Revit API编程任务的更详尽的描述:

http://thebuildingcoder.typepad.com/blog/2017/01/virtues-of-reproduction-research-mep-settings-ontology.html#3 http://thebuildingcoder.typepad.com/blog/2017/01/virtues-of-reproduction-research-mep-settings-ontology.html#3

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 C# Revit API 创建线性尺寸 - C# Revit API Create linear dimension 如何检查尺寸是否应用于 Revit API 中的参数 - How to check if a dimension is applied to a parameter in the Revit API 如何使Revit与启用了身份验证的Revit服务器一起使用? - How to make revit works with an authentication enabled revit server? 使用 Revit API 绘制从网格线到套筒的尺寸(特殊设备) - Using Revit API draw dimension from gridline to sleeve (Speciality equipment) 如何使用 Revit API 在 Revit 系列中的 Dimension 内置组中分配带有角度的参数 - How to assign parameters with angle in Dimension built-in group in Revit Family using Revit API 我无法使 Revit 中这些对象的 ElementID 与 Revit 文件中的对象相匹配的原因是什么? - What would be the reason that I can't make the ElementIDs of these objects in Revit match ones in a Revit file? 如何在Revit Extensions(REX)平台中手动设置交易模式? - How to make transaction mode manual in Revit Extensions (REX) platform? Revit API如何使外部命令异步运行? - Revit API How to make a external command run asynchrously? 如何在 Revit Api 的 IronPython 中从 Elements ID 中创建列表 - How to make a list from Elements ID's in IronPython in Revit Api Revit插件(未出现在Revit中) - Revit Addin (Not appearing in Revit)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM