Civil Engineering and Data Analysis
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