INCEIndexData IndexData
INCEIndexData id = Object_n.IndexData; // READ ONLY
if (id != null)
{
if (id.IsIndexAvailable) // READ ONLY
{
NCEIndexType it = id.IndexType;
it = NCEIndexType.Birefringent;
IIndexModelSettings ims = id.ModelSettings;
if (ims != null)
{
}
}
}
下一部分: