NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Assemblies.Subset Class Reference

A subset is a set of design elements within a collaborative design. More...

Inheritance diagram for NXOpen.Assemblies.Subset:
NXOpen.NXObject NXOpen.INXObject

Public Types

enum  PartitionViewStyleType { None, Flat, Hierarchical }
 Represents the type of partition view style to show for a subset. More...
 
enum  ContentType { Public, Baseline, ChangeNotice }
 Represents the content type for a subset. More...
 
- Public Types inherited from NXOpen.NXObject
enum  AttributeType {
  Invalid, Null, Boolean, Integer,
  Real, String, Time, Reference,
  Any = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { Numeric, Textual }
 Specifies the format of the date and time attribute. More...
 

Public Member Functions

unsafe void ReplayRecipe ()
 Replay this subset. More...
 
unsafe void RemoveDesignElements (NXOpen.NXObject[] designElements)
 Removes the design elements from this subset. More...
 
unsafe void DeleteFromCollaborativeDesign (NXOpen.NXObject[] designElement)
 Deletes the design elements from the owning NXOpen.CollaborativeDesign . More...
 
unsafe void AddInterpartParents ()
 Add sources of interpart relationships (wave links in the subset and Connected To relationships for design features) that are not in the specified subset to the subset recipe. More...
 
unsafe void AddConnectedByElements ()
 Add Elements to a subset that reference the existing Design Elements in it by a Connection relation. More...
 
unsafe void AddAllChildrenToSubset (NXOpen.Assemblies.Component[] reuseDesignElements)
 Adds all the child components of the selected Reuse Design Element to the owning subset. More...
 
unsafe void AddNewChildrenToSubset ()
 If the Reuse Design Elements in the subset contain any new components which were not added to the subset because its owning workset was not the displayed part at the time of creation, then add those new components to the subset now. More...
 
unsafe
NXOpen.PDM.DesignElementRevision[] 
GetDesignElementRevisionMembers ()
 The NXOpen.PDM.DesignElementRevision s that are members of this subset. More...
 
unsafe
NXOpen.PDM.DesignElementRevision[] 
GetDesignElementRevisionParents ()
 The NXOpen.PDM.DesignElementRevision s that have been loaded because they contain a NXOpen.PDM.DesignSubordinateRevision that belongs to this subset. More...
 
unsafe
NXOpen.PDM.DesignSubordinateRevision[] 
GetDesignSubordinateRevisionMembers ()
 The NXOpen.PDM.DesignSubordinateRevision s that are members of this subset. More...
 
unsafe
NXOpen.PDM.DesignSubordinateRevision[] 
GetDesignSubordinateRevisionParents ()
 The NXOpen.PDM.DesignSubordinateRevision s that have been loaded because they contain a NXOpen.PDM.DesignSubordinateRevision that belongs to this subset. More...
 
unsafe bool ShowCollaborativeDesignPreview ()
 Displays the preview for the Collaborative Design in the graphics window. More...
 
unsafe void HideCollaborativeDesignPreview ()
 Hides the preview for the Collaborative Design in the graphics window if it was already displayed. More...
 
unsafe bool IsCollaborativeDesignPreviewDisplayed ()
 Is the preview for the Collaborative Design being displayed in the Graphics window. More...
 
unsafe void GetTargetPartitionSet (out NXOpen.Assemblies.Partition[] partitions)
 Gets the list of array of target partitions that are set on the subsetInstance More...
 
unsafe void SetTargetPartitionSet (NXOpen.Assemblies.Partition[] partitions)
 Sets the list of array of target partitions on the subsetInstance More...
 
unsafe
NXOpen.Assemblies.PositioningTask[] 
GetAllPositioningTasks ()
 Gets all NXOpen.Assemblies.PositioningTask that belong to this subset. More...
 
unsafe void DeletePositioningTask (NXOpen.Assemblies.PositioningTask positioningTask)
 Deletes the NXOpen.Assemblies.PositioningTask from this subset. More...
 
unsafe void SetContentDefinition (NXOpen.ContentDefinition contentDefinition)
 Set a new NXOpen.ContentDefinition object on the Subset. More...
 
unsafe void ReplaceContentDefinition (NXOpen.ContentDefinition contentDefinition)
 Replace the NXOpen.ContentDefinition object on the Subset. More...
 
unsafe bool CanReplaceContentDefinition (NXOpen.ContentDefinition contentDefinition)
 Checks if the NXOpen.ContentDefinition object on the Subset can be replaced with the specified NXOpen.ContentDefinition object. More...
 
unsafe NXOpen.PartLoadStatus AddDesignElementsToSubset (NXOpen.PDM.ModelElementRevision[] designElements)
 Adds the specified NXOpen.PDM.ModelElementRevision s as members of the subset. More...
 
- Public Member Functions inherited from NXOpen.NXObject
unsafe void SetUserAttribute (NXOpen.NXObject.AttributeInformation info, NXOpen.Update.Option option)
 Creates or modifies an attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, NXOpen.NXObject.ComputationalTime value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetBooleanUserAttribute (string title, int index, bool value, NXOpen.Update.Option option)
 Creates or modifies a boolean attribute with the option to update or not. More...
 
unsafe NXOpen.AttributeIterator CreateAttributeIterator ()
 Create an attribute iterator More...
 
unsafe bool HasUserAttribute (NXOpen.AttributeIterator iterator)
 Determines if an attribute exists on the object, that satisfies the given iterator More...
 
unsafe bool HasUserAttribute (string title, NXOpen.NXObject.AttributeType type, int index)
 Determines if an attribute with the given Title, Type and array Index is present on the object Unset attributes will not be detected by this function, as its purpose is to test for the actual presence of the attribute on the object. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator, bool countArrayAsOneAttribute)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type)
 Gets the count of set attributes on the object, if any, of the given type. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type, bool includeUnset, bool countArrayAsOneAttribute)
 Gets the count of attributes on the object, if any, of the given type. More...
 
