Method Create

Create(IConstructionHelper, IConstructionHelper, int)

Creates a new instance of IntersectionParams class

Declaration
public static IntersectionParams Create(IConstructionHelper helperA, IConstructionHelper helperB, int intersectionIndex)
Parameters
Type Name Description
IConstructionHelper helperA

The first IConstructionHelper

IConstructionHelper helperB

The second IConstructionHelper

int intersectionIndex

The index of the intersection (in case of curved helpers)

Returns
Type Description
IntersectionParams

The newly created instance of IntersectionParams class

Remarks

The construction helpers must be in the same plane

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