Plot_SectionGeometry
Purpose
plots cross section geometry in current window
Synopsis
Plot_SectionGeometry (SecData,PlotOpt)
Description
PLOT_SECTIONGEOMETRY plots cross section geometry in current window
  PLOT_SECTIONGEOMETRY(SECDATA,PLOTOPT)
  the function plots the geometry of the cross section in SECDATA in the current window
  PLOTOPT is a structure with the following fields:
  PLOTOPT.IPDsp : true or false for displaying the location of integration points
         .FibDsp: true or false for displaying the fiber (section discretization) outline
         .BarDsp: true or false for displaying the reinforcing bars, if present
         .AxsDsp: true or false for displaying the section reference axes
Cross-Reference Information
This function calls:
- Draw_Arrow draws 2d or 3d arrow
 - Draw_AxisCross draw cross through the axes origin of the x-y data
 - FontProp4PlotSection set up font attributes for section plot
 - LineProp4PlotSection set up graphic attributes for line elements of section plot
 - Plot_Mesh4Circ plots mesh for a circular disc or annulus in current window
 - Plot_Mesh4MultRectShape plot the mesh for section of several rectangular patches
 - Create_BoxOutline generate geometry outline for box section
 - Create_BoxwOvhOutline generate geometry outline for box section
 - Create_CSecOutline generate geometry outline for C-section
 - Create_IPMesh4Circ integration point coordinates, weights and material IDs for circular disc or annulus
 - Create_IPMesh4MultRectShape fiber discretization for section of several rectangular patches
 - Create_ISecOutline generate geometry outline for I-section
 - Create_LSecOutline generate geometry outline for L-section
 - Create_RectOutline generate geometry outline for rectangular section
 - Create_RectwCovOutline generate geometry outline for rectangular section with cover
 - Create_SSecOutline generate geometry outline for C-section
 - Create_TSecOutline generate geometry outline for T-section