Method Create

Create(IEntity?, IPileType?, Point2D, Vector3D)

Creates a new instance of PileParams class

Declaration
public static PileParams Create(IEntity? structuralGroup, IPileType? pileType, Point2D localPosition, Vector3D direction)
Parameters
Type Name Description
IEntity structuralGroup

The structural group IEntity of the pile

IPileType pileType

The IPileType of the pile

Point2D localPosition

The local coordinates of the pile relative to the structural group

Vector3D direction

The direction of the pile

Returns
Type Description
PileParams

The newly created instance of PileParams class

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