Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Part Number

Status
Not open for further replies.

sriram99

Aerospace
Joined
Dec 10, 2012
Messages
35
Location
IN
Hello All,

How I get the part number using macro?
please look the catia tree below

example:

Part Number
XY Plane
YZ plane
ZX plane
Axis System
PartBody

Thanks.

Sriram
 
Code:
Dim sPartNumber as string
sPartNumber = CATIA.ActiveDocument.Product.PartNumber
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top