ACIS

For other uses, see ACIS (disambiguation).
3D ACIS Modeler
Developer(s) Spatial Corporation
Stable release
Version 2017 1.0[1] / July 2016
Operating system Windows 7 (and above), Mac OS X (Apple Computer) and Linux (Red Hat)
Type 3D modeler
License Proprietary software
Website www.spatial.com

The 3D ACIS Modeler (ACIS) is a geometric modeling kernel developed by Spatial Corporation (formerly Spatial Technology), part of Dassault Systemes. ACIS is used by many software developers in industries such as computer-aided design (CAD), computer-aided manufacturing (CAM), computer-aided engineering (CAE), architecture, engineering and construction (AEC), coordinate-measuring machine (CMM), 3D animation, and shipbuilding. ACIS provides software developers and manufacturers the underlying 3D modeling functionality.

ACIS features an open, object-oriented C++ architecture that enables robust, 3D modelling capabilities. ACIS is used to construct applications with hybrid modeling features, since it integrates wireframe model, surface, and solid modeling functionality with both manifold and non-manifold topology, and a rich set of geometric operations.

History

As a geometric kernel, ACIS is a second generation system, coming after the first generation Romulus[2]

There are several versions about what the word ACIS actually stands for, or whether it is an acronym at all. The most popular version is that ACIS stands for Alan, Charles, Ian's System (Alan Grayer, Charles Lang and Ian Braid as part of Three-Space Ltd.), or Alan, Charles, Ian and Spatial (as the system was later on sold to Spatial Technology, now Spatial Corp). However, when asked, the creators of ACIS would simply suggest that its name was derived from Greek mythology (See also Acis).

In 1985 Charles Lang and Ian Braid (creators of Romulus and Romulus-D) formed Three-Space Ltd. (Cambridge, England) which had been retained by Dick Sowar's Spatial Technology (which had been founded by Sowar in 1986) to develop the ACIS solid modeling kernel for Spatial Technology's Strata CAM software. The first version of ACIS was released in 1989 and was quickly licensed by HP for integration into its ME CAD software.

In late 2000, around the time when Spatial was acquired by Dassault Systemes, the ACIS file format changed slightly and was no longer openly published.

Architecture

A software component is a functionally specialized unit of software—a collection of software items (functions, classes, etc.) grouped together to serve some distinct purpose. It serves as a constituent part of a whole software system or product. A product is one or more software components that are assembled together and sold as a package. Components can be arranged in different combinations to form different products.

The ACIS product line is designed using software component technology, which allows an application to use only the components it requires. In some cases, more than one component is available (either from Spatial or third party vendors) for a given purpose, so application developers can use the component that best meets their needs. For example, several rendering components are available from Spatial, and developers use the one that works best for their platform or application.

Supported Platforms and Operating Systems

Platform Operating System Compiler 32-bit 64-bit
Microsoft Windows 7 Visual C++ 2010, Visual C++ 2013, Visual C++ 2013, Visual C++ 2015 Yes Yes
Microsoft Windows 8, Windows 8.1, Windows 10 Visual C++ 2010, Visual C++ 2013, Visual C++ 2013, Visual C++ 2015 No Yes
Red Hat Enterprise Linux, Version 5.0, Enterprise Linux, Version 6.0, Enterprise Linux, Version 7.0 GNU C++ gcc 4.1.2 Yes Yes
Apple OS X 10.7.5, OS X 10.10 Clang version 4.1 compiler 64-bit No Yes

Functionality

ACIS Modeler

ACIS core functionality[3] can be subclassified into three categories, namely:

3D Modelling

3D Model Management

3D Model Visualization

ACIS Modeler Extensions

