Class SectorGridParams
Represents parameters required to create a sector grid
Inherited Members
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class SectorGridParams : GridParams
Properties
| Name | Description |
|---|---|
| Angle | Get the angle of angular grid lines if only radial direction is created |
| Angular | Gets the SectorGridParams.AngularExtents |
| Length | Gets the length of radial grid lines if only angular direction is created |
| Radial | Gets the SectorGridParams.RadialExtents |
| RotationAngle | Gets or sets the rotation angle of the grid, SectorGridParams.RotationRelativeTo [rad] |
| RotationAngleRelativeTo | Gets or sets the meaning of the RotationAngle |
Methods
| Name | Description |
|---|---|
| Create(IEnumerable<EntityInfo>?, RadialExtents, AngularExtents) | Creates a new instance of SectorGridParams class with both directions |
| WithAngularLines(IEnumerable<EntityInfo>?, RadialExtents, double) | Creates a new instance of SectorGridParams class for a grid with angular lines only |
| WithRadialLines(IEnumerable<EntityInfo>?, AngularExtents, double) | Creates a new instance of SectorGridParams class for grid with radial lines only |