*TotalAngle()

Specifies the angle of sweep about the axis for Axisymmetry.

Syntax

*TotalAngle (angle)

Application

HyperView

Inputs

angle
The angle of sweep about the axis. The default value is 170.

Context

*BeginAxisymmetry()

Example

*BeginAxisymmetry()
        *BeginSelection(Part, SelectAll, "User_Set", 0)
            *Add("all")
        *EndSelection()
            *Axis("z")
            *Number(10) 
            *TotalAngle(170)
            *Active("Yes")
*EndAxisymmetry()