Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete JSON api #11

Open
17 of 58 tasks
thekaushikls opened this issue Aug 19, 2022 · 0 comments
Open
17 of 58 tasks

Complete JSON api #11

thekaushikls opened this issue Aug 19, 2022 · 0 comments
Assignees
Labels
archicad Related to ArchiCAD python Related to Python
Milestone

Comments

@thekaushikls
Copy link
Member

thekaushikls commented Aug 19, 2022

Add missing features / end-points from archicad JSON api.

Status

  • AddOn Commands
    • ExecuteAddOnCommand
    • IsAddOnCommandAvailable
  • Attribute Commands
    • GetActivePenTables
    • GetAttributesByType
    • GetBuildingMaterialAttributes
    • GetCompositeAttributes
    • GetFillAttributes
    • GetLayerAttributes
    • GetLayerCombinationAttributes
    • GetLineAttributes
    • GetPenTableAttributes
    • GetProfileAttributes
    • GetProfileAttributePreview
    • GetSurfaceAttributes
    • GetZoneCategoryAttributes
  • Basic Commands
    • IsAlive
    • GetProductInfo
  • Element Listing Commands
    • GetAllElements
    • GetElementsByType
    • GetElementsByClassification
  • Classification Commands
    • GetAllClassificationSystems
    • GetAllClassificationsInSystem
    • GetDetailsOfClassificationItems
    • GetClassificationOfElements
    • SetClassificationOfElements
  • Property Commands
    • GetPropertyIds
    • GetAllPropertyNames
    • GetDetailsOfProperties
    • GetPropertyValuesOfElements
    • SetPropertyValueOfElements
  • Navigator Tree Commands
    • GetPublisherSetName
    • GetNavigatorItemTree
    • DeleteNavigatorItems
    • RenameNavigatorItem
    • MoveNavigatorItem
  • View Map Commands
    • CloneProjectMapItemToViewMap
    • CreateViewMapFolder
  • Layout Book Commands
    • CreateLayoutSubset
    • CreateLayout
    • GetLayoutSettings
    • SetLayoutSettings
  • Element Geometry Commands
    • Get2DBoundingBoxes
    • Get3DBoundingBoxes
  • Element Relation Commands
    • GetElementsRelatedToZones
  • Component Commands
    • GetComponentsOfElements
    • GetPropertyValuesOfElementComponents
@thekaushikls thekaushikls added archicad Related to ArchiCAD python Related to Python labels Aug 19, 2022
@thekaushikls thekaushikls added this to the v1.0.1 milestone Aug 19, 2022
@thekaushikls thekaushikls transferred this issue from ENZYME-APD/archicad-api-dev Oct 27, 2022
@thekaushikls thekaushikls self-assigned this Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
archicad Related to ArchiCAD python Related to Python
Projects
Status: 🏗️ In-Progress
Development

No branches or pull requests

1 participant