ParallelogramGridParams Constructor (IEnumerableEntityInfo, ParallelogramGridParamsDirectionExtents, ParallelogramGridParamsGridLines, Double)

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public ParallelogramGridParams(
	IEnumerable<EntityInfo> planes,
	ParallelogramGridParamsDirectionExtents direction,
	ParallelogramGridParamsGridLines gridLines,
	double length
)

Parameters

planes
Type: System.Collections.GenericIEnumerableEntityInfo
The planes this grid applies to
direction
Type: TSD.API.Remoting.Structure.CreateParallelogramGridParamsDirectionExtents
The direction extents
gridLines
Type: TSD.API.Remoting.Structure.CreateParallelogramGridParamsGridLines
Specifies what grid lines should be created
length
Type: SystemDouble
The length of grid lines is required if grid lines are not created in both directions
See Also