|
RayMeshIntersectionFaceIndexes Property
|
Gets the collection of intersected faces.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic DictionaryTKey, TValueKeyCollection FaceIndexes { get; }
Public ReadOnly Property FaceIndexes As DictionaryTKey, TValueKeyCollection
Get
public:
property DictionaryTKey, TValueKeyCollection^ FaceIndexes {
DictionaryTKey, TValueKeyCollection^ get ();
}
member FaceIndexes : DictionaryTKey, TValueKeyCollection with get
Property Value
Type:
DictionaryTKey, TValueKeyCollection
See Also