unsafe int GetUserAttributeSize (string title, NXOpen.NXObject.AttributeType type)
 Gets the size of the first attribute encountered on the object, if any, with a given Title and Type. More...
 
unsafe bool GetNextUserAttribute (NXOpen.AttributeIterator iterator, out NXOpen.NXObject.AttributeInformation info)
 Gets the next attribute encountered on the object, if any, that satisfies the given iterator. More...
 
unsafe
NXOpen.NXObject.AttributeInformation 
GetUserAttribute (string title, NXOpen.NXObject.AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. More...
 
unsafe bool GetBooleanUserAttribute (string title, int index)
 Gets a boolean attribute by Title and array Index. More...
 
unsafe int GetIntegerUserAttribute (string title, int index)
 Gets an integer attribute by Title and array Index. More...
 
unsafe double GetRealUserAttribute (string title, int index)
 Gets a real attribute by Title and array Index. More...
 
unsafe string GetStringUserAttribute (string title, int index)
 Gets a string attribute by Title and array Index. More...
 
unsafe string GetTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.ComputationalTime 
GetComputationalTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (NXOpen.AttributeIterator iterator)
 Gets all the attributes that have been set on the given object, if any, that satisfy the given iterator. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset)
 Gets all the attributes of the given object. More...
 
unsafe string GetUserAttributeAsString (string title, NXOpen.NXObject.AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given title, type and array index. More...
 
unsafe void DeleteUserAttributes (NXOpen.AttributeIterator iterator, NXOpen.Update.Option option)
 Deletes the attributes on the object, if any, that satisfy the given iterator More...
 
unsafe void DeleteUserAttribute (NXOpen.NXObject.AttributeType type, string title, bool deleteEntireArray, NXOpen.Update.Option option)
 Deletes the first attribute encountered with the given Type, Title. More...
 
unsafe void DeleteUserAttributes (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes the attributes encountered with the given Type with option to update or not. More...
 
unsafe void SetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type, bool @lock)
 Lock or unlock the given attribute. More...
 
unsafe bool GetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type)
 Determine the lock of the given attribute. More...
 
unsafe NXOpen.NXObject[] GetUserAttributeSourceObjects ()
 Returns an array of objects from which this object presents attributes. More...
 
unsafe void SetPdmReferenceAttribute (string attributeTitle, string attributeValue)
 Sets the value of PDM Reference attribute on the object. More...
 
unsafe string GetPdmReferenceAttributeValue (string attributeTitle)
 Gets the value of PDM Reference attribute for given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttribute (string title, bool includeUnset, bool addStringValues, NXOpen.NXObject.AttributeType type)
 Gets the first attribute (or attribute array) encountered on the object, if any, with a given Title and Type. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset, bool addStringValues)
 Gets all the attributes of the given object. More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type)
 Deletes all attributes of a specific type. More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes all attributes of a specific type with the option to update or not. More...
 
