AlembicGeometryAttributesReader.kl¶
Types¶
AlembicGeometryAttributesReader (object)¶
AlembicGeometryAttributesReader is used to read a GeometryAttributes from the alembic file. You usually don’t have to interact with this object, but use the AlembicPolyMeshReader or AlembicCurvesReader, for example
Methods¶
AlembicGeometryAttributesReader ( in AlembicArchiveReader archive, in AlembicICompoundProperty compound ) | |
AlembicGeometryAttributesReader ( in AlembicGeometryAttributesReader other ) | |
AlembicGeometryAttributesReader ( in AlembicICompoundProperty compound ) | |
AlembicGeometryAttributesReader () | |
AlembicGeometryAttributesReader | clone ? () |
AlembicICompoundProperty | getRootCompound ? () |
Boolean | readCurveSample ! ( in Float64 time, in UInt32 curveCount, in UInt32 pointToCurve<>, in UInt32 optionalPointToIndex<>, io GeometryAttributes attributes ) |
Boolean | readSample ! ( in Float64 time, io GeometryAttributes attributes ) |
Boolean | readSample ! ( in Float64 time, io PolygonMesh mesh, in Boolean keepSameAttributeIndices ) |
reset ! () |