Share

AcDbLoftedSurface::endMagnitude Method

C++

ACDB_PORT double endMagnitude(
    bool isCrossSection = true
) const;

Description

Returns the magnitude of the surface takeoff vector at the last profile.

Parameters

Parameters Description
isCrossSection Input parameter - if true then magnitude at last cross section will be returned, otherwise magnitude at last guide will be returned.

Returns

Magnitude of the surface takeoff vector at the first profile.

Links

AcDbLoftedSurface

Was this information helpful?