ConstructionPointParams Constructor (IConstructionHelper, IConstructionHelper, Int32)

The constructor for a construction point at an intersection of construction helpers

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public ConstructionPointParams(
	IConstructionHelper helperA,
	IConstructionHelper helperB,
	int intersectionIndex
)

Parameters

helperA
Type: TSD.API.Remoting.StructureIConstructionHelper
The first IConstructionHelper
helperB
Type: TSD.API.Remoting.StructureIConstructionHelper
The second IConstructionHelper
intersectionIndex
Type: SystemInt32
The index of the intersection (in case of curved helpers)
Remarks
The construction helpers must be in the same plane
See Also