CroSecheights Method
constructs a list of heights associated with the cross section. Can be time-consuming. For single item access use getHeight(index).
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public virtual List<double> heights()
Public Overridable Function heights As List(Of Double)
public:
virtual List<double>^ heights()
abstract heights : unit -> List<float>
override heights : unit -> List<float>
Return Value
ListDoubleheights of cross section.
In case of shells the order corresponds to the sequence of faces in the underlying mesh.