Part Measures

The methods described below are used to compute volumes and areas.

smartVolume(elem: Solid, ...): Volume

Returns the volume of a solid.

Example

Total_Volume= smartVolume(PartBody)

Total_Volume= smartVolume(PartBody\Pad.1)

Both formulas return the same result since smartVolume does not compute the volume of each pad contained in a PartBody but the total volume.

smartWetarea(elem: Solid, ...) : Area

Returns the wet area of a solid.

Example

Total_Area=smartWetarea(PartBody\Pad.1)

Important:

smartVolume and smartWetarea refer to intermediate states of a solid. smartVolume does not compute the volume of each pad contained in a PartBody but the total volume.

Note that this applies also to smartWetarea (the total wet area is computed).