unsafe void SetAttribute (string title, int value)
 Creates or modifies an integer attribute. More...
 
unsafe void SetAttribute (string title, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, double value)
 Creates or modifies a real attribute. More...
 
unsafe void SetAttribute (string title, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, string value)
 Creates or modifies a string attribute. More...
 
unsafe void SetAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title)
 Creates or modifies a null attribute which is an attribute with a title and no value. More...
 
unsafe void SetAttribute (string title, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetTimeAttribute (string title, string value)
 Creates or modifies a time attribute. More...
 
unsafe void SetTimeAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe int GetIntegerAttribute (string title)
 Gets an integer attribute by title. More...
 
unsafe double GetRealAttribute (string title)
 Gets a real attribute by title. More...
 
unsafe string GetStringAttribute (string title)
 Gets a string attribute value by title. More...
 
unsafe string GetTimeAttribute (NXOpen.NXObject.DateAndTimeFormat format, string title)
 Gets a time attribute by title. More...
 
unsafe string GetReferenceAttribute (string title)
 Gets the reference string (not the calculated value) of a string attribute that uses a reference string. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title)
 Deletes an attribute by type and title. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title, NXOpen.Update.Option option)
 Deletes an attribute by type and title with the option to update or not. More...
 
unsafe void SetReferenceAttribute (string title, string value)
 Creates or modifies a string attribute which uses a reference string. More...
 
unsafe void SetReferenceAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute which uses a reference string, with the option to update or not. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetAttributeTitlesByType (NXOpen.NXObject.AttributeType type)
 Gets all the attribute titles of a specific type. More...
 
unsafe string[] GetUserAttributesAsStrings ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
unsafe void Print ()
 Prints a representation of this object to the system log file. More...
 
unsafe void SetName (string name)
 Sets the custom name of the object. More...
 

Properties

unsafe bool AllowMultipleTargetPartitions [get, set]
 Returns or sets the allow multiple target partitions property, if set to false (default) only first target partition will be considered More...
 
unsafe NXOpen.Assemblies.Component ComponentInWorkset [get]
 Returns the NXOpen.Assemblies.Component that corresponds to this subset in the workset NXOpen.Assemblies.ComponentAssembly . More...
 
unsafe string Description [get]
 Returns the description of this subset. More...
 
unsafe bool DisplayExcludedDesignElements [get, set]
 Returns or sets the design elements excluded from spatial search to be displayed or not More...
 
unsafe
NXOpen.Assemblies.Subset.PartitionViewStyleType 
PartitionViewStyle [get, set]
 Returns or sets the partition view style to show. More...
 
unsafe bool ShowSubsetStructure [get, set]
 Returns or sets the subset structure to be shown or not. More...
 
unsafe
NXOpen.Assemblies.Subset.ContentType 
SubsetType [get]
 Returns the type of plm object used to create subset. More...
 
- Properties inherited from NXOpen.NXObject
unsafe bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe string Name [get]
 Returns the custom name of the object. More...
 
unsafe NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
unsafe NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
unsafe NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Detailed Description

A subset is a set of design elements within a collaborative design.

To create or edit an instance of this class, use NXOpen.Assemblies.SubsetBuilder

Created in NX8.5.0

Member Enumeration Documentation

Represents the content type for a subset.

Enumerator
Public 

Represents a public content subset

Baseline 

Represents a baseline content subset

ChangeNotice 

Represents a change notice content subset

Represents the type of partition view style to show for a subset.

Enumerator
None 

Show no partition view style for subset

Flat 

Show flat partition view style for subset

Hierarchical 

Show hierachical view style for subset

Member Function Documentation

unsafe void NXOpen.Assemblies.Subset.AddAllChildrenToSubset ( NXOpen.Assemblies.Component[]  reuseDesignElements)

Adds all the child components of the selected Reuse Design Element to the owning subset.

Created in NX8.5.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
reuseDesignElements
unsafe void NXOpen.Assemblies.Subset.AddConnectedByElements ( )

Add Elements to a subset that reference the existing Design Elements in it by a Connection relation.

A typical example will be to add Weld Design Features that reference any of the Design Elements in this subset. The recipe will be modified and explicit include terms will be added for each Element. The modified recipe will be replayed at the end of the operation. See NXOpen.Assemblies.Subset.AddInterpartParents "

Created in NX8.5.1

License requirements: nx_4gd_integration ("4th Generation Design")

