Creates a swept surface by sweeping a specified curve, region, or planar surface along a specified path curve.
Parameters
Parameters
Description
pSweepEnt
[in] A pointer to the curve, region, or planar surface to be swept.
pPathEnt
[in] A pointer to the curve entity that specifies the sweeping path along which a specified entity should to be swept.
sweepOptions
[in] Additional sweep options.
Returns
Returns eOk if a surface was successfully created or eFail for other modelers. If specified sweep information is not valid, returns eInvalidInput. Returns eFail if the surface cannot be created.
Remarks
Additional parameters, such as a draft angle, can be set through the sweepOptions parameter.