Method IrregularSpacing
IrregularSpacing(IEnumerable<IConstructionPoint?>?, PortalFrameSpanType)
Returns a new PortalFrameParams instance defined for irregular spacing
Declaration
public static PortalFrameParams IrregularSpacing(IEnumerable<IConstructionPoint?>? points, PortalFrameSpanType portalFrameSpanType)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<IConstructionPoint> | points | The sequence of IConstructionPoint |
| PortalFrameSpanType | portalFrameSpanType | The type of a portal frame spans |
Returns
| Type | Description |
|---|---|
| PortalFrameParams | A new PortalFrameParams instance defined for irregular spacing |
IrregularSpacing(IEnumerable<int>?, PortalFrameSpanType)
Returns a new PortalFrameParams instance defined for irregular spacing
Declaration
public static PortalFrameParams IrregularSpacing(IEnumerable<int>? pointIndices, PortalFrameSpanType portalFrameSpanType)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<int> | pointIndices | The sequence of construction point indices |
| PortalFrameSpanType | portalFrameSpanType | The type of a portal frame spans |
Returns
| Type | Description |
|---|---|
| PortalFrameParams | A new PortalFrameParams instance defined for irregular spacing |