Parallelogram |
Represents parameters required to create a parallelogram grid
Inheritance Hierarchy
SystemObject
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Structure.CreateGridParams
TSD.API.Remoting.Structure.CreateParallelogramGridParams
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Structure.CreateGridParams
TSD.API.Remoting.Structure.CreateParallelogramGridParams
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The ParallelogramGridParams type exposes the following members.
Properties
Name | Description | |
---|---|---|
ArchitecturalGrid |
Gets or sets the value indicating whether the grid is architectural
(Inherited from GridParams) | |
AxisAngle | Gets or sets the angle of an axis, AxisAngleRelativeTo [rad] | |
AxisAngleRelativeTo | Gets or sets the meaning of the AxisAngle | |
Color |
Gets or sets the Color (Inherited from GridParams) | |
DirectionX | Gets the X ParallelogramGridParamsDirectionExtents | |
DirectionY | Gets the Y ParallelogramGridParamsDirectionExtents | |
EntityType |
The EntityType (Inherited from EntityParams) | |
Length | Gets the length of grid lines if only one 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) | |
Rotation | Gets or sets the rotation of the grid measured counterclockwise [rad] | |
Style |
Gets or sets the style of a grid line
(Inherited from GridParams) |
Methods
Name | Description | |
---|---|---|
Create(IEnumerableEntityInfo, ParallelogramGridParamsDirectionExtents, ParallelogramGridParamsDirectionExtents) | Creates a new instance of ParallelogramGridParams class | |
Create(IEnumerableEntityInfo, ParallelogramGridParamsDirectionExtents, ParallelogramGridParamsGridLines, Double) | Creates a new instance of ParallelogramGridParams class |
See Also