|
BuilderElementOrientationAlphaList Property
|
list of rotation angles given in rad (for e.g. shells)
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IReadOnlyList<double> AlphaList { get; }
Public ReadOnly Property AlphaList As IReadOnlyList(Of Double)
Get
public:
virtual property IReadOnlyList<double>^ AlphaList {
IReadOnlyList<double>^ get () sealed;
}
abstract AlphaList : IReadOnlyList<float> with get
override AlphaList : IReadOnlyList<float> with get
Property Value
Type:
IReadOnlyListDoubleImplements
IBuilderElementOrientationAlphaList
See Also