Indicates the settings for the margin line offset used in the FLD analysis.
*Margin()Indicates the settings for the margin line offset used in the FLD analysis. |
|||||
*Margin()Indicates the settings for the margin line offset used in the FLD analysis. |
Syntax |
*Margin(value, visibility) |
|
Arguments |
Name |
Description |
value |
The value as a percentage. |
|
visibility |
Turns the visibility on or off. |
|
Example |
*BeginFLD() *BeginStudy("Study 1", "On") *BeginFLC() *Engineering("On") *CurveSource("Math", "0.20 1.00") *EndFLC() *BeginSelection(Part, SelectVisible) *Add("all") *EndSelection() *ResultType("Strain") *Layer("Lower") *LegendType("Zone") *Compression("UseAngle", 45, "On") *Margin(10, "On") *LooseMetal(2, "On") *FitCurve("On") *EndStudy() *EndFLD() |
|
Application |
HyperView. |
|
See also |
|
|