IGraphic

class IGraphic

Bases: IEntity

Description:

Represents a graphic entity.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property anchor

Gets Anchor.

Description:

Gets the anchor point of the graphic.

Remarks:

This is the centre point of the graphic entity.

Returns:

The value of Anchor.

Return type:

anchor (IVector)

property die_face

Gets die_face.

Description:

Gets the die face properties of the graphic.

Returns:

The value of die_face.

Return type:

die_face (IGraphicFace)

property print_face

Gets print_face.

Description:

Gets the print face properties of the graphic.

Returns:

The value of print_face.

Return type:

print_face (IGraphicFace)

Examples