Class SectorGridParams

Represents parameters required to create a sector grid

Inheritance
SectorGridParams
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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next