Hi guys,
attachment contains:
Journal measures body(s), component(s) or body(s) and component(s) mass
then create part attribute MASA with relationship to mass expression as string
Please try it and leave comment.
Hi guys,
I measured body with "Analysis > Measure Bodies" and after that appeared new position in "Part Navigator" called Body Measurement.
For different parts "Body.volume" have diffrent expresions (for ex. "p13", "p101", "p45").
Is it possible to automaticly assign parameter value...
Hi guys,
I'm searching for journal solution to export columns from Assembly Navigator to Excel. I want to have this in one button.
I was trying this, but this don't want to work
Public excelApp As Excel.Application
Public excelBook As Excel.Workbook
Public excelSheet As...
I'm writting a VB journal and I need to get list of all parts and subassemblies (with subassemblies parts) in array.
Mayby sth with Public Class AssemblyManager?
Any help?
hi,
i'm trying (with no success) to get user name by journal(vb) and put it in part attributes
i figure out how to change part attributes (it's sth like this)
theSession.Parts.Work.SetAttribute("AUTHOR", user_name)
but how i can get user name?
Hi,
I'm using legendary :) Cowski journal (attached). Excelent job btw.
I have question how to add solution which i find useful:
when I export pdf file, but pdf file with that name exist, it should change file name to pdf_file_name(today_date).pdf, and then write pdf_file_name.pdf .
Any ideas ?