Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmBlendElem::set Method (const bool, const OdBmCurveLoopPtr &, const OdBmCurveLoopPtr &, OdBmObjectId, double, double)
Syntax
C++
OdResult set(const bool bIsSolid, const OdBmCurveLoopPtr & baseCurveLoop, const OdBmCurveLoopPtr & topCurveLoop, OdBmObjectId sketchPlaneId, double startParam, double endParam);

Creates a new blend element from corresponding base and top curveLoops

Parameters
Description
baseCurveLoop
[in] Input bottom blend section that must be closed. All curves must lie on the same plane
topCurveLoop
[in] Input top blend section that must be closed. All curves must lie on the same plane
sketchPlaneId
[in] Input sketch plane ID for the base curveLoop.
startParam
[in] Start parameter for blend building.
endParam
[in] End parameter for blend building.

If creation was successful returns eOk. In other cases returns appropriate error code.

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