NXOpen.UF.Weight.EstabCompProps1

Weight.EstabCompProps1()

Refer to UF_WEIGHT_estab_comp_props1 for documentation.

Signature: EstabCompProps1(component, accuracy, recurse, units)

Parameters:
  • component (Tag) – The component whose properties are to be calculated.
  • accuracy (float) – The accuracy to which the component’s properties are to be calculated.
  • recurse (bool) – True if the properties are to include the component’s child components, false otherwise.
  • units (NXOpen.UF.Weight.UnitsType Refer to UF_WEIGHT_units_type_e for documentation.) – The units in which the properties are to be returned.
Returns:

A Tuple

Return type:

A tuple consisting of (properties,exceptions)

properties(`NXOpen.UF.Weight.Properties Refer to UF_WEIGHT_properties_s for documentation.`): The established properties of the component.

exceptions(list of ``NXOpen.UF.Weight.Exceptions` Refer to UF_WEIGHT_exceptions_s for documentation.`): Any exceptions encountered during the calculation. This structure must be freed by calling UF_WEIGHT_free_exceptions

License requirements: ADVANCED ASSEMBLIES