Westok |
Creates a new instance of WestokElongatedWebOpeningStiffenerParams class with stiffener on both the top and the bottom side
Namespace: TSD.API.Remoting.Structure.WebOpenings.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public static WestokElongatedWebOpeningStiffenerParams BothZones( WestokElongatedWebOpeningStiffenerZoneParams? topZoneParams, WestokElongatedWebOpeningStiffenerZoneParams? bottomZoneParams )
Parameters
- topZoneParams WestokElongatedWebOpeningStiffenerZoneParams
- The parameters for creating the stiffener zone on the top side
- bottomZoneParams WestokElongatedWebOpeningStiffenerZoneParams
- The parameters for creating the stiffener zone on the bottom side
Return Value
WestokElongatedWebOpeningStiffenerParamsThe newly created instance of WestokElongatedWebOpeningStiffenerParams class
See Also