- Preparing search index...
 
- The search index is not available
 
@vcmap/core 
 
Function createClassificationPrimitive
 
- createClassificationPrimitive(options, geometries, color, classificationType): ClassificationPrimitive
 
- 
Parameters
- 
options: Partial<undefined | { 
    allowPicking?: boolean; 
    appearance?: Appearance; 
    asynchronous?: boolean; 
    classificationType?: ClassificationType; 
    compressVertices?: boolean; 
    debugShowBoundingVolume?: boolean; 
    debugShowShadowVolume?: boolean; 
    geometryInstances?: any[] | GeometryInstance; 
    interleave?: boolean; 
    releaseGeometryInstances?: boolean; 
    show?: boolean; 
    vertexCacheOptimize?: boolean; 
}>
 
- 
geometries: (PolygonGeometry | CircleGeometry | WallGeometry)[]
 
- 
color: Color
 
- 
classificationType: ClassificationType
 
 
Returns ClassificationPrimitive