ParallelogramGridParamsDirectionExtents Constructor (Int32, Double, GridLineNameType, ParallelogramGridParamsDirectionType)

The constructor for regular direction extents

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public DirectionExtents(
	int number,
	double length,
	GridLineNameType nameType,
	ParallelogramGridParamsDirectionType direction = ParallelogramGridParamsDirectionType.Positive
)

Parameters

number
Type: SystemInt32
The number of grid bays generated in the direction
length
Type: SystemDouble
The length of the bays
nameType
Type: TSD.API.Remoting.StructureGridLineNameType
The GridLineNameType
direction (Optional)
Type: TSD.API.Remoting.Structure.CreateParallelogramGridParamsDirectionType
The ParallelogramGridParamsDirectionType
See Also