Sets a custom feature angle for a part.
*CustomFeatureAngle()Sets a custom feature angle for a part. |
|||||
*CustomFeatureAngle()Sets a custom feature angle for a part. |
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 |
||
Comments |
This statement can be used to set a custom feature angle for a specific part. |
|
See also |
|
|