Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 466 Bytes

File metadata and controls

24 lines (18 loc) · 466 Bytes

Volume2Str

Description

Convert a volume value (in cubic millimeters) from a real number to a string using the current document formatting.

FUNCTION Volume2Str(value : REAL): STRING;
def vs.Volume2Str(value):
    return STRING

Parameters

Name Type Description
value REAL The volume value in cubic millimeters.

Version

Availability: from Vectorworks 2014

Category