unsafe NXOpen.PartLoadStatus NXOpen.Assemblies.Subset.AddDesignElementsToSubset ( NXOpen.PDM.ModelElementRevision[]  designElements)

Adds the specified NXOpen.PDM.ModelElementRevision s as members of the subset.

The subset recipe will be edited to include these elements with explicit include terms. A replay of the entire recipe will not be performed. The specified elements will be appended to the subset. See NXOpen.Assemblies.Subset.ReplayRecipe

Created in NX11.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
designElements
Returns
unsafe void NXOpen.Assemblies.Subset.AddInterpartParents ( )

Add sources of interpart relationships (wave links in the subset and Connected To relationships for design features) that are not in the specified subset to the subset recipe.

The recipe will be modified and explicit include terms will be added for each parent. The modified recipe will be replayed at the end of the operation.

Created in NX8.5.0

License requirements: nx_4gd_integration ("4th Generation Design")

unsafe void NXOpen.Assemblies.Subset.AddNewChildrenToSubset ( )

If the Reuse Design Elements in the subset contain any new components which were not added to the subset because its owning workset was not the displayed part at the time of creation, then add those new components to the subset now.

Created in NX8.5.0

License requirements: nx_4gd_integration ("4th Generation Design")

unsafe bool NXOpen.Assemblies.Subset.CanReplaceContentDefinition ( NXOpen.ContentDefinition  contentDefinition)

Checks if the NXOpen.ContentDefinition object on the Subset can be replaced with the specified NXOpen.ContentDefinition object.

Created in NX11.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
contentDefinition
Returns
unsafe void NXOpen.Assemblies.Subset.DeleteFromCollaborativeDesign ( NXOpen.NXObject[]  designElement)

Deletes the design elements from the owning NXOpen.CollaborativeDesign .

Created in NX8.5.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
designElement
unsafe void NXOpen.Assemblies.Subset.DeletePositioningTask ( NXOpen.Assemblies.PositioningTask  positioningTask)

Deletes the NXOpen.Assemblies.PositioningTask from this subset.

Created in NX10.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
positioningTask
unsafe NXOpen.Assemblies.PositioningTask [] NXOpen.Assemblies.Subset.GetAllPositioningTasks ( )

Gets all NXOpen.Assemblies.PositioningTask that belong to this subset.

Created in NX10.0.0

License requirements: None.

Returns
unsafe NXOpen.PDM.DesignElementRevision [] NXOpen.Assemblies.Subset.GetDesignElementRevisionMembers ( )

The NXOpen.PDM.DesignElementRevision s that are members of this subset.

Note that this does not include elements that have been loaded only because they contain a NXOpen.PDM.DesignSubordinateRevision that belongs to this subset. See GetDesignElementRevisionParents

Created in NX8.5.0

License requirements: nx_4gd_integration ("4th Generation Design")

Returns
unsafe NXOpen.PDM.DesignElementRevision [] NXOpen.Assemblies.Subset.GetDesignElementRevisionParents ( )

The NXOpen.PDM.DesignElementRevision s that have been loaded because they contain a NXOpen.PDM.DesignSubordinateRevision that belongs to this subset.

Created in NX8.5.0

License requirements: nx_4gd_integration ("4th Generation Design")

Returns
unsafe NXOpen.PDM.DesignSubordinateRevision [] NXOpen.Assemblies.Subset.GetDesignSubordinateRevisionMembers ( )

The NXOpen.PDM.DesignSubordinateRevision s that are members of this subset.

Note that this does not include elements that have been loaded only because they contain a NXOpen.PDM.DesignSubordinateRevision that belongs to this subset. See GetDesignSubordinateRevisionParents

Created in NX8.5.0

License requirements: nx_4gd_integration ("4th Generation Design")

Returns
unsafe NXOpen.PDM.DesignSubordinateRevision [] NXOpen.Assemblies.Subset.GetDesignSubordinateRevisionParents ( )

The NXOpen.PDM.DesignSubordinateRevision s that have been loaded because they contain a NXOpen.PDM.DesignSubordinateRevision that belongs to this subset.

Created in NX8.5.0

License requirements: nx_4gd_integration ("4th Generation Design")

Returns
unsafe void NXOpen.Assemblies.Subset.GetTargetPartitionSet ( out NXOpen.Assemblies.Partition[]  partitions)

Gets the list of array of target partitions that are set on the subsetInstance

Created in NX12.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
partitions
unsafe void NXOpen.Assemblies.Subset.HideCollaborativeDesignPreview ( )

