Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

AxisSet count: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg van (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
{{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 08: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