ACIS

ACIS

Infobox Software
name = 3D ACIS® Modeler

caption =
developer = Spatial Corporation
latest_release_version = Version R19
latest_release_date = July 2008
operating_system = Windows 2000 (and above), AIX (IBM), Solaris (Sun Microsystems), HP-UX (Hewlett-Packard), Mac OS X (Apple Computer) and Linux (Red Hat)
genre = 3D modeler
license = Proprietary software
website = [http://www.spatial.com www.spatial.com]

The 3D ACIS Modeler (ACIS) is a 3D modelling kernel (or engine) owned by Spatial Corporation (formerly Spatial Technology). ACIS is used by many software developers 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.

ACIS can also be used for a 3D CAD file formatting that will allow you to do a FEM on a MRI image.

History

As a geometric kernel, ACIS is second generation system, coming after the first generation Romulus cite web | url=http://www.cadazz.com/| title=CAD software history CAD CAM computer aided design 1980 to 1985 | accessdate=2007-03-14]

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 ben 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 out 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

Functionality

ACIS Modeler

ACIS core functionalitycite web | url=http://www.spatial.com/products/acis.html| title=ACIS Functionality | accessdate=2007-03-16] can be subclassified into three categories, namely:

3D Modelling

* Extrude/revolve/sweep sets of 2D curves into complex surfaces or solids.
* Fillet and chamfer between faces and along edges in surface and solid models.
* Fit surfaces to a closed network of curves.
* Generate patterns of repetitive shapes.
* Hollow solids and thicken surfaces.
* Interactively bend, twist, stretch, and warp combinations of curves, surfaces, and solids.
* Intersect/subtract/unite any combination of curves, surfaces, and solids.
* Loft surfaces to fit a set of profile curves.
* Taper/offset/move surfaces in a model.

3D Model Management

* Attach user-defined data to any level of a model.
* Track geometry and topology changes.
* Calculate mass and volume.
* Model sub-regions of a solid using cellular topology.
* Unlimited undo/redo with independent history streams.

3D Model Visualization

* Tessellate surface geometry into polygonal mesh representation.
* Create advanced surfacing capabilities with the optional Deformable Modeling component.
* Generate precise 2D projections with hidden line removal using optional PHL V5 component.
* Develop graphical applications

ACIS Modeler Extensions

; 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.

; 3D PHL V5: 3D ACIS PHL V5 is a hidden line removal (HLR) solution from Spatial based on CATIA V5 technology. 3D ACIS PHL V5 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). 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:
* a three-line header
* entity records, representing the bulk of the data
* optionally, a begin history data marker
* optionally, old entity records needed for history and rollback
* optionally, an end history data marker
* an end marker

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.

To summarize how release numbers and SAT changes are related:
* Major release: SAT file changes may be made; significant functionality changes likely; may require significant changes to existing applications
* Minor release: No SAT file changes are made; may provide new functionality; may require some minimal changes to existing applications
* Point release: Minor changes only (bug fixes). (Also known as service packs).

See also

*Comparison of CAD Software

References

External links

* [http://www.spatial.com/ Spatial Corporation Homepage]
* [http://forums.spatial.com/ Faces and Facets Spatial's Online Community Forum]
* [http://www.spatial.com/products/acis.html ACIS Modeler Information]
* [http://local.wasp.uwa.edu.au/~pbourke/dataformats/sat/sat.pdf ACIS File Format]
* [https://lists.cs.columbia.edu/cucslists/listinfo/acis-alliance ACIS Alliance]
*cite journal
title = Healing the wounds of data conversion
journal = AEC Magazine
volume = 13
issue = 03
publisher = CAD User
month = March | year = 2000
url = http://www.caduser.com/reviews/reviews.asp?a_id=66


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Acis — (griechisch Akis Ἄκις) und Galatea (gr. Galathea Γαλαθέα ‚die Milchweiße‘) sind Personen aus der griechischen Mythologie, die in Ovids Metamorphosen überliefert sind. Acis ist ein Sohn des Pan und der Nymphe Symäthis und liebt die Nereide Galatea …   Deutsch Wikipedia

  • Acis — ACIS, ĭdis, Gr. Ἄκις, (⇒ Tab. VIII.); des Faunus und der Symäthis, einer Nymphe, Sohn, stund bey der schönen, Nymphe, Galatea, in guter Gewogenheit. Indem aber der Cyklope, Polyphemus, auch sein Auge auf sie hatte, und sie ungefähr einsmals bey… …   Gründliches mythologisches Lexikon

  • ACIS — Fils du dieu italique Faunus et de la nymphe Symaethis. Selon Ovide (IIIe Métamorphose ), Acis aimait la nymphe Galatée, dont il était aimé. Mais le cyclope Polyphème, son rival malheureux, surprit un jour les amants et écrasa Acis sous un rocher …   Encyclopédie Universelle

  • ACIS — Fauni et Simaethidis nymphae fil. pulcherrimus pastor Siculus, quem cum Polyphemus amaret, et ab eo sperneretur, ab eodem saxo illisus periit: cuius Galatea miserta in fluvium (alias fontem) sur nominis permutavit, qui in Aetna monte oriens in… …   Hofmann J. Lexicon universale

  • Acis [1] — Acis, Sohn des Faunus u. der Symäthis, Geliebter der Nereïde Galatea, wurde von dem eifersüchtigen Polyphemus mit einem Felsstück zerschlagen. Galatea verwandelte das Blut des A. in den gleichnamigen Fluß; s. Aci …   Pierer's Universal-Lexikon

  • Acis [2] — Acis, so v.w. Spitzenkäfer, s. u. Feistkäfer …   Pierer's Universal-Lexikon

  • Acis — Acis, s. Akis …   Meyers Großes Konversations-Lexikon

  • Acis — Acis, s. Akis …   Kleines Konversations-Lexikon

  • Acis — Acis,   griechischer Mythos: Akis.   …   Universal-Lexikon

  • Acis — {{Acis}} ⇒ Akis …   Who's who in der antiken Mythologie

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”