Sector |
Creates a new instance of SectorGridParams class with both directions
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
public static SectorGridParams Create( IEnumerable<EntityInfo>? planes, SectorGridParamsRadialExtents radialExtents, SectorGridParamsAngularExtents angularExtents )
Parameters
- planes IEnumerableEntityInfo
- The planes this grid applies to
- radialExtents SectorGridParamsRadialExtents
- The SectorGridParamsRadialExtents
- angularExtents SectorGridParamsAngularExtents
- The SectorGridParamsAngularExtents
Return Value
SectorGridParamsThe newly created instance of SectorGridParams class
See Also