IGraphicOptions¶
- class IGraphicOptions¶
Bases:
ImpactCOMWrapperBase- Summary:
Specifies options required to create graphic entities.
- Remarks:
This object is used in the IActiveBlock.graphic_a method.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property die_face¶
Gets die_face.
- Summary:
Defines the dies face image options.
- Returns:
The value of die_face.
- Return type:
- property graphic_fill¶
Gets graphic_fill.
- Summary:
Specifies the area the graphic fills.
- Returns:
The value of graphic_fill.
- Return type:
- property graphic_fit¶
Gets graphic_fit.
- Summary:
Specifies how the graphic is fitted.
- Returns:
The value of graphic_fit.
- Return type:
- property origin_mode¶
Gets origin_mode.
- Summary:
Defines how the origin is defined.
- Returns:
The value of origin_mode.
- Return type:
- property print_face¶
Gets print_face.
- Summary:
Defines the print face image options.
- Returns:
The value of print_face.
- Return type:
- property visible_entities_only¶
Gets visible_entities_only.
- Summary:
Specifies if only visible entities are considered when the graphic_fill property is gfDesign.
- Returns:
The value of visible_entities_only.
- Return type:
visible_entities_only (bool)
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.