ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
MSMarkus Schaerer03/10/2024

In the function InsertHelix C++ API is the input startAngle not working is always 0.

SW2024 C++ API.

My Inputs:

hres = pModel->InsertHelix(VARIANT_TRUE, VARIANT_FALSE, VARIANT_FALSE, VARIANT_TRUE,
                   swHelixDefinedBy_e::swHelixDefinedByHeightAndPitch, bres / 1000.0, fabs(pz) / 1000.0, 0, 0,
                   1.5708);

The latest parameter is 0 in SolidWorks.