반응형
▷ Code
Dim solid As IpfcSolid
Set solid = oModel
'//get the required simprep from the solid (Assembly/part)
Dim simprep As IpfcSimpRep
Set simprep = solid.GetSimpRep("TEST")
Dim item As pfcls.IpfcModelItem
Set item = simprep
item.SetName ("NEW_TEST")
'VBA, VB.NET For Creo' 카테고리의 다른 글
개발 요청] 이미지 생성 프로그램 #4 (0) | 2024.11.24 |
---|---|
개발 요청] 이미지 생성 프로그램 #3 (0) | 2024.11.21 |
Creo Model Open (0) | 2024.11.19 |
Show the current Working Directory (0) | 2024.11.19 |
모델의 치수를 변경해 보기 (1) | 2024.11.16 |