RotationalGapGetDiscontinuityPoints Method

Gets a collection of DiscontinuityEnhancedPoint1D for a given result type.

Definition

Namespace: Karamba.Loads.Beam
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public IEnumerable<DiscontinuityEnhancedPoint1D> GetDiscontinuityPoints(
	Element1DOption type
)

Parameters

type  Element1DOption
The Element1DOption for which the discontinuity points shall be evaluated.

Return Value

IEnumerableDiscontinuityEnhancedPoint1D
The collection of DiscontinuityEnhancedPoint1D.

Implements

IDiscontinuityCapableLoadGetDiscontinuityPoints(Element1DOption)

See Also