Sector |
Creates a new instance of SectorGridParams class for grid with radial lines only
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 WithRadialLines( IEnumerable<EntityInfo>? planes, SectorGridParamsAngularExtents angularExtents, double length )
Parameters
- planes IEnumerableEntityInfo
- The planes this grid applies to
- angularExtents SectorGridParamsAngularExtents
- The angular extents
- length Double
- The length of radial grid lines
Return Value
SectorGridParamsThe newly created instance of SectorGridParams class
See Also