Civil Engineering and Data Analysis
01. "Hello world" message in AutoCAD editor Example 01. "Hello world" message in AutoCAD editor Example
01.Start up with the Environment Language: C# IDE: VS2019 CAD: 2019 The relationship between CAD edition and product c
2020-08-22
My route on AutoCAD .NET Developer's tools My route on AutoCAD .NET Developer's tools
I have applied AutoCAD .NetAPI for writing some tools in the recent several month, but I still have not understand it so
2020-08-15
Civil3d Ribbon Demo (Automate the repetitive tasks) Civil3d Ribbon Demo (Automate the repetitive tasks)
Recently I create a custom #Civil3D ribbon menu with #.NET API for the script I wrote. Now it is easier to use and can s
2020-06-22
FilterType[] in dotNetAPI FilterType[] in dotNetAPI
This one is just to make a record for the passage in the Reference. The content and code are all from this passage. Aim
2020-06-18
Move the selected objects to the current layer Move the selected objects to the current layer
Build a FilterType[] to select public enum FilterType { Curve, Dimension, Polyline, BlockRef, Circle, Line,
2020-06-17
Prompt to Select one type of object in .NetAPI(Ironpython) Prompt to Select one type of object in .NetAPI(Ironpython)
Function def PromptForEntity( prompt, filetype): global adoc global ed options = PromptEntityOptions("%s"%prompt)
2020-06-16
Set Viewport in AutoCad .Net API Set Viewport in AutoCad .Net API
with adoc.LockDocument(): with adoc.Database as db: with db.TransactionManager.StartTransaction() as t: bt
2020-06-15
How to autoload *.dll in AutoCAD How to autoload *.dll in AutoCAD
Enter the folder First step is to create a bundle folder in “%ProgramData%/Autodesk/ApplicationPlugins”. the bundle fol
2020-06-01
Objects selection by Ironpython(.NET API in Civil3D) in Dynamo Objects selection by Ironpython(.NET API in Civil3D) in Dynamo
Several ways to select objects According to the type as the result below. Based on TypeName: output = [] adoc = Appli
2020-05-15
Add boundary Line to Surface by using API Add boundary Line to Surface by using API
Today, I saw a post from Dynamo forum that mentioned how to add boundaryline to the surface. Just make a note for future
2020-05-13
2 / 4