前回、前々回の「Inventor 2014 機能紹介 」に続き、Inventor 2014のAPIについてご紹介させていただきます。 今回は、アセンブリ内における「新しいジョイント機能」用のAPIにおいて、Autodesk Inventor 2014 API Help( admapi_18_0.chm) ファイルに掲載されております「サンプルコード」の更新情報を掲載させていただきます。 "Create rotational assembly connection. API Sample" Public Sub AssemblyJoint() ' アセンブリドキュメントを新規作成 Dim asmDoc As AssemblyDocument Set asmDoc = ThisApplication.Documents.Add(kAssemblyDocumentObject, _ ThisApplication.FileManager.GetTemplateFile(kAssemblyDocumentObject)) Dim asmDef As AssemblyComponentDefin... Read more →