Class IntersectionParams
Represents parameters required to create an intersection of construction helpers
Inherited Members
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class IntersectionParams : ConstructionPointParams
Properties
| Name | Description |
|---|---|
| ConstructionHelperA | Get the first construction helper |
| ConstructionHelperB | Gets the second construction helper |
| IntersectionIndex | Gets the index of intersection of constructor helpers |
| PointType | Gets the ConstructionPointType |
Methods
| Name | Description |
|---|---|
| Create(IConstructionHelper, IConstructionHelper, int) | Creates a new instance of IntersectionParams class |