HyperWorks Desktop

*CustomFeatureAngle()

Sets a custom feature angle for a part.

*CustomFeatureAngle()

Sets a custom feature angle for a part.

Previous topic Next topic No expanding text in this topic  

*CustomFeatureAngle()

Sets a custom feature angle for a part.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*CustomFeatureAngle(degrees)

Arguments

Name

Description

 

degrees

A floating point number representing the custom feature angle for a part.

Example

*BeginPart(1, "Orphan-Node", "PART", 0)

   *Attribute(Off, IdOff, 9, Opa, Sha,

              NoL, InFit, InCut, InIso)

  *CustomFeatureAngle(32.98)

*EndPart()

Application

HyperView.

Context

*BeginPart()

Comments

This statement can be used to set a custom feature angle for a specific part.

See also

 

*BeginPart()

List of Session Statements