NXOpen.UF.Drf.GetXhatchParms

Drf.GetXhatchParms()

Refer to UF_DRF_get_xhatch_parms for documentation.

Signature: GetXhatchParms(xhatEid)

Parameters:xhatEid (Tag) – Object identifier of the desired crosshatch
Returns:A Tuple
Return type:A tuple consisting of (matName,intParms,realParms,rtc)

matName(list of str): Material name of the crosshatch

intParms(list of int): Integer parameters of the crosshatch. This an array of nine elements (int_parms[9]) [0] = entity site [1] = line density [2] = filled arrowhead control [3] = crosshatch symbol color [4] = section validity flag [5-8] = number of crosshatch lines in each of 4 directions

realParms(list of float): Real parameters of the crosshatch. This is an array of 13 elements (real_parms[13]). [0] = Arrow size [1-4] = Crosshatch distance for each of 4 directions [5-8] = Crosshatch angle for each of 4 directions [9] = Crosshatch tolerance [10] = Arrowhead filled distance [11] = Arrowhead included angle [12] = Dot arrowhead diameter

rtc(int): Return code: 1 = xhat_eid is not a hatch.

License requirements: DRAFTING