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

The IMemberAttributeSetBase

Returns
Type Description
MemberParams

The newly created instance of MemberParams 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