Libraries
From DocR21
Contents |
Grouping of Libraries
| Libraries | Description |
|---|---|
| ACIS Libraries | Dynamic libraries for ACIS, ACIS add-on's, and their supporting libraries. This does not include components for specific renderers. |
| Scheme Libraries | Static libraries for the Scheme interface (including the Scheme AIDE application). |
MS Windows
On Windows our static, or archive, libraries ship with the .lib extension, for example, intr_scm.lib. As is the Windows convention, our dynamic libraries on Windows ship with both an import library (.lib extension) and a dynamic library (.dll extension), for example, SpaACIS.lib and SpaACIS.dll.
UNIX systems
On UNIX our static libraries ship named as lib<library>.a, for example, libintr_scm.a. Our dynamic libraries ship named as lib<library>.so on all supported UNIX systems.
Macintosh Systems
On Macintosh, like UNIX, our static libraries ship named as lib<library>.a, for example, libintr_scm.a. Our dynamic libraries ship named as lib<library>.dylib, for example, libSpaACIS.dylib.
ACIS Libraries
SpaACIS
SpaACIS contains the following components:
- Advanced Blending Component
- Base Component
- Blending Component
- Booleans Component
- Clearance Component
- Constructors Component
- Covering Component
- Cellular Topology Component
- Faceter Component
- Generic Attributes Component
- Healing Component
- Interactive Hidden Line Removal Component
- Intersectors Component
- Kernel Component
- Laws Component
- Local Operations Component
- Offsetting Component
- Part Management Component
- Rendering Base Component
- Repair Body Intersections Component
- Remove Faces Component
- Shelling Component
- Skinning Component (sometimes called the Advanced Surfacing Component)
- Space Warping Component
- Stitching Component
- Sweeping Component
admhusk
admhusk contains the following components:
- ACIS Deformable Modeling Component
SpaPHLV5
SpaPHLV5 contains the following components:
- Precise Hidden Line Removal V5 Component
SPAdefeature
SPAdefeature contains the following components:
- Defeaturing Component
Scheme Libraries
| Scheme Libraries | ||
|---|---|---|
| Library | Type | Description |
| abl_scm | Static | Advanced Blending Component (abl) advanced_blending_scmext |
| blnd_scm | Static | Blending Component (blnd) blending_scmext |
| bool_scm | Static | Boolean Component (bool) booleans_scmext |
| clr_scm | Static | Clearance Component (clr) clr_scmext |
| covr_scm | Static | Covering Component (covr) covering_scmext |
| cstr_scm | Static | Constructors Component (cstr) constructors_scmext |
| ct_scm | Static | Cellular Topology Component (ct) cellular_topology_scmext |
| dfct_scm | Static | Faceter Component (fct) display_facets_scmext |
| dft_scm | Static | Defeaturing Component (dft) dft_scmext |
| ds_scm | Static | ACIS Deformable Modeling Component (adm) deformable_modeling_scmext |
| edm_scm | Static | Electrical Discharge Machining (edm) edm_scmext |
| eulr_scm | Static | Euler Operations Component (eulr) euler_ops_scmext |
| fct_scm | Static | Faceter Component (fct) faceter_scmext |
| ga_scm | Static | Generic Attributes Component (ga) generic_attributes_scmext |
| ggcm_scm | Static | General Geometric Constraint Manager (ggcm) ggcm_scmext |
| heal_scm | Static | Healing Component (heal) healing_scmext |
| ihl_scm | Static | Interactive Hidden Line Component (ihl) interactive_hidden_line_scmext |
| intr_scm | Static | Intersectors Component (intr) intersectors_scmext |
| kern_scm | Static | Kernel Component (kern) kernel_scmext |
| lop_scm | Static | Local Operations Component (lop) local_ops_scmext |
| ofst_scm | Static | Offsetting Component (ofst) offsetting_scmext |
| oper_scm | Static | Operators Component (oper) operators_scmext |
| phlv5_scm | Static | Precise Hidden Line Removal V5 Component (phlv5) hidden_line_removal_scmext |
| rbi_scm | Static | Repair Body Intersections Component (rbi) rbi_scmext |
| rem_scm | Static | Remove Faces Component (rem) face_removal_scmext |
| rnd_scm | Static | Rendering Base Component (rbase) rendering_scmext |
| sbool_scm | Static | Selective Booleans Component (sbool) sbooleans_scmext |
| shl_scm | Static | Shelling Component (shl) shelling_scmext |
| skin_scm | Static | Advanced Surfacing Component (skin) skinning_scmext |
| sb_scm | Static | Springback Component (sb) spring_back_scmext |
| stch_scm | Static | Stitching Component (stitch) stitching_scmext |
| swp_scm | Static | Sweeping Component (swp) sweeping_scmext |
| warp_scm | Static | Space Warping Component (warp) warp_scmext |
