*Number()
Specifies the number of slices by which the 3D geometry will be divided for Axisymmetry.
Syntax
*Number (count)
Application
HyperView
Inputs
- count
- The number of slices by which the 3D geometry will be divided. The default value is 10.
Context
*BeginAxisymmetry()
Example
*BeginAxisymmetry()
        *BeginSelection(Part, SelectAll, "User_Set", 0)
            *Add("all")
        *EndSelection()
            *Axis("z")
            *Number(10) 
            *TotalAngle(170)
            *Active("Yes")
*EndAxisymmetry()