Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmFCF::addSurfIndLeader Method
Syntax
C++
Acm::ErrorStatus addSurfIndLeader(const OdGePoint3dArray& ptrArray);

Appends a surface indication leader to the primary leader of the feature control frame. 

 

Parameters
Description
ptrArray
[in] The point array that specifies the points of the surface indication leader.

Acm::eOK if the surface indication leader is added successfully.

  • Acm::eNotSupported if the feature control frame does not support a surface indication leader.
  • An appropriate error code otherwise.

If the primary leader does not exist and the array passed as a parameter contains three points, a primary leader is also appended to the feature control frame.

Copyright © 2002-2022. Open Design Alliance All rights reserved.