NXOpen.UF.Curve.AskParameterization

Curve.AskParameterization()

Refer to UF_CURVE_ask_parameterization for documentation.

Signature: AskParameterization(objectArg)

Parameters:objectArg (Tag) – curve or edge for which to return parameterization data
Returns:A Tuple
Return type:A tuple consisting of (paramRange,periodicity)

paramRange(list of float): array into which to return parameter range of the curve

periodicity(int): One of: UF_CURVE_OPEN_CURVE UF_CURVE_CLOSED_PERIODIC_CURVE UF_CURVE_CLOSED_NON_PERIODIC_CURVE

License requirements: None