Method Create
Create(IEnumerable<IConstructionPoint?>?, IMemberAttributeSetBase?)
Creates a new instance of MemberParams class
Declaration
public static MemberParams Create(IEnumerable<IConstructionPoint?>? points, IMemberAttributeSetBase? memberAttributeSet)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<IConstructionPoint> | points | The sequence of IConstructionPoint |
| IMemberAttributeSetBase | memberAttributeSet |
Returns
| Type | Description |
|---|---|
| MemberParams | The newly created instance of MemberParams class |