BasePartBookmarkOption Enumeration

NXOpen.BasePart.BookmarkOption is an alias for NXOpen.BasePartBookmarkOption

class NXOpen.BasePartBookmarkOption

Bases: object

Controls the information written to a bookmark file. In batch mode, the options: BasePartBookmarkOption.AllPlusDisplay BasePartBookmarkOption.ComponentGroupsLoadOptionsPlusDisplay BasePartBookmarkOption.ComponentGroupsOnlyPlusDisplay BasePartBookmarkOption.DisplayOnly are not supported. They will be treated as if the option specfied were: BasePartBookmarkOption.All BasePartBookmarkOption.ComponentGroupsLoadOptions BasePartBookmarkOption.ComponentGroupsOnly BasePartBookmarkOption.Empty respectively.

Enum Members

Enum Member Enum Member Description
All Write component groups, load options and structure.
ComponentGroupsLoadOptions Write component groups and load options.
ComponentGroupsOnly Write component groups only.
AllPlusDisplay Write component groups, load options, structure and display attributes
ComponentGroupsLoadOptionsPlusDisplay Write component groups, load options and display attributes
ComponentGroupsOnlyPlusDisplay Write component groups and display attributes
DisplayOnly Write only display attributes
Empty Write nothing but header information
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.