- Preparing search index...
- The search index is not available
ara3d-webgl
Interface ICompoundStructureLayerTable
Hierarchy
- ICompoundStructureLayerTable
Methods
get
- get(compoundStructureLayerIndex: number): Promise<ICompoundStructureLayer>
-
Parameters
-
compoundStructureLayerIndex: number
getAllCompoundStructureIndex
- getAllCompoundStructureIndex(): Promise<number[]>
-
Returns Promise<number[]>
getAllMaterialFunctionAssignment
- getAllMaterialFunctionAssignment(): Promise<string[]>
-
Returns Promise<string[]>
getAllMaterialIndex
- getAllMaterialIndex(): Promise<number[]>
-
Returns Promise<number[]>
getAllOrderIndex
- getAllOrderIndex(): Promise<number[]>
-
Returns Promise<number[]>
getAllWidth
- getAllWidth(): Promise<number[]>
-
Returns Promise<number[]>
getCompoundStructure
- getCompoundStructure(compoundStructureLayerIndex: number): Promise<ICompoundStructure>
-
Parameters
-
compoundStructureLayerIndex: number
getCompoundStructureIndex
- getCompoundStructureIndex(compoundStructureLayerIndex: number): Promise<number>
-
Parameters
-
compoundStructureLayerIndex: number
Returns Promise<number>
getCount
- getCount(): Promise<number>
-
Returns Promise<number>
getMaterial
- getMaterial(compoundStructureLayerIndex: number): Promise<IMaterial>
-
Parameters
-
compoundStructureLayerIndex: number
getMaterialFunctionAssignment
- getMaterialFunctionAssignment(compoundStructureLayerIndex: number): Promise<string>
-
Parameters
-
compoundStructureLayerIndex: number
Returns Promise<string>
getMaterialIndex
- getMaterialIndex(compoundStructureLayerIndex: number): Promise<number>
-
Parameters
-
compoundStructureLayerIndex: number
Returns Promise<number>
getOrderIndex
- getOrderIndex(compoundStructureLayerIndex: number): Promise<number>
-
Parameters
-
compoundStructureLayerIndex: number
Returns Promise<number>
getWidth
- getWidth(compoundStructureLayerIndex: number): Promise<number>
-
Parameters
-
compoundStructureLayerIndex: number
Returns Promise<number>