18 out <<
" StrokeAttribute" << endl;
19 out <<
" color : (" << iStrokeAttribute.
getColorR() <<
","
21 out <<
" alpha : " << iStrokeAttribute.
getAlpha() << endl;
24 out <<
" visible : " << iStrokeAttribute.
isVisible() << endl;
30 out <<
" StrokeVertex" << endl;
31 out <<
" id : " << iStrokeVertex.
getId() << endl;
35 out <<
" 3d coordinates : (" << iStrokeVertex.
getX() <<
"," << iStrokeVertex.
getY() <<
","
36 << iStrokeVertex.
getZ() <<
")" << endl;
43 out <<
"Stroke" << endl;
44 out <<
" id : " << iStroke.
getId() << endl;
Iterators used to iterate over the elements of the Stroke. Can't be used in python.
Functions to manage I/O for the stroke.
ATTR_WARN_UNUSED_RESULT const BMVert * v
virtual real getZ() const
virtual real getProjectedZ() const
virtual real getX() const
virtual real getProjectedX() const
virtual real getProjectedY() const
virtual real getY() const
float getThicknessR() const
float getThicknessL() const
float curvilinearAbscissa() const
const StrokeAttribute & attribute() const
const_vertex_iterator vertices_begin() const
embedding vertex iterator
StrokeInternal::vertex_iterator_base< StrokeInternal::vertex_const_traits > const_vertex_iterator
const_vertex_iterator vertices_end() const
MediumType getMediumType() const
ostream & operator<<(ostream &out, const StrokeAttribute &iStrokeAttribute)