Difference between revisions of "AxisSet count"

From Catglobe Wiki
Jump to: navigation, search
 
Line 1: Line 1:
[[Category:Axis set modifying CGScript functions]]
+
{{HelpFiles}}  
{{HelpFiles}}
 
  
====AxisSet_count====
+
==== AxisSet_count ====
  
Returns the number of axes in the axis-set.
+
Returns the number of axes in the axis-set.  
  
'''Syntax'''
+
'''Syntax'''  
  
AxisSet_count()
+
AxisSet_count()  
  
'''Arguments'''
+
'''Arguments'''  
  
None
+
None  
  
'''Return type'''
+
'''Return type'''  
  
number
+
number  
  
'''Examples'''
+
'''Examples'''  
  
number n = AxisSet_count();
+
''number n = AxisSet_count();''
  
'''Availability'''
+
''print(n); //Returns the number of axes in the axis-set.''
  
Version 5.5
+
'''Availability'''
__NOTOC__
+
 
<!-- imported from file: 5250.htm-->
+
Version 5.5 __NOTOC__ <!-- imported from file: 5250.htm-->  
 +
 
 +
[[Category:Axis_set_modifying_CGScript_functions]]

Latest revision as of 10:53, 23 December 2011



AxisSet_count

Returns the number of axes in the axis-set.

Syntax

AxisSet_count()

Arguments

None

Return type

number

Examples

number n = AxisSet_count();

print(n); //Returns the number of axes in the axis-set.

Availability

Version 5.5