Create_RectPatch
Purpose
generate corner coordinates of rectangular patch for given reference point
Synopsis
yz = Create_RectPatch (ty,tz,sy,sz)
Description
CREATE_RECTPATCH generate corner coordinates of rectangular patch for given reference point YZ = CREATE_RECTPATCH (TY,TZ,SY,SZ) the function generates the corner coordinates of a rectangular patch TY x TZ, where TY is the dimension in Y and TZ is the dimension in Z, with respect to a reference point at a distance SY in Y and SZ in Z from the centroid of the patch; the function returns the corner coordinates in the 1x4 array YZ = [Y1 Z1 Y2 Z2] where 1 refers to the upper left corner and 2 to the lower right corner of the rectangular patch Section coordinate system: ^ y | ----+---- | | | | | | z <---+---+ | | | | | ---------
Cross-Reference Information
This function calls:
- 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_IPMesh4WFShape coordinates, weights and material IDs for wide flange section
- Create_ISecOutline generate geometry outline for I-section
- Create_LSecOutline generate geometry outline for L-section
- Create_RectShape generate geometry outline and assign material properties for rectangle
- 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