Class PoEllipticProfile

All Implemented Interfaces:
SafeDisposable

public class PoEllipticProfile extends PoProfile
Node that defines an elliptic profile. This node defines the current elliptic profile for all subsequent MeshViz representations inhering from PoChart.

File format/default:

PoEllipticProfile {

    xRadius 2.0
    yRadius 1.0
}
  • Field Details

    • xRadius

      public final SoSFFloat xRadius
      x radius of the ellipse defining the profile.
    • yRadius

      public final SoSFFloat yRadius
      y radius of the ellipse defining the profile.
  • Constructor Details

    • PoEllipticProfile

      public PoEllipticProfile()
      Constructor.