VS:Str2Volume: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
 
Line 5: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Convert a string representation of a volume value to a real number.</desc>
Convert a string representation of a volume value to a real number in cubic millimeters.</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Latest revision as of 13:03, 19 March 2019

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Convert a string representation of a volume value to a real number in cubic millimeters.

FUNCTION Str2Volume(
str :STRING) : REAL;
def vs.Str2Volume(str):
    return REAL

Parameters

str STRING The string representation of the angle value.

Version

Availability: from Vectorworks 2014