NXOpen.UF.Modl.AskSweepDirection

Modl.AskSweepDirection()

Refer to UF_MODL_ask_sweep_direction for documentation.

Signature: AskSweepDirection(featureId)

Parameters:featureId (Tag) – The feature ID
Returns:A Tuple
Return type:A tuple consisting of (pos,dir)

pos(list of float): The axis point for a revolve feature. Not used for an extrude feature. This must be declared as double pos[3].

dir(list of float): The axis direction for a revolve feature. For an extrude feature the extruded direction. This must be declared as double dir[3].

License requirements: None