Sector |
Represents parameters required to create a sector grid
Inheritance Hierarchy
SystemObject
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Structure.CreateGridParams
TSD.API.Remoting.Structure.CreateSectorGridParams
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Structure.CreateGridParams
TSD.API.Remoting.Structure.CreateSectorGridParams
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The SectorGridParams type exposes the following members.
Properties
Name | Description | |
---|---|---|
Angle | Get the angle of angular grid lines if only radial direction is created | |
Angular | Gets the SectorGridParamsAngularExtents | |
ArchitecturalGrid |
Gets or sets the value indicating whether the grid is architectural
(Inherited from GridParams) | |
Color |
Gets or sets the Color (Inherited from GridParams) | |
EntityType |
The EntityType (Inherited from EntityParams) | |
Length | Gets the length of radial grid lines if only angular direction is created | |
Origin |
Gets or sets the origin of the grid
(Inherited from GridParams) | |
Planes |
Gets the construction planes this grid applies to
(Inherited from GridParams) | |
Radial | Gets the SectorGridParamsRadialExtents | |
RotationAngle | Gets or sets the rotation angle of the grid, SectorGridParamsRotationRelativeTo [rad] | |
RotationAngleRelativeTo | Gets or sets the meaning of the RotationAngle | |
Style |
Gets or sets the style of a grid line
(Inherited from GridParams) |
Methods
Name | Description | |
---|---|---|
Create | Creates a new instance of SectorGridParams class with both directions | |
WithAngularLines | Creates a new instance of SectorGridParams class for a grid with angular lines only | |
WithRadialLines | Creates a new instance of SectorGridParams class for grid with radial lines only |
See Also