| 
            
              IBuilderElementOrientationYOriList Property 
             | 
          
        
         
            Gets list of vectors for y-orientation (for e.g. shells).
            
 
    Namespace: 
   Karamba.Elements
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxIReadOnlyList<Vector3> YOriList { get; }ReadOnly Property YOriList As IReadOnlyList(Of Vector3)
	Get
property IReadOnlyList<Vector3>^ YOriList {
	IReadOnlyList<Vector3>^ get ();
}abstract YOriList : IReadOnlyList<Vector3> with get
Property Value
Type: 
IReadOnlyListVector3
See Also