AlembicSubDReader.kl¶
Types¶
AlembicSubDReader (object)¶
The AlembicSubDReader specializes the AlembicObjectReader interface for reading AlembicISubD data. It can be created using the AlembicArchiveReader.getSubD method. Please refer to the AlembicPolyMeshReader for a source code example.
Methods¶
| AlembicSubDReader ( in AlembicSubDReader other ) | |
| AlembicSubDReader () | |
| Boolean | areSelfBoundsConstant ? () |
| AlembicSubDReader | clone ? () |
| SInt32 | getNumSamples ? () |
| String | getPath ? () |
| AlembicISubDSample | getSampleA ? () |
| AlembicISubDSample | getSampleB ? () |
| AlembicISubDSchema | getSchema ? () |
| Box3 | getSelfBounds ! ( in Float64 time, io Boolean isConstant ) |
| AlembicTimeSampling | getTimeSampling ? () |
| readSample ! ( in Float64 time, io Geometry geom ) | |
| readSample ! ( in Float64 time, io PolygonMesh mesh ) | |
| reset ! () | |
| Boolean | valid ? () |