|
IBuilderElementOrientationAlphaList 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)
SyntaxIReadOnlyList<double> AlphaList { get; }ReadOnly Property AlphaList As IReadOnlyList(Of Double)
Get
property IReadOnlyList<double>^ AlphaList {
IReadOnlyList<double>^ get ();
}abstract AlphaList : IReadOnlyList<float> with get
Property Value
Type:
IReadOnlyListDouble
See Also