OOF2: The Manual

Name

TriSkeleton (TriSkeleton) — A Skeleton of triangular elements.

Synopsis

TriSkeleton(arrangement,left_right_periodicity,top_bottom_periodicity)

Details

  • Base class: SkeletonGeometry
  • Parameters:

    arrangement
    How to arrange triangular elements in a Skeleton Type: An object from the Arrangement enumerated class.
    left_right_periodicity
    Whether or not the skeleton has periodicity in the horizontal direction Type: Boolean, 0 (false) or 1 (true).
    top_bottom_periodicity
    Whether or not the skeleton has periodicity in the vertical direction Type: Boolean, 0 (false) or 1 (true).

Description

TriSkeleton is used as the skeleton_geometry argument of OOF.Skeleton.New, specifying that it is to create a Skeleton with right triangular Elements. The arrangement describes how the hypotenuses of the triangles are to be arranged.