|
BuilderElementOrientationAlphaList Property
|
Gets list of rotation angles given in rad (for e.g. shells).
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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