Pile |
Creates a new instance of PileParams class
Namespace: TSD.API.Remoting.Foundations.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
public static PileParams Create( IEntity? structuralGroup, IPileType? pileType, Point2D localPosition, Vector3D direction )
Parameters
- structuralGroup IEntity
- The structural group IEntity of the pile
- pileType IPileType
- The IPileType of the pile
- localPosition Point2D
- The local coordinates of the pile relative to the structural group
- direction Vector3D
- The direction of the pile
Return Value
PileParamsThe newly created instance of PileParams class