C++
ACDB_PORT void getCrossSections( AcArray<AcDbLoftProfile*>& crossSections ) const;
Description
Returns a list of the cross section profiles that were used to create the surface.
The returned objects contain the cross section entity and edge data if the profile is for an edge or set of edges, and also contains the continuity and takeoff vector magnitude for the first and last profiles.
The caller is responsible for deleting all pointers in the output list.
Parameters
| Parameters | Description |
|---|---|
| crossSections | Output list of cross section profiles. |
Returns
Cross section profile. The caller is responsible for deleting the returned pointer.