Code Monkey home page Code Monkey logo

manicotti's People

Contributors

ian-quinn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

manicotti's Issues

Instruction to first start at pure revit file

Can you please make some instruction for start plugin at pure file?
Bacause i run it, already find some errors, want to push it in your project
For example this
image
if (cadLinkType.IsExternalFileReference())
{
return ModelPathUtils.ConvertModelPathToUserVisiblePath(cadLinkType.GetExternalFileReference().GetAbsolutePath());
}
else
{
String msg = String.Format("Please reload file {0} as link", cadLinkType.Name);
TaskDialog td = new TaskDialog(msg);
td.Show();
return "File is not a link but imported";
};

We can try to work on this project together
I see here is huge work and you have intresting expierence we both can growing if start to work together.

Here is my contact
We can try to talk
t.me/DmitryDronov

Manicotti.dll

Hallo.
Can you please save somewhere file : Manicotti.dll
Bacause i just dont want install visual studio only for this file
Thx

Taskboard

Info & drawing boundary

  • Basic demo for the extrusion of walls and columns (from multiple floorplans linked in DWG).
  • Get information from linked/imported DWG other than the exploded one. Geometry instances are read via RevitAPI while semantic texts are channeled by Teigha. (limited to DWG version 2010 or below)
  • Detailed check on the type of geometry objects. If not shattered lines, explode them. (Line, PolyLine, Arc, Solid, GeometryInstance)
  • Align elements in the floorplan based on plan axes other than the relative position to drawing borders.
  • Cluster DWG information of each level by detecting the drawing border and title block (inside DWG layer "FRAME").
  • Fuzzy detection when there's no border or FRAME layer. Identify the type of drawing. Note that the drawing border may be nested blocks.
  • Robust level identification in case of names like "-2F", "二十层", "25-1F & 25-3F". (Text with largest font size / at certain area)
  • Based on opensource DXF extraction engine netDxf other than Teigha, util the RevitAPI exposing imported CAD text model.
  • Extract text info from block reference / proxy object / text / mtext ...
  • How to solve external reference?
  • Skim out 3D info of CAD
  • Level mark identification to avoid a default setting of floor height
  • Extract info from component details drawings.

Space boundary

  • Detect regions based on intersected stray lines. The split of intersected lines may fail at T-type junction, which has been improved by adding a tiny extension neglectable (by 1%) to the lines.
  • Name spaces by the enclosed text note (Layer "ROOM").
  • Create floors according to wall encasement or Boolean-union regions.
  • Generate wall axes in case of variable thickness. (and wall family type)
  • Join axes that span windows, doors, columns, and variant-thickness wall junctions.
  • Merge overlapping axes while retaining wall types.
  • Align wall axes mesh grid to floorplan axis. Need axes identification.
  • Curtain wall as space boundary
  • Add virtual room boundary when encountered with semi-open space or minor gaps
  • Solve extension gaps
  • Fire zone identification and projection

Instances

  • Insert windows on wall surfaces.
  • Create rectangular column types with any size and deflection.
  • Create a new column family based on closed PolyLine.
  • Create rooms with Name from CAD
  • Recognize door block and door types by their different characteristics
  • Reuse unique shaped column types
  • Create round columns
  • Semantic information injection
  • AI in space function label assignment

Usability

  • Load family mannually
  • Multi-language support (Family or family template name)
  • Error handling
  • Processing bar
  • Pause model checking of Revit

Code improvement

  • Upgrade UI Ribbon with some stacked buttons.
  • Upgrade buttons with customized icons.
  • Add a WPF dataform for user settings.
  • Upgrade the project structure. (Separate Util, Algo, App, Cmd, Execution)
  • Load sources inside the project. May solve the 'System.IO.FileNotFoundException'...
  • UV and XYZ coordinates.
  • Better use of Curve & Line types
  • Nomenclature (FRAME, WALL, COLUMN, SPACE, AXIS...)
  • Avoid multiple open & close of DXF, too many iterations
  • Dump memory immediately

Mission impossible

  • Elevation drawing identification and data fusion
  • CAD to gxXML / IDF for energy modeling

dll loading exception

Hello, I want to thank you for this amazing project.
I have an issue with this line as it can't load the dll file TD_Mgd_3.03_9.

List<Util.TeighaText.CADTextModel> texts = Util.TeighaText.GetCADText(path);

whenever I try to use the code to create openings an exception is thrown.

here is the Exception details

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.