Legal Notice

Access to this website is entirely voluntary and confers the status of the user on whomsoever enters the site. By accessing this website you accept fully and without limitation or qualification the legal policy set forth in the following General Terms and Conditions. By accessing and using the website, the user acknowledges, understands and agrees that the data and information on products and services and any other data and information contained therein, appear solely and exclusively for informative purposes and that at any moment they may contain errors, inaccuracies or not be up-to-date. Asuni CAD, S.A. (hereinafter referred to as Asuni) reserves the right at any time and without notice to temporarily suspend or permanently cancel access to its website due to the need to carry out maintenance, repair, update or improvement operations. Likewise, Asuni reserves the unilateral right to modify the access conditions to its website and to the contents therein.

Limitation of liability

To the extent permitted by law, Asuni makes no warranty, representation or guarantee that its website or the information, software, materials or programs contained therein will function correctly. Both access to and use of the website and the information, software, materials or products it contains are the exclusive liability of the user. Asuni shall not be liable for any losses or damages whatsoever, either direct or indirect, that may derive from the interruption or lack of continuity of the website, access to it and use of the information therein, or the possible damages that may be caused to the user’s computer system, files or documents stored in this system, as a result of the presence of a virus in the computer the user has used to connect to Asuni’s website, or for the incorrect functioning of the browser or the use of versions of the browser that are out of date.

Intellectual and industrial property

The user promises to use the website and its contents without contravening the current Spanish law or the principle of good faith. Likewise, it is forbidden to use the website for illicit or injurious purposes against Asuni or any third person or in any form that may prejudice or stop the normal functioning of this website. The contents of the website (files, texts, graphs, sound files, images, photographs, etc.) are protected by Spanish laws and international intellectual and industrial copyright agreements. In no case does the supply of contents or access to this website imply the waiver, transmission or total or partial assignment of the said rights, or confer any right whatsoever for the use, modification, exploitation, reproduction, distribution, transformation or public communication on the said contents without prior and express authorization from Asuni. You may view and obtain a personal, non-commercial backup copy of these contents as long as (i) this right is exercised in accordance with the principle of good faith, (ii) in all cases, the contents remain unchanged, (iii) in any possible personal backup copy the “copyright” appears as well as other data identifying Asuni’s rights, and (iv) this copy remains exclusively for the user’s own personal, non-commercial use. © Asuni CAD, S.A., 2022. All rights reserved

Cookie policy

Cookie policy.

Privacy policy

Privacy policy.

User licenses

VisualARQ EULA (End User License Agreement)

By installing, copying, or otherwise using VisualARQ, you agree to be bound by the terms of the following END USER LICENSE AGREEMENT.

If you do not agree to the terms of this END USER LICENSE AGREEMENT, do not install or use VisualARQ; you may, however, return it to your place of purchase for a full refund.

This Asuni CAD End-User License Agreement is a legal agreement between you (either an individual or a single entity) and Asuni CAD for VisualARQ, which includes computer software and may include associated media, printed materials, and ‘online’ or electronic documentation.

Asuni CAD grants you the non-exclusive license to use one copy of the Software as long as you comply with the terms of this END USER LICENSE AGREEMENT.

VisualARQ is owned by Asuni CAD. VisualARQ is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. VisualARQ is licensed, not sold. Therefore, you must treat this Software just like a book or any other copyrighted material (e.g., recordings or film). You may make archival copies of the Software. You may not distribute any portion of the Software or materials accompanying the Software.

No more than one person may use the Software at any one time. You may freely move the Software from one computer or location so long as there is no chance of the Software being used simultaneously at more than one location. Educational, Educational Lab, Not For Resale and Not For Resale Lab licenses are not transferable.

Asuni CAD makes no warranty, including but not limited to any implied warranties of merchantability or fitness for a particular purpose, regarding the Software or accompanying materials. The Software and accompanying materials are provided solely on an as-is basis.

In no event shall Asuni CAD be liable to any special, collateral, incidental, or consequential damages in connection with or arising out of the purchase or use of the Software and accompanying materials.

Both parties expressly renounce any other jurisdiction that might correspond to them and agree to be subject to the Jurisdiction of the Courts of  Barcelona for any questions that could arise from the current agreement.


CSTB IFC-SDK

https://joinup.ec.europa.eu/software/ifc-sdk/home

License

GNU Lesser General Public License (LGPL)

Description

The IFC SDK project provides a Software Development Kit (SDK) for reading and writing a Building Information Model (BIM) defined in Industry Foundation Classes (IFC) format. The first version of the IFC SDK is provided in C++ programming language and is compliant with IFC 2X3 TC1 standard developed by the International Alliance for Interoperability (IAI – BuildingSmart, see: https://www.buildingsmart.com/).

Features

The main features of the IFC SDK project are the following:

  1. reading and writing a BIM model defined in ISO-10303-21 Step Physical File (SPF) ASCII format and compliant with IFC 2X3 TC1 ISO-103030-11 EXPRESS data model;
  2. capabilities of parsing and managing the full entities set of IFC 2X3 TC1 standard;
  3. parsing and managing of EXPRESS INVERSE and DERIVED attributes
  4. managing of BIM in memory
  5. multi-models
Source code

ifc-sdk-1.0.3.11.zip


VLD

https://vld.codeplex.com

License

GNU Lesser General Public License (LGPL)

Project Description:

Visual Leak Detector is a free, robust, open-source memory leak detection system for Visual C++. It’s pretty easy to use. After installing it, you just need to tell Visual C++ where to find the included header and library file. Then it can be used with any C/C++ project simply by adding the following line to your code: #include <vld.h> When you run your program under the Visual Studio debugger, Visual Leak Detector will output a memory leak report at the end of your debugging session. The leak report includes the full call stack showing how any leaked memory blocks were allocated. Double-click on a line in the call stack to jump to that file and line in the editor window. It’s a very effective way to quickly diagnose, and fix, memory leaks in C/C++ applications.