找回密码 注册 QQ登录
开思网工业级高精度在线3D打印服务

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
查看: 16344|回复: 0
打印 上一主题 下一主题

[转贴] 在Inventor的标题栏添加打印时间戳

[复制链接]
跳转到指定楼层
1
发表于 2011-7-10 15:09:24 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
  AutoCAD的打印提供了打印戳记,童鞋可以在这里指定图姓名,打印时间等参数。

  



  同样的需求也被Inventor的童鞋要求了。

  就目前Inventor里界面里还没有提供这样的功能,但我们可以使用iLogic定义工程图的自定义特性参数来添加打印日期

  具体操作如下:

  1, 在Inventor里创建一个工程图

  2, 在工程图里创建如下的规则

  Dim odrawdoc As DrawingDocument

  odrawdoc = ThisApplication.ActiveDocument

  customPropertySet = odrawdoc.PropertySets.Item("Inventor User Defined Properties")

  Try

  prop = customPropertySet.Item("Plotdatestamp")

  Catch

  customPropertySet.Add("", "Plotdatestamp")

  End Try

  Try

  Dim PlotDate As Date

  PlotDate = Now

  iProperties.Value("Custom", "Plotdatestamp") = PlotDate

  Catch

  End Try

  InventorVb.DocumentUpdate()

  Dim oCtrlDef As ControlDefinition

  oCtrlDef = ThisApplication.CommandManager.ControlDefinitions.Item("AppFilePrintCmd")

  oCtrlDef.Execute

  



  3,编辑标题栏定义,添加自定义的文本,保存编辑

  



  这样在标题栏里就有这个打印时间戳记。(即当前时间戳记)

  



  这个自定义文本也适用于普通文本。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2024-11-24 01:59 , Processed in 0.021919 second(s), 13 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

快速回复 返回顶部 返回列表