Creates a swept object by sweeping a face along the specified path.
Parameters
Parameters
Description
pSweepEnt
[in] Pointer to the face entity for sweeping.
pPathEnt
[in] Pointer to the curve entity that determines the path to sweep along.
sweepOptions
[in] Sweep options.
isSolid
[in] Boolean flag that indicates that this ModelerGeometry object is solid.
bHistoryEnabled
[in] Boolean flag that indicates whether history recording is enabled.
Returns
eOk if successful or an appropriate error code otherwise.
Remarks
To set optional sweep parameters (for example, draft angle) use the sweepOptions parameter. The default value for the alignment option of OdDbSweepOptions (returned by the align() method) is kNoAlignment. Set it to kAlignSweepEntityToPath before calling this method.