Hello SachinTata and Everyone
Thanks to forum member
I mean,
Change the name of Part & Product that start by Non-Number:
ABC****=Dce***
but this code :
ABC*** => dce***
Pleas help me for Non-Numbers in name
Best Regards
Hello
: Part
Best Regards
I need inset material name in titleblock that Apply to Part.
such as Part name &...
above code for insert parameter name "MATERIAL" that created new parameter and type by user.
Best Regards
Hi
Thank you very much
Your code for Picture are very good and used.
I set material using apply material.
But your code for parameter that created in Part or Product properties.
I want insert name of material that material apply in part or product.
Pls help me
Hi
Very thanks
But no runing!!!!
My file is attach.
Please help me for
1- insert material properties in TB
2- insert company logo in TB
I edit "Drawing_Titleblock_Sample2.CATScript" for material & Logo picture.but don't work...
thread560-347233
Hi
I read post old.
edite surce code :
Set oMaterial = Part.Paramters.GetItem( "Material" ) ' Root Material
Set oTextToLinkMaterial = Texts.GetItem("TitleBlock_Text_Material_1")
oTextToLinkMaterial.InsertVariable 1, Len(oTextToLinkMaterial.Text), oMaterial
But dont work...