|
IBuilderElementOrientationAlphaList 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)
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