IViewSettings

class IViewSettings

Bases: ImpactCOMWrapperBase

Description:

Represents visibility settings.

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

property arcs

Gets Arcs.

Description:

Gets and sets the visibility of arcs.

Returns:

The value of Arcs.

Return type:

arcs (bool)

property beziers

Gets Beziers.

Description:

Gets and sets the visibility of beziers.

Returns:

The value of Beziers.

Return type:

beziers (bool)

property block_insert_origins

Gets block_insert_origins.

Description:

Gets and sets the visibility of block insert origins.

Returns:

The value of block_insert_origins.

Return type:

block_insert_origins (bool)

property border_plots

Gets border_plots.

Description:

Gets and sets the visibility of border plots.

Returns:

The value of border_plots.

Return type:

border_plots (bool)

property bridges

Gets Bridges.

Description:

Gets and sets the visibility of bridges.

Returns:

The value of Bridges.

Return type:

bridges (bool)

property common_knives

Gets common_knives.

Description:

Gets and sets the visibility of common knife entities.

Remarks:

Note that this refers to the original entities, normally hidden when the common knife block is generated. It does not change the visibility of the common knife block. Introduced in Impact 11.0.0.69

Returns:

The value of common_knives.

Return type:

common_knives (bool)

property constructions

Gets Constructions.

Description:

Gets and sets the visibility of constructions.

Returns:

The value of Constructions.

Return type:

constructions (bool)

property current_origin

Gets current_origin.

Description:

Gets and sets the visibility of the current origin.

Returns:

The value of current_origin.

Return type:

current_origin (bool)

property dimension_variables

Gets dimension_variables.

Description:

Gets and sets the visibility of dimension variables.

Returns:

The value of dimension_variables.

Return type:

dimension_variables (bool)

property dimensions

Gets Dimensions.

Description:

Gets and sets the visibility of dimensions.

Remarks:

See also dimensions_non_parametric and dimensions_parametric.

Returns:

The value of Dimensions.

Return type:

dimensions (bool)

property dimensions_non_parametric

Gets dimensions_non_parametric.

Description:

Gets and sets the visibility of non-parametric dimensions.

Remarks:

The visibility of non-parametric dimensions also depends upon the Dimensions property.

Returns:

The value of dimensions_non_parametric.

Return type:

dimensions_non_parametric (bool)

Examples:

property dimensions_parametric

Gets dimensions_parametric.

Description:

Gets and sets the visibility of parametric dimensions.

Remarks:

The visibility of non-parametric dimensions also depends upon the Dimensions property.

Returns:

The value of dimensions_parametric.

Return type:

dimensions_parametric (bool)

Examples:

property direction_arrows

Gets direction_arrows.

Description:

Gets and sets the visibility of direction arrows.

Returns:

The value of direction_arrows.

Return type:

direction_arrows (bool)

property dynamic_constraints

Gets dynamic_constraints.

Returns:

The value of dynamic_constraints.

Return type:

dynamic_constraints (bool)

property extents_rectangle

Gets extents_rectangle.

Description:

Gets and sets the visibility of the extents rectangle.

Returns:

The value of extents_rectangle.

Return type:

extents_rectangle (bool)

property fillet_relief

Gets fillet_relief.

Description:

Gets and sets the visibility of fillet relief.

Returns:

The value of fillet_relief.

Return type:

fillet_relief (bool)

property graphics

Gets Graphics.

Description:

Gets and sets the visibility of graphics.

Returns:

The value of Graphics.

Return type:

graphics (bool)

property grid

Gets Grid.

Description:

Gets and sets the visibility of the grid.

Returns:

The value of Grid.

Return type:

grid (bool)

property key_points

Gets key_points.

Description:

Gets and sets the visibility of key points.

Returns:

The value of key_points.

Return type:

key_points (bool)

property lines

Gets Lines.

Description:

Gets and sets the visibility of lines.

Returns:

The value of Lines.

Return type:

lines (bool)

property manufacturing_information

Gets manufacturing_information.

Description:

Gets and sets the visibility of manufacturing information.

Returns:

The value of manufacturing_information.

Return type:

manufacturing_information (bool)

property other_blocks

Gets other_blocks.

Description:

Gets and sets the visibility of other blocks.

Returns:

The value of other_blocks.

Return type:

other_blocks (bool)

property palette_text

Gets palette_text.

Description:

Gets and sets the visibility of palette text.

Returns:

The value of palette_text.

Return type:

palette_text (bool)

property sausages

Gets Sausages.

Description:

Gets and sets the visibility of sausages.

Returns:

The value of Sausages.

Return type:

sausages (bool)

property secondary_palette

Gets secondary_palette.

Description:

Gets and sets the visibility of secondary palettes.

Returns:

The value of secondary_palette.

Return type:

secondary_palette (bool)

property sheet_extents

Gets sheet_extents.

Description:

Gets and sets the visibility of the sheet extents.

Returns:

The value of sheet_extents.

Return type:

sheet_extents (bool)

property sub_block_dimensions

Gets sub_block_dimensions.

Description:

Gets and sets the visibility of sub block dimensions.

Returns:

The value of sub_block_dimensions.

Return type:

sub_block_dimensions (bool)

property sub_block_text

Gets sub_block_text.

Description:

Gets and sets the visibility of sub block text.

Returns:

The value of sub_block_text.

Return type:

sub_block_text (bool)

property symbols

Gets Symbols.

Description:

Gets and sets the visibility of symbols.

Returns:

The value of Symbols.

Return type:

symbols (bool)

property text

Gets Text.

Description:

Gets and sets the visibility of text.

Returns:

The value of Text.

Return type:

text (bool)

property tool_widths

Gets tool_widths.

Description:

Gets and sets the visibility of tool widths.

Returns:

The value of tool_widths.

Return type:

tool_widths (bool)

property underdefined_geometry

Gets underdefined_geometry.

Returns:

The value of underdefined_geometry.

Return type:

underdefined_geometry (bool)

Examples