OEBrickRoadArcFxn
class OEBrickRoadArcFxn : public OESurfaceArcFxnBase
This class represents OEBrickRoadArcFxn. See example in Figure: Example of drawing molecule surface using OEBrickRoadArcFxn.
Example of drawing molecule surface using OEBrickRoadArcFxn
See also
OEDrawBrickRoadSurfaceArcfunctionOESetSurfaceArcFxnfunctionOEDraw2DSurfacefunction
The following methods are publicly inherited from OESurfaceArcFxnBase:
Constructors
OEBrickRoadArcFxn(pen: OEPen = OEBlackPen) -> OEBrickRoadArcFxn
Default constructor.
- pen
The graphical properties of the arc.
operator()
__call__(image: OEImageBase, arc: OESurfaceArc) -> bool
Draws a surface arc with the
OESurfaceArcStyle_BrickRoad style.
See example in Figure: Example of drawing molecule surface using OEBrickRoadArcFxn.
- image
The image on which the surface arc is drawn.
- arc
The object that stores the parameters of the surface arc.
See also
OESurfaceArc class
CreateCopy
CreateCopy() -> OEBrickRoadArcFxn
Deep copy constructor that returns a copy of the object. The memory for the returned OEBrickRoadArcFxn object is dynamically allocated and owned by the caller.