Loading...
Searching...
No Matches
HdGeomSubset Class Reference

Describes a subset of a piece of geometry as a set of indices. More...

#include <geomSubset.h>

Public Types

enum  Type { TypeFaceSet }
 

Public Attributes

Type type
 The type of elements this geometry subset includes.
 
SdfPath id
 The path used to identify this subset in the scene.
 
SdfPath materialId
 The path used to identify this material bound to the subset.
 
VtIntArray indices
 The list of element indices contained in the subset.
 

Detailed Description

Describes a subset of a piece of geometry as a set of indices.

Definition at line 23 of file geomSubset.h.

Member Enumeration Documentation

◆ Type

enum Type
Enumerator
TypeFaceSet 

A subset of faces.

Definition at line 24 of file geomSubset.h.

Member Data Documentation

◆ id

SdfPath id

The path used to identify this subset in the scene.

Definition at line 35 of file geomSubset.h.

◆ indices

VtIntArray indices

The list of element indices contained in the subset.

Definition at line 39 of file geomSubset.h.

◆ materialId

SdfPath materialId

The path used to identify this material bound to the subset.

Definition at line 37 of file geomSubset.h.

◆ type

Type type

The type of elements this geometry subset includes.

Definition at line 33 of file geomSubset.h.


The documentation for this class was generated from the following file: