|
CrossedSectionFaceIndexes Property
|
Gets or sets the list of mesh crossed faces indexes.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<int> FaceIndexes { get; set; }
Public Property FaceIndexes As List(Of Integer)
Get
Set
public:
property List<int>^ FaceIndexes {
List<int>^ get ();
void set (List<int>^ value);
}
member FaceIndexes : List<int> with get, set
Property Value
Type:
ListInt32
See Also