Hides the preview for the Collaborative Design in the graphics window if it was already displayed.

See ShowCollaborativeDesignPreview .

Created in NX8.5.1

License requirements: nx_4gd_integration ("4th Generation Design")

unsafe bool NXOpen.Assemblies.Subset.IsCollaborativeDesignPreviewDisplayed ( )

Is the preview for the Collaborative Design being displayed in the Graphics window.

Created in NX8.5.1

License requirements: nx_4gd_integration ("4th Generation Design")

Returns
unsafe void NXOpen.Assemblies.Subset.RemoveDesignElements ( NXOpen.NXObject[]  designElements)

Removes the design elements from this subset.

This will not delete the design element from the owning NXOpen.CollaborativeDesign .

Created in NX8.5.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
designElements
unsafe void NXOpen.Assemblies.Subset.ReplaceContentDefinition ( NXOpen.ContentDefinition  contentDefinition)

Replace the NXOpen.ContentDefinition object on the Subset.

Created in NX11.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
contentDefinition
unsafe void NXOpen.Assemblies.Subset.ReplayRecipe ( )

Replay this subset.

This will perform a search using the current subset recipe and configuration. The contents of the subset will be changed accordingly.

Created in NX8.5.0

License requirements: nx_4gd_integration ("4th Generation Design")

unsafe void NXOpen.Assemblies.Subset.SetContentDefinition ( NXOpen.ContentDefinition  contentDefinition)

Set a new NXOpen.ContentDefinition object on the Subset.

Created in NX11.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
contentDefinition
unsafe void NXOpen.Assemblies.Subset.SetTargetPartitionSet ( NXOpen.Assemblies.Partition[]  partitions)

Sets the list of array of target partitions on the subsetInstance

Created in NX12.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
partitions
unsafe bool NXOpen.Assemblies.Subset.ShowCollaborativeDesignPreview ( )

Displays the preview for the Collaborative Design in the graphics window.

The preview is stored as a JT dataset on the Collaborative Design. Any transformation specific to this subset will also be applied to the preview. isPreviewAvailable will be false if no JT dataset could be found. See HideCollaborativeDesignPreview .

Created in NX8.5.1

License requirements: nx_4gd_integration ("4th Generation Design")

Returns

Property Documentation

unsafe bool NXOpen.Assemblies.Subset.AllowMultipleTargetPartitions
getset

Returns or sets the allow multiple target partitions property, if set to false (default) only first target partition will be considered

Created in NX12.0.0

License requirements to get this property: nx_4gd_integration ("4th Generation Design")

License requirements to set this property: nx_4gd_integration ("4th Generation Design")

unsafe NXOpen.Assemblies.Component NXOpen.Assemblies.Subset.ComponentInWorkset
get

Returns the NXOpen.Assemblies.Component that corresponds to this subset in the workset NXOpen.Assemblies.ComponentAssembly .

Created in NX8.5.0

License requirements: nx_4gd_integration ("4th Generation Design")

unsafe string NXOpen.Assemblies.Subset.Description
get

Returns the description of this subset.

Created in NX8.5.0

License requirements: nx_4gd_integration ("4th Generation Design")

unsafe bool NXOpen.Assemblies.Subset.DisplayExcludedDesignElements
getset

Returns or sets the design elements excluded from spatial search to be displayed or not

Created in NX10.0.0

License requirements to get this property: nx_4gd_integration ("4th Generation Design")

License requirements to set this property: nx_4gd_integration ("4th Generation Design")

unsafe NXOpen.Assemblies.Subset.PartitionViewStyleType NXOpen.Assemblies.Subset.PartitionViewStyle
getset

Returns or sets the partition view style to show.

Created in NX9.0.0

License requirements to get this property: nx_4gd_integration ("4th Generation Design")

License requirements to set this property: nx_4gd_integration ("4th Generation Design")

unsafe bool NXOpen.Assemblies.Subset.ShowSubsetStructure
getset

Returns or sets the subset structure to be shown or not.

Created in NX9.0.0

License requirements to get this property: nx_4gd_integration ("4th Generation Design")

License requirements to set this property: nx_4gd_integration ("4th Generation Design")

unsafe NXOpen.Assemblies.Subset.ContentType NXOpen.Assemblies.Subset.SubsetType
get

Returns the type of plm object used to create subset.

Created in NX11.0.0

License requirements: nx_4gd_integration ("4th Generation Design")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.