资讯

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 ...
By David Wolfe (Contributor) 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 ...
By Sajith Subramanian If you wish to change a Property's value on a document having Model States, the workflow via API is the similar to the Inventor UI: Activate the required Model State using ...
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 ...
Question: Why does nothing happen when setting the cropbox of view? What he did is, first create a view and then set its CropBox property ...
By Madhukar Moogala Next Release of AutoCAD API, AutoCAD 2024 + 1 will be planning to support NET Core technology. We have released an alpha on our feedback portal. Note : AutoCAD alphas is targeted ...
By Xiaodong Liang A plug-in type called CommandHandlerPlugin has been introduced in Navisworks 2012. It allows you to create a plug-in with multiple commands, organize them in a custom tab that will ...
By Chandra shekar Gopal 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 ...
By David Wolfe (Contributor) Check here the Part 1 of this series. The first example script is taken from an older Autodesk University class (AU Python PDF). The pdf is available here. Beginning on ...
A customer has a headache to create family instance on wall, he tried several combinations of Document.Create.NewFamilyInstance but got nothing. Here is what he wants, place a light fixture on wall: I ...
By David Wolfe (Contributor) Get start with Part 1, Part 2, Part 3 and Part 4 of this series. Python Script Nozzles in AutoCAD Plant 3D This article will look at creating a nozzle to use in the ...