Class ParallelogramGridParams
Represents parameters required to create a parallelogram grid
Inherited Members
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class ParallelogramGridParams : GridParams
Properties
| Name | Description |
|---|---|
| AxisAngle | Gets or sets the angle of an axis, AxisAngleRelativeTo [rad] |
| AxisAngleRelativeTo | Gets or sets the meaning of the AxisAngle |
| DirectionX | Gets the X ParallelogramGridParams.DirectionExtents |
| DirectionY | Gets the Y ParallelogramGridParams.DirectionExtents |
| Length | Gets the length of grid lines if only one direction is created |
| Rotation | Gets or sets the rotation of the grid measured counterclockwise [rad] |
Methods
| Name | Description |
|---|---|
| Create(IEnumerable<EntityInfo>?, DirectionExtents, DirectionExtents) | Creates a new instance of ParallelogramGridParams class |
| Create(IEnumerable<EntityInfo>?, DirectionExtents, GridLines, double) | Creates a new instance of ParallelogramGridParams class |