분류 전체보기1468 VB API Fundamentals -- VBA 예제 (8) Feature Number LIST 보호되어 있는 글 입니다. 2020. 12. 28. 5단계로 정적 구조 해석 분석 실행 보호되어 있는 글 입니다. 2020. 12. 27. JPEG 파일 저장하기 보호되어 있는 글 입니다. 2020. 12. 27. VB API Fundamentals -- VBA 예제 (8) Window 파일 리스트 보호되어 있는 글 입니다. 2020. 12. 26. 모든 치수 이름과 값 표시하기 보호되어 있는 글 입니다. 2020. 12. 25. VB API Fundamentals - Feature LIST Feature LIST VBA Excel Program Part 파일의 모든 Feature들의 타입 이름을 List로 만들어 주는 프로그램. frature 번호, 타입, 상태를 알수 있다. A program that makes the type names of all the features in the part file into a list. The fracture number, type, and condition are known. Source code Sub feature_Nanme() Dim asynconn As New pfcls.CCpfcAsyncConnection Dim conn As pfcls.IpfcAsyncConnection Dim session As pfcls.IpfcBaseSession .. 2020. 12. 23. Class 와 객체 (object) 개체지향프로그래밍 (Object-oriented programming) 모든 데이터를 object로 취급하며, 이 object에는 class의 개념이 있어서 상, 하위의 관계가 있 다. class의 구체적인 예가 instance이다. object 사이는 메시지의 송신으로 상호 통신한다. 가장 특 징적인 것은 각 class에 그 메시지를 처리하기 위한 방식이 있다는 것이다. 어떤 instance에 메시 지가 도달하면 그 상위 class가 그것을 처리한다. 현재 개체지향개념은 프레임 표현형식과 융합하 여 인공지능을 위한 소프트웨어 기법의 하나로 되어 있다. 개체지향 프로그램은 C, Pascal, BASIC 등과 같은 절차형 언어(procedure-oriented programming) 가 크고 복잡한 프로그.. 2020. 12. 22. VB API Fundamentals -- VBA 예제 (1) Session 파일 LIST 보호되어 있는 글 입니다. 2020. 12. 20. 파일에서 Dimension 값 가져오는 프로그램 Part의 치수값 가져오기. 어셈블의 치수 값 가져오기. 아래와 같은 구조의 객체 변수들을 사용한다. 모델 ▶ 솔리드 ▶ 모델 아이뎀 ▶ Dimension 순서로 이름 및 값을 가져 올수 있다. ▶ Interface IpfcModel 이 클래스는 현재 세션에있는 모델에 대한 정보를 지정합니다. ▶ Interface ipfcsolid 이 클래스는 솔리드를 정의합니다. ▶ Interface IpfcModelItemOwner 모델 항목이 연결된 개체의 기본 클래스입니다. ▶ Interface IpfcBaseDimension 이 클래스는 Dimension 또는 참조 Dimension이 될 수있는 기본 Dimension을 정의합니다. 치수 이름이 "KOREA1"이 있으면 엑셀 파일에 치수 값을 표시하고, 없으면 .. 2020. 12. 18. VB API Fundamentals -- VBA 예제 (5) Active 파일 보여주기 보호되어 있는 글 입니다. 2020. 12. 18. VB API Fundamentals -- VBA 예제 (4) File Open This is the code to open a model with the Creo file name in the current working folder.Option ExplicitDim asynconn As New pfcls.CCpfcAsyncConnectionDim conn As pfcls.IpfcAsyncConnectionDim oBaseSession As pfcls.IpfcBaseSessionDim oModel As pfcls.IpfcModelDim ws as WorksheetDim oModelDescriptorCreate As New CCpfcModelDescriptorDim oModelDescriptor As IpfcModelDescriptorDim oSession As IpfcSession.. 2020. 12. 16. VB API Fundamentals -- VBA 예제 (3) PART-LIST 보호되어 있는 글 입니다. 2020. 12. 14. 이전 1 ··· 117 118 119 120 121 122 123 다음 반응형