![]() |
The vector composite for vector drawings. This composite contains the individual art layers that compose the drawings.
The vector composite of a drawing represents four separate vector or bitmap layers provided by a Toon Boom drawing (TVG). The drawing is composed of four layers, from the bottom up:
The contents of the individual layers can be modified through their individual vector art layers, or via the OMC::DrawingAccess* object.
Get Information of a Drawing
Copy a Drawing from Line Art layer to Colour Art
Public Member Functions | |
OMC::DrawingArtLayer * | operator[] (int idx) const |
Returns the art layer at the given index. More... | |
bool | contains (OMC::DrawingArtLayer *artLayer) const |
Identifies if the list contains the art layer object. | |
virtual std::vector< OMC::DrawingArtLayer * > | list () const |
Converts the dynamic list into a concrete list of drawing art layer objects. | |
virtual OMC::DrawingArtLayer * | operator() (const QString &name) const |
Provides the art layer object with the appropriate name. More... | |
Public Attributes | |
OMC::Point3d * | pivot |
The drawing pivot for this particular drawing. More... | |
bool | pivot_defined |
True, if the drawing provides a pivot. More... | |
int | field_size |
double | point_quantum |
double | thickness_max |
OMC::AllocatedRect2D * | bounding_box |
The bounding box of the drawing. More... | |
OMC::AllocatedRect2D * | bounding_box_visible |
The bounding box of drawing's visible content. More... | |
bool | empty |
Identifies if the drawing is empty. More... | |
bool | modified |
Identifies if the drawing has been modified in the session. More... | |
OMC::Matrix * | implicit_scaling_matrix |
Matrix used to convert from OGL units to drawing units. More... | |
OMC::Matrix * | implicit_scaling_matrix_inverse |
Matrix used to convert from drawing units to OGL units. More... | |
|
virtual |
Provides the art layer object with the appropriate name.
Possible art layers include : "overlay", "line", "colour", "underlay".
OMC::DrawingArtLayer* OMC::Drawing::operator[] | ( | int | idx | ) | const |
Returns the art layer at the given index.
Returns the art layer at the given index:
OMC::Drawing::bounding_box |
The bounding box of the drawing.
Get the bounding-box of the drawing.
OMC::Drawing::bounding_box_visible |
The bounding box of drawing's visible content.
Get the bounding-box of the drawing's visible content.
|
read |
Identifies if the drawing is empty.
True if the drawing is empty.
|
readwrite |
Get the field size of the drawing.
OMC::Drawing::implicit_scaling_matrix |
Matrix used to convert from OGL units to drawing units.
Provides the static implicit scaling matrix used for drawings. Used to convert from OGL units and drawing units.
OMC::Drawing::implicit_scaling_matrix_inverse |
Matrix used to convert from drawing units to OGL units.
Provides the static inverted implicit scaling matrix used for drawings. Used to convert from drawing units to OGL units.
|
read |
Identifies if the drawing has been modified in the session.
True if the drawing has been modified.
OMC::Drawing::pivot |
The drawing pivot for this particular drawing.
Get and set the pivot of the drawing. Setting the pivot to Null or None will result in the pivot being unset.
Set the Pivot of the Drawing [Converting between unit types]
|
readwrite |
True, if the drawing provides a pivot.
True if a the drawing defines a specific pivot. See the OMC::Drawing.pivot property.
|
readwrite |
Get the point quantum of the drawing.
|
read |
Get the max thickness of the strokes within the drawing.