资讯

Here’s a draft White Paper for the Autodesk Autoloader, please feel free to comment but before you do please consider these points: 1) The Autoloader is designed to ...
Model States were introduced in Inventor 2022. While product documentation covers the basics well, our ADN team has offered extensive support for developers transitioning to this feature. With ...
If you set the properties of the ellipse in the below manner, it won't work because the Center cannot be set for a curve that still does not have its start and end point defined. myEllipse.RadiusRatio ...
This article will look at creating a nozzle to use in the nozzles catalog which AutoCAD Plant 3D equipment loads when putting nozzles on equipment. First we have the includes, this script the includes ...
In this series of posts, we will cover developing custom python scripts for AutoCAD Plant 3D. Along with learning about the development environment, we will cover troubleshooting, template scripts, ...
These digits like E000:409 are a ProductID (E000) and a LocaleID (409). The ProductID structure is a 4-digit value. However, prior to AutoCAD 2006, the ProductID structure was only 3-digits with a ...
The most interesting part of this script, other than the geometry, is the metadata. Note that the group defines where the script shows up in the spec editor. The tooltips show when the dimensions are ...
iProperty is a set of attributes for each Inventor file such as part number, description and physical material. You can also create custom iProperties. From each document you can access its associated ...
API の目的を反映する目的で、従来、Premium Reporting API と呼んでいた名称を Business Success Plan Reporting API に変更しました。 Business Success Plan Reporting API(旧名 Premium Reporting API)は、従来通り、Premium ...
Fenton has been a member of the Autodesk DevTech team since 2000. Originally a member of the EMEA Team, he recently relocated to California to work for DevTech Americas. Fenton is an expert in all the ...
In this post we looked at using graphics functions provided by AutoCAD API to show temporary graphics. In this post we will look at using the transient graphics API to draw temporary graphics. This ...
It is possible to use functionalities from custom dlls in your iLogic rules, you just need to declare the AddReference “adn.dll” (replaced by the name of your dll obviously) at the top of your rule.