CrossSectionSlotDecorator Constructor |
Name | Description | |
---|---|---|
![]() | CrossSectionSlotDecorator(ICrossSection) |
Construct a new ICrossSection slot decorator with no bottom and top slot defined.
Use one ore more of SetBottomSlot(ISlot, Double), SetTopSlot(ITopSlot, Double),
SetBottomSlot(BottomSlotType, Double), SetTopSlot(TopSlotType, Double)
to add slot functionality.
|
![]() | CrossSectionSlotDecorator(BottomSlotType, Double, TopSlotType, Double, ICrossSection) |
Construct a new ICrossSection slot decorator with predefined bottom and top slot types.
|