OOF2: The Manual

Name

Straight (StraightCrossSection) — Cross section defined by two points.

Synopsis

StraightCrossSection(start,end)

Details

  • Base class: MeshCrossSection
  • Parameters:

    start
    Starting point. Type: A Point object (eg, Point(1.1, 2.0)).
    end
    Ending point. Type: A Point object (eg, Point(1.1, 2.0)).

Description

A Cross Section which is a straight line, defined by its endpoints.