Class PortalFrameParams

Represents parameters required to create a portal frame

Inheritance
PortalFrameParams
Inherited Members
Namespace: TSD.API.Remoting.PortalFrames.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class PortalFrameParams : EntityParams

Properties

Name Description
this[int]

Gets or sets the span levels

PointIndices

Gets the indices of construction points defining the portal frame

SpanCount

Gets the number of spans

Methods

Name Description
IrregularSpacing(IEnumerable<int>?, PortalFrameSpanType)

Returns a new PortalFrameParams instance defined for irregular spacing

IrregularSpacing(IEnumerable<IConstructionPoint?>?, PortalFrameSpanType)

Returns a new PortalFrameParams instance defined for irregular spacing

RegularSpacing(int, int, int, PortalFrameSpanType)

Returns a new PortalFrameParams instance defined for regular spacing

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

Returns 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