Share

BreakOutOperation Object


Description

A BreakOutOperation object represents a break out applied to a drawing view. Editing or deleting this BreakOutOperation object will modify all affected views.

Methods

Name Description
Delete Method that deletes the break out operation from the drawing view. The break out is deleted from all other affected drawing views as well.
GetDepth Method that returns the information controlling the depth of the break out.
GetReferenceKey Method that generates and returns the reference key for this entity.
SetDepth Method that sets the depth of the break out.

Properties

Name Description
AllAffectedViews Property that returns all the DrawingView objects affected by this break out operation. Multiple drawing views can be affected by a break out operation if children views inherit break outs.
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
AttributeSets Property that returns the AttributeSets collection object associated with this object.
DepthType Property returns how the depth of the break out is defined. To change to another type use the DepthSource property.
DisplayComponentsWithinTheSectionCut Read-write property that gets and sets whether or not to display the components within the section cut.
Parent Property that returns the parent drawing view from which this BreakOutOperation was retrieved.
Profile Read-write property that gets and sets the sketch profile used for the break out.
SectionAllParts Read-write property that gets and sets whether to section all parts in the break out area.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

BreakOutOperations.Add, BreakOutOperations.Item

Version

Introduced in version 2010

Was this information helpful?