AllAffectedViews |
Property that returns all the DrawingView objects affected by this break operation. Multiple drawing views can be affected by a break operation if children views inherit breaks or if the break is propagated up to the parent view. |
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. |
BreakStyle |
|
DisplayLevel |
|
EndPoint |
|
Gap |
|
IsSourceBreakOperation |
Property that returns whether this break operation is the source for inherited break operations. The property returns True if there are no related break operations. If the property returns False, use the SourceBreakOperation property to find the source break. |
Layer |
|
MidPoint |
|
NumberOfSymbols |
|
Orientation |
Property that returns whether the orientation of the break is horizontal or vertical. Possible return values are kHorizontalBreakOrientation and kVerticalBreakOrientation. |
Parent |
Property that returns the parent drawing view from which this BreakOperation was retrieved. |
SourceBreakOperation |
Property that returns the source BreakOperation object. For instance, if a projected view inherits the break from the parent base view, this property on the BreakOperation retrieved from the projected view will return the corresponding BreakOperation from the base view. If this BreakOperation itself is the source, the property returns nothing. |
StartPoint |
|
Type |
Returns an ObjectTypeEnum indicating this object's type. |