C++
ACDB_PORT Acad::ErrorStatus setEndContinuity( int val, bool isCrossSection = true );
Description
Sets the continuity at the last profile and recreates the surface.
Parameters
| Parameters | Description |
|---|---|
| val | Input new continuity (must be 0, 1, or 2). |
| isCrossSection | Input parameter - if true then continuity at last cross section will be set, otherwise continuity at last guide will be set. |
Returns
eOk if successful.