*CustomFeatureAngle()
Sets a custom feature angle for a part.
Syntax
*CustomFeatureAngle (degrees)
Application
HyperView
Inputs
- degrees
 - A floating point number representing the custom feature angle for a part.
 
Context
*BeginPart()
Example
*BeginPart(1, "Orphan-Node", "PART", 0)
    *Attribute(Off, IdOff, 9, Opa, Sha,
               NoL, InFit, InCut, InIso)
    *CustomFeatureAngle(32.98)
*EndPart()
    Comments
This statement can be used to set a custom feature angle for a specific part.