|
ShellSec_MeshRendererRenderedCurves Property
|
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<List<PolyLine3>> RenderedCurves { get; }
Public ReadOnly Property RenderedCurves As List(Of List(Of PolyLine3))
Get
public:
property List<List<PolyLine3^>^>^ RenderedCurves {
List<List<PolyLine3^>^>^ get ();
}
member RenderedCurves : List<List<PolyLine3>> with get
Property Value
Type:
ListListPolyLine3
See Also