NXOpen.UF.Curve.CreateShadowCurves

Curve.CreateShadowCurves()

Refer to UF_CURVE_create_shadow_curves for documentation.

Signature: CreateShadowCurves(solidCount, solidArray, viewTag)

Parameters:
  • solidCount (int) – Number of solid bodies to shadow
  • solidArray (list of Tag) – Array of solid_body tags
  • viewTag (Tag) – Tag of view for shadow
Returns:

A Tuple

Return type:

A tuple consisting of (shadowCurveCount,shadowCurves)

shadowCurveCount(int): Number of curves created

shadowCurves(list of Tag): Array of curve tags. This must be freed by the caller.

License requirements: SOLIDS MODELING or DRAFTING