cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
PetteriHeiskari
Booster
since ‎2021-11-04
Thursday

User Statistics

  • 15 Posts
  • 1 Solutions
  • 2 Likes given
  • 5 Likes received

User activity

Hi, so I am having this code: // # AC26 #if PH_ACADUTIL_APIVER>=2700 GSErrCode ph::AcadGetProtData(API_ProtectionInfo& protInfo, GS::UniString* pConfNumber) { protInfo.keySerialNumber = ACAPI_Licensing_GetSerialNumber(); protInfo.protMode = ACAPI_Licensing_GetProtectionMode(...
Hi all, I need to use floor plan grid even if user has 3D window active. So I am using this scenario: // To 2D API_DatabaseInfo rDb; GSErrCode err; memset( &rDb, 0, sizeof(rDb) ); rDb.typeID = APIWind_FloorPlanID; err = ACAPI_Database_ChangeCurrentDatabase(&rDb); // err is 0...
Hello all, so I need to get this nominal height of a profile wall - any ideas? Total height is reported in wall.height Cheers and good coding! Petteri / ArchiFrame-coder
Hi all, my first post here... So ACAPI_Environment( APIEnv_GetDocumentFrom3DSettingsID, ...) crashes with AC26 and AC27 (in AC27 I have tested the native version). Any workaround or estimate when the fix will be? I have made a video to show steps to reproduce here. Thank you...
Likes given
Likes received