CGM Polyhedra
CGM Polyhedra is an add-on to the 3D ACIS Modeler combining polyhedral and B-rep modeling. Utilizing the same interfaces that 3D ACIS Modeler users are already familiar with, existing and new customers can integrate approximated polyhedral data to their 3D printing, subtractive manufacturing, analysis, and other workflows.
3D Deformable Modeling
3D Deformable Modeling is an interactive sculpting tool for shaping 3D models. Included as part of Spatial's suite of 3D modeling development technologies, 3D Deformable Modeling uses local and global editing features that allow for the easy creation and manipulation of free-form B-spline and NURBS curves and surfaces.
Advanced Covering
Advanced Covering is a feature of Deformable Modeling that is now available as a standalone add-on for the 3D ACIS Modeler. This single API uses sophisticated algorithms to create high-quality n-sided surfaces that meet user-specified tolerances for position and continuity on boundaries and on optional internal guiding geometry. Advanced Covering allows a surface to be fit onto circuits (collections of edges that form closed loops) in solid or wire bodies, which is useful in consumer product design. Among other uses, Advanced Covering can be used for end-capping, post-translation corrections, and surface definition from curve data.
Defeaturing
Defeaturing automatically identifies and removes small features that CAE analysts typically want to eliminate from the 3D model prior to meshing. Analysts frequently work from the same models that are used for design and manufacture, but these models often carry much more detail than is necessary for simulation or analysis purposes. By removing unnecessary detail, Defeaturing simplifies the model, a process that typically is done manually at significant cost.
CGM HLR
CGM HLR is a hidden line removal (HLR) solution from Spatial based on CATIA V6 technology. CGM HLR is an ACIS-dependent development technology - an ACIS license is required. Though 3D is now the de facto CAD standard in most engineering disciplines, 2D still has a place in industries such as technical illustration, manufacturing, and architecture. Since 3D models are the typical primary output for CAD design, users in these industries require an efficient and accurate method of generating 2D computational drawings directly from the 3D models. Hidden line removal (HLR) is an important aspect of creating an accurate 2D representation from a 3D model. Using HLR, the converted model only displays those parts visible from a given perspective; hidden (or occluded) edges normally included in a 3D model representation are removed, or drawn in a line style that indicates their obscured position.

File format

ACIS saves modeling information to external files which have an open format allowing external applications, even those not based on ACIS, access to the ACIS geometric model. The basic information needed to understand the ACIS file format (focusing on the reading, or restore, operation), includes the structure of the save file format, how data is encapsulated, the types of data written, and subtypes and references.

Save File Types

ACIS supports two kinds of save files, Standard ACIS Text (SAT), and Standard ACIS Binary (SAB). The two formats store identical information, so the term SAT file is generally used to refer to either when no distinction is needed.

In the narrow sense, SAT files are ASCII text files that may be viewed with a simple text editor. A SAT file contains carriage returns, white space and other formatting that makes it readable to the human eye. A SAT file has a .sat file extension.

SAB files cannot be viewed with a simple text editor and are meant for compactness and not for human readability. A SAB file has a .sab file extension. A SAB file uses delimiters between elements and binary tags, without additional formatting.

Structure of the Save File

A save file contains:

Beginning with ACIS Release 6.3, it is required that the product ID and units be populated for the file header before you can save a SAT file.

Version Numbers and ACIS Releases

ACIS is currently being developed by Spatial. They maintain the concept of a current version (release) number in ACIS, as well as a save version number. The save version allows one to create a SAT save file that can be read by a previous version of ACIS.

Beginning with ACIS Release 4.0, the SAT save file format does not change with minor releases, only with major releases. This allows applications that are based upon the same major version of ACIS to exchange data without being concerned about the save version. To provide this interoperability in a simple implementation, ACIS save files have contained a symbol that accurately identified the major version number, but not the minor version. This meant that applications created using the same major version of ACIS would produce compatible save files, regardless of their minor versions. This was accomplished by simply not incrementing the internal minor version number between major versions.

Beginning with Release 7.0, ACIS started again providing accurate major, minor, and point version numbers. Beginning with Release 2016 1.0 in September, 2015, Spatial updated to Semantic Versioning, and now describes versions by the model year and major, minor and point releases within that model year.

To summarize how release numbers and SAT changes are related:

Release Date
2017 1.0 July 2016
2016 1.0 September 2015
R25 July 2014
R24 June 2013
R23 August 2012
R22 July 2011
R21 May 2010
R20 May 2009
R19 July 2008
R18 November 2007
R17 April 2007
R16 January 2006

Adoption

In 2013 the following software uses ACIS as its geometric kernel/engine: AutoCAD, BricsCAD, SpaceClaim[4]

See also

References

  1. "Spatial Releases 2017 1.0, Delivering Technology Enhancements Aimed at Innovation and Industrialization". Dassault Systèmes, Spatial Corp. Retrieved 9 August 2016.
  2. "CAD software history CAD CAM computer aided design 1980 to 1985". Archived from the original on 3 February 2007. Retrieved 2007-03-14.
  3. "ACIS Functionality". Archived from the original on 2007-03-09. Retrieved 2007-03-16.
  4. "SpaceClaim Frequently Asked Questions". SpaceClaim Corporation. Retrieved 17 May 2013.

This article is based on material taken from the Free On-line Dictionary of Computing prior to 1 November 2008 and incorporated under the "relicensing" terms of the GFDL, version 1.3 or later.

External links

This article is issued from Wikipedia - version of the 10/1/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.