Intersection |
Creates a new instance of IntersectionParams class
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
public static IntersectionParams Create( IConstructionHelper helperA, IConstructionHelper helperB, int intersectionIndex )
Parameters
- helperA IConstructionHelper
- The first IConstructionHelper
- helperB IConstructionHelper
- The second IConstructionHelper
- intersectionIndex Int32
- The index of the intersection (in case of curved helpers)
Return Value
IntersectionParamsThe newly created instance of IntersectionParams class
Remarks
The construction helpers must be in the same plane
See Also