LoadOptionsBookmarkComponents Enumeration

NXOpen.LoadOptions.BookmarkComponents is an alias for NXOpen.LoadOptionsBookmarkComponents

class NXOpen.LoadOptionsBookmarkComponents

Bases: object

The options to specify what components to load and visualize when loading bookmarks.

**Note:</b> The visiblity and fully loaded state will only be restored for components that are part of the bookmark’s product assembly. The bookmark’s product assembly is the one that was the displayed part at the time the bookmark was saved.

New in version NX6.0.0.

Enum Members

Enum Member Enum Member Description
NoChange This option has no effect. Using this value will leave the current setting active (not exposed in UI)
LoadVisible Load and show only what was shown on the bookmark’s save. Don’t load invisible components.
LoadLoaded Load and show only what was loaded on the bookmark’s save Load invisible components and keep them invisible.
LoadLoadedAndNonDisplayed Load and show only what was loaded on the bookmark’s save, including non-display parts. Load invisible components and keep them invisible. All non-display parts are invisible.
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.