NXOpen.UF.Curve.AskWrapParms

Curve.AskWrapParms()

Refer to UF_CURVE_ask_wrap_parms for documentation.

Signature: AskWrapParms(wrapCurveObject)

Parameters:wrapCurveObject (Tag) – Object Identifier of the wrap or unwrap feature.
Returns:Pointer to a structure to be filled in with the defining information for the input feature. The calling routine must allocate a UF_CURVE_wrap_data_t structure, and pass the pointer into this routine. This routine will fill the structure with allocated data. The calling routine must then call UF_CURVE_free_wrap_parms to free memory allocated to support this structure.
Return type:NXOpen.UF.Curve.WrapData Refer to UF_CURVE_wrap_data_s for documentation.

License requirements: None