Class SiStrip

All Implemented Interfaces:
Component, Transformable, Showable

public class SiStrip extends RectangularComponent
A silicon strip.

This class is an alias of RectangularComponent.

Author:
jnhankins
  • Constructor Details Link icon

    • SiStrip Link icon

      public SiStrip(int componentId, Point3D p0, Point3D p1, Point3D p2, Point3D p3, Point3D p4, Point3D p5, Point3D p6, Point3D p7)
      Constructs a new SiStrip from the given points.

      The line will be from the middle of the bottom face to the middle of the top face. The midpoint will be at the midpoint of the line. The direction vector will parallel the line.

      Parameters:
      componentId - the id of the component
      p0 - 1st point of the bottom face
      p1 - 2nd point of the bottom face
      p2 - 3rd point of the bottom face
      p3 - 4th point of the bottom face
      p4 - 1st point of the top face
      p5 - 2nd point of the top face
      p6 - 3rd point of the top face
      p7 - 4th point of the top face
  • Method Details Link icon