OEStitchArcFxn

class OEStitchArcFxn : public OESurfaceArcFxnBase

This class represents OEStitchArcFxn. See example in Example of drawing molecule surface using OEStitchArcFxn.

../../_images/OESurfaceArc_OEStitchArcFxn.png

Example of drawing molecule surface using OEStitchArcFxn

See also

The following methods are publicly inherited from OESurfaceArcFxnBase:

operator()

CreateCopy

Constructors

OEStitchArcFxn(pen: OEPen = OEBlackPen) -> OEStitchArcFxn

Default constructor.

pen

The graphical properties of the arc.

operator()

__call__(image: OEImageBase, arc: OESurfaceArc) -> bool

Draws a surface arc with the OESurfaceArcStyle_Stitch style.

See example in Example of drawing molecule surface using OEStitchArcFxn.

image

The image on which the surface arc is drawn.

arc

The object that stores the parameters of the surface arc.

See also

CreateCopy

CreateCopy() -> OEStitchArcFxn

Deep copy constructor that returns a copy of the object. The memory for the returned OEStitchArcFxn object is dynamically allocated and owned by the caller.