NXOpen.UF.Drf.AskArrowData

Drf.AskArrowData()

Refer to UF_DRF_ask_arrow_data for documentation.

Signature: AskArrowData(dataBlock)

Parameters:dataBlock (list of int) – Only the following array elements are used: [0] = drafting object identifier [4] = record instance - If a label had 4 leaders, it would then have 4 arrows thus possible record instance values of 1, 2, 3 and 4.
Returns:A Tuple
Return type:A tuple consisting of (arrowType,filled,origin,arrowAngle,includeAngle,arrowHeight,arrowLength)

arrowType(int): 1 = Closed Arrow 2 = Open Arrow 3 = Arch Cross 4 = Dot 5 = Origin symbol 6 = None

filled(int): The arrow head is either filled or open: 0 = open 1 = filled

origin(list of float): The x and y coordinates of the arrowhead: [0] = x-coordinate [1] = y-coordinat e

arrowAngle(float): The angle of the arrow line (degrees)

includeAngle(float): The arrowhead included angle (degrees)

arrowHeight(float): The height of the arrowhead. If the arrowhead type is 4 (dot), then this is the diameter of the dot.

arrowLength(float): The length of the arrowhead

License requirements: None