IPaletteBridgeInfo

class IPaletteBridgeInfo

Bases: ImpactCOMWrapperBase

Description:

Represents the bridging information of a palette.

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

property arc_bezier_bridge_style

Gets arc_bezier_bridge_style.

Description:

Gets and sets the bridge style used for arc and bezier entities.

Returns:

The value of arc_bezier_bridge_style.

Return type:

arc_bezier_bridge_style (IBridgeStyle)

property holding_bridge_angle

Gets holding_bridge_angle.

Description:

Gets and sets the angle of holding bridges.

Returns:

The value of holding_bridge_angle.

Return type:

holding_bridge_angle (float)

property holding_bridge_depth

Gets holding_bridge_depth.

Description:

Gets and sets the depth of holding bridges.

Returns:

The value of holding_bridge_depth.

Return type:

holding_bridge_depth (float)

property holding_bridge_side

Gets holding_bridge_side.

Description:

Gets and sets the bevel side of holding bridges.

Returns:

The value of holding_bridge_side.

Return type:

holding_bridge_side (ipBevelSide)

property holding_bridges

Gets holding_bridges.

Description:

Gets and sets if holding bridges are used.

Returns:

The value of holding_bridges.

Return type:

holding_bridges (bool)

property line_bridge_style

Gets line_bridge_style.

Description:

Gets and sets the bridge style used for line entities.

Returns:

The value of line_bridge_style.

Return type:

line_bridge_style (IBridgeStyle)

property rebridge_action

Gets rebridge_action.

Description:

Gets and sets the rebridge action.

Returns:

The value of rebridge_action.

Return type:

rebridge_action (ipRebridgeAction)

Examples