Interface ILcdEditableExtrudedShape

All Superinterfaces:
Cloneable, ILcdBounded, ILcdCloneable, ILcdExtrudedShape, ILcdShape, Serializable
All Known Implementing Classes:
TLcdAIXM51AirspaceVolume, TLcdExtrudedShape

public interface ILcdEditableExtrudedShape extends ILcdExtrudedShape
This interface represents extruded shapes whose base shape and Z values can be changed.
  • Method Details

    • setBaseShape

      void setBaseShape(ILcdShape aBaseShape)
      Sets the base shape that is extruded.
      Parameters:
      aBaseShape - the base shape that is extruded.
    • setMinimumZ

      void setMinimumZ(double aMinimumZ)
      Sets the minimum Z value.
      Parameters:
      aMinimumZ - the minimum Z value.
    • setMaximumZ

      void setMaximumZ(double aMaximumZ)
      Sets the maximum Z value.
      Parameters:
      aMaximumZ - the maximum Z value.