ParallelogramGridParams Constructor (IEnumerableEntityInfo, ParallelogramGridParamsDirectionExtents, ParallelogramGridParamsDirectionExtents)

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 directionX,
	ParallelogramGridParamsDirectionExtents directionY
)

Parameters

planes
Type: System.Collections.GenericIEnumerableEntityInfo
The planes this grid applies to
directionX
Type: TSD.API.Remoting.Structure.CreateParallelogramGridParamsDirectionExtents
The X ParallelogramGridParamsDirectionExtents
directionY
Type: TSD.API.Remoting.Structure.CreateParallelogramGridParamsDirectionExtents
The Y ParallelogramGridParamsDirectionExtents
See Also