*Axis()
Specifies the axis of Axisymmetry for the model.
Syntax
*Axis (index)
Application
HyperView
Inputs
- index
- The index of the axis.
Example
*BeginAxisymmetry()
        *BeginSelection(Part, SelectAll, "User_Set", 0)
            *Add("all")
        *EndSelection()
            *Axis("z")
            *Number(10) 
            *TotalAngle(170)
            *Active("Yes")
*EndAxisymmetry()Context
*BeginAxisymmetry()