Method Create

Create(IEnumerable<EntityInfo>?, DirectionExtents, DirectionExtents)

Creates a new instance of ParallelogramGridParams class

Declaration
public static ParallelogramGridParams Create(IEnumerable<EntityInfo>? planes, ParallelogramGridParams.DirectionExtents directionX, ParallelogramGridParams.DirectionExtents directionY)
Parameters
Type Name Description
IEnumerable<EntityInfo> planes

The planes this grid applies to

ParallelogramGridParams.DirectionExtents directionX

The X ParallelogramGridParams.DirectionExtents

ParallelogramGridParams.DirectionExtents directionY

The Y ParallelogramGridParams.DirectionExtents

Returns
Type Description
ParallelogramGridParams

The newly created instance of ParallelogramGridParams class

Create(IEnumerable<EntityInfo>?, DirectionExtents, GridLines, double)

Creates a new instance of ParallelogramGridParams class

Declaration
public static ParallelogramGridParams Create(IEnumerable<EntityInfo>? planes, ParallelogramGridParams.DirectionExtents direction, ParallelogramGridParams.GridLines gridLines, double length)
Parameters
Type Name Description
IEnumerable<EntityInfo> planes

The planes this grid applies to

ParallelogramGridParams.DirectionExtents direction

The direction extents

ParallelogramGridParams.GridLines gridLines

Specifies what grid lines should be created

double length

The length of grid lines is required if grid lines are not created in both directions

Returns
Type Description
ParallelogramGridParams
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next