×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Attribute link

Attribute link

Attribute link

(OP)
I'm trying to make attribute link in my drafting with model.When I make AL for example nomenclature in drafting, and change nomenclature in catpart,that change is not updated in drafting.Why?

RE: Attribute link

Try doing a c:Force Update in the Power Input bar. I don't believe the Attribute modification will be enough to flag the DrawingView update flag to fire in certain scenarios.

RE: Attribute link

Attribute modification won't cause title block text update. Also colors won't be updated if you change change model color. As dougsnell said use force update.

Regards,
Jenia Ladkov

RE: Attribute link

(OP)
c:Force Update -This one works-thank you!

RE: Attribute link

(OP)
How to add a drawing creation date in a title block?

RE: Attribute link

How do you create title block?

CODE --> vb6

Set MyTextGetRevDate1 = MyDrawingViews.ActiveView.Texts.Add("" & Format(Date, "dd/MM/yyyy"), XLocDate, YLocDate)
MyTextGetRevDate1.Name = "RevisionBlock_Text_Date_" & Revision
MyTextGetRevDate1.SetFontSize 0, 0, 1.5
MyTextGetRevDate1.SetFontName 0, 0, "Century Gothic (TrueType)"
MyTextGetRevDate1.AnchorPosition = catMiddleCenter 

Regards,
Jenia Ladkov

RE: Attribute link

(OP)
It's simple title block drawn with lines.How do I input this code?

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources