IUnits

class IUnits

Bases: ImpactCOMWrapperBase

Description:

Allows the user to set the current units for angles and distances.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property angle_format

Gets angle_format.

Description:

Sets and gets the current angle format.

Returns:

The value of angle_format.

Return type:

angle_format (ipAngleFormat)

property distance_format

Gets distance_format.

Description:

Sets and gets the current distance format.

Returns:

The value of distance_format.

Return type:

distance_format (ipDistanceFormat)

Examples:

property weight_format

Gets weight_format.

Description:

Sets and gets the current weight format.

Returns:

The value of weight_format.

Return type:

weight_format (ipWeightFormat)