Create an AcBrBrep object, and initialize it with the set() function, using an AcDbFullSubentPath that was previously set using kNullSubentId and the owning AutoCAD object ID. Create an AcBrBrepFaceTraverser to gain access to the faces of the entire solid, and initialize with setBrep(). For each position of the traverser's topological adjacency list (using repeated calls to the next() function), getFace() provides an AcBrFace that can be used to access the geometry. Other traversers provide access to hierarchically lower topological objects and their associated geometry.
- Customization and Administration Guides
- DXF Reference
- AutoLISP and DCL
- ActiveX and VBA
- ObjectARX and Managed .NET
- ObjectARX: Developer's Guide
- ObjectARX Introductory Concepts
- Basic Interaction with AutoCAD
- Custom Objects
- Advanced Topics
- ObjectARX Graphics, Geometry, and Boundary Representation Libraries
- The Graphics Interface Library
- Visualization
- Using the Geometry Library
- Using the Boundary Representation Library
- Overview of the AcBr Library
- Domain
- AcBr Limitations
- Class Hierarchy
- Topological Objects
- AcBr Class Descriptions
- Enumerated Types
- Building an Application
- Using COM for ObjectARX Development
- ObjectARX: Reference Guide
- ObjectARX: Managed .NET Developer's Guide
- ObjectARX: Managed .NET Reference Guide
- ObjectARX: Interoperability Guide
- ObjectARX: Migration Guide
- ObjectARX: Release Notes
- ObjectARX: Developer's Guide
- JavaScript
- AutoCAD Core Console