AlembicGeometryAttributesWriter (object)¶
AlembicGeometryAttributesWriter is used to store a GeometryAttributes in the alembic file. You usually don’t have to interact with this object, but use the AlembicPolyMeshWriter or AlembicCurvesWriter, for example
Methods¶
AlembicGeometryAttributesWriter ( in AlembicGeometryAttributesWriter other ) | |
AlembicGeometryAttributesWriter () | |
AlembicGeometryAttributesWriter | clone ? () |
reset ! () | |
Boolean | writeSample ! ( in Ref<GeometryAttributes> attributes ) |
Boolean | writeSample ! ( in Ref<GeometryAttributes> attributes, in Index pointToIndex<> ) |
Methods in detail¶
AlembicGeometryAttributesWriter ( in AlembicGeometryAttributesWriter other )
copy constructor
AlembicGeometryAttributesWriter ()
default constructor
AlembicGeometryAttributesWriter AlembicGeometryAttributesWriter.clone? ()
clone method
AlembicGeometryAttributesWriter.reset! ()
release all alembic handles and all internal pointers
Boolean AlembicGeometryAttributesWriter.writeSample! ( in Ref<GeometryAttributes> attributes )
writes a single sample into the file based on the provided GeometryAttributes.
Boolean AlembicGeometryAttributesWriter.writeSample! ( in Ref<GeometryAttributes> attributes, in Index pointToIndex<> )