Method RegularSpacing

RegularSpacing(IConstructionPoint?, IConstructionPoint?, int, PortalFrameSpanType)

Returns a new PortalFrameParams instance defined for regular spacing

Declaration
public static PortalFrameParams RegularSpacing(IConstructionPoint? startPoint, IConstructionPoint? endPoint, int numberOfSpans, PortalFrameSpanType portalFrameSpanType)
Parameters
Type Name Description
IConstructionPoint startPoint

The start IConstructionPoint

IConstructionPoint endPoint

The end IConstructionPoint

int numberOfSpans

The number of spans to create regularly between the given points

PortalFrameSpanType portalFrameSpanType

The type of a portal frame spans

Returns
Type Description
PortalFrameParams

A new PortalFrameParams instance defined for regular spacing

RegularSpacing(int, int, int, PortalFrameSpanType)

Returns a new PortalFrameParams instance defined for regular spacing

Declaration
public static PortalFrameParams RegularSpacing(int startPointIndex, int endPointIndex, int numberOfSpans, PortalFrameSpanType portalFrameSpanType)
Parameters
Type Name Description
int startPointIndex

The start point index

int endPointIndex

The end point index

int numberOfSpans

The number of spans to create regularly between the given points

PortalFrameSpanType portalFrameSpanType

The type of a portal frame spans

Returns
Type Description
PortalFrameParams

A new PortalFrameParams instance defined for regular spacing

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