Specifies how the heads of tensors will be drawn on a Tensor plot.
*HeadType()Specifies how the heads of tensors will be drawn on a Tensor plot. |
|||||
*HeadType()Specifies how the heads of tensors will be drawn on a Tensor plot. |
Syntax |
*HeadType(type) |
|
Arguments |
Name |
Description |
|
type |
Valid options include: “Arrow” or “None”. "Arrow" indicates that standard arrowheads will be drawn on standard tensors. "None" indicates that no arrowheads will be drawn. |
Example |
*BeginTensor() *ResultType(“Stress”, “Major Mid Minor”) *BeginSelection(Element, SelectVisible, “User_Set”, 0) *Add(“all”) *EndSelection() *Layer(“lower”) *LayerFIlter(0) *ResolvedInSystem(-1) *Format(“Principal”) *HeadType(“None”) *ColorMode(Legend) *Scale(normalize, 1) *DrawValues("Normal", "Off") *DrawPrefix("Normal", "On") *DrawValues("Shear", "Off") *DrawPrefix("Shear", "On") *Font("Times New Roman", "regular", "regular", 10) *TextColor(1) *ShearScale(0.4) *DisplayMode("Regular") *BeginLegend() *LegendType("static") *NumCols(9) *MinMax(-1567.97, 1449.36) *ColorRGB("0 0 200", "21 121 255", "0 199 221", "40 255 185", "57 255 0", "170 255 0", "255 227 0", "255 113 0", "255 0 0") *NoResultColor("192 192 192") *HeaderFont("Arial", 10, "255 255 255", "left", "bottom", "0", "0") *HeaderText("hide", "") *FooterFont("Arial", 10, "255 255 255", "left", "bottom", "0", "0") *FooterText("hide", "") *TitleFont("Arial", 10, "255 255 255", "left", "bottom", "0", "0") *Title("show", 1, "title") *Numbers("show", "scientific", 3) *NumbersFont("Arial", 10, "255 255 255", "left", "center", "0", "0") *ShowMax("show") *ShowMaxLocal("hide") *ShowMin("show") *ShowMinLocal("hide") *EntityLabel("show") *ShowByModel("hide") *LegendPosition("UpperLeft") *BackGroundColor(" 44 85 126") *Transparency("On") *Filter("LINEAR") *EndLegend() *EndTensor() |
|
Application |
HyperView. |
|
Context |
||
Comments |
None. |
|
See also |
|
|