Logo syde

appCAD API Documentation

Welcome to the appCAD API documentation. This guide provides detailed information about the objects, methods, properties, and events available in the API.

Main Categories

Objects

Objects represent geometric and non-geometric entities in an appCAD drawing:

  • 3DFace
  • 3DMesh
  • 3DPolyline
  • Arc
  • Circle
  • Hatch
  • Object (base)
  • Solid
  • Sphere
  • Text

Methods

Methods are functions that can be called to create, modify, or manipulate objects:

  • Add3DFace
  • Add3Dmesh
  • Add3Dpoly
  • AddArc
  • AddBox
  • AddCircle
  • And many more...

Properties

Properties define the characteristics of objects:

  • Layer
  • Color
  • Linetype
  • And many more...

Events

Events allow you to respond to user actions or system changes:

  • MouseDown
  • MouseMove
  • MouseUp
  • KeyDown
  • KeyUp
  • And many more...

Getting Started

To get started, select a category or a specific object from the navigation menu on the left.