Skip to content

Rebar marking and scheduling entities and commands for AutoCAD.

Notifications You must be signed in to change notification settings

tevfikoguz/RebarPos

 
 

Repository files navigation

Rebar marking and scheduling entities and commands for AutoCAD 2010 and above.

Developer Setup

Download and install ObjectARX SDK files under "C:\Autodesk" so that you have:

  • C:\Autodesk\ObjectARX 2018
  • C:\Autodesk\ObjectARX 2017

Recent SDK Downloads: http://www.objectarx.com/

Install the corresponding build tools:

  • Visual Studio 2015 (v140) for AutoCAD 2017 and 2018

Install corresponding boost libraries: http://www.boost.org/

Boost is assumed to be located C:\Boost. So that the include path is C:\Boost\boost and library paths are:

  • C:\Boost\lib64-msvc-14.0 for Visual Studio 2015

Application Compatibility

Following list defines compatibility between different AutoCAD API versions. See also: AutoCAD 2018 online help

AutoCAD Release Release Number Supported .NET SDK .NET Framework Toolset
AutoCAD 2018 22.0 AutoCAD 2018 4.6 VS 2015 (v140)
AutoCAD 2017 21.0 AutoCAD 2017 4.6 VS 2015 (v140)

About

Rebar marking and scheduling entities and commands for AutoCAD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.0%
  • C# 40.9%
  • Other 1.1%