NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ContentType { Public, Baseline, ChangeNotice }
 Represents the content type for a subset. More...
 
enum  PartitionViewStyleType { None, Flat, Hierarchical }
 Represents the type of partition view style to show 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 AddAllChildrenToSubset (NXOpen.Assemblies.Component[] reuseDesignElements)
 Adds all the child components of the selected Reuse Design Element to the owning subset. More...
 
unsafe void AddConnectedByElements ()
 Add Elements to a subset that reference the existing Design Elements in it by a Connection relation. More...
 
unsafe NXOpen.PartLoadStatus AddDesignElementsToSubset (NXOpen.PDM.ModelElementRevision[] designElements)
 Adds the specified NXOpen.PDM.ModelElementRevision s as members of the subset. 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 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 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 void DeleteFromCollaborativeDesign (NXOpen.NXObject[] designElement)
 Deletes the design elements from the owning NXOpen.CollaborativeDesign . More...
 
unsafe void DeletePositioningTask (NXOpen.Assemblies.PositioningTask positioningTask)
 Deletes the NXOpen.Assemblies.PositioningTask from this subset. More...
 
unsafe
NXOpen.Assemblies.PositioningTask[] 
GetAllPositioningTasks ()
 Gets all NXOpen.Assemblies.PositioningTask that belong to this subset. 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 GetShowFullPartitionStructure ()
 Gets the show full partition structure property. 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 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 RemoveDesignElements (NXOpen.NXObject[] designElements)
 Removes the design elements from this subset. More...
 
unsafe void ReplaceContentDefinition (NXOpen.ContentDefinition contentDefinition)
 Replace the NXOpen.ContentDefinition object on the Subset. More...
 
unsafe void ReplayPartitionRecipeInTeamcenter (NXOpen.Assemblies.Partition[] partitions)
 Replays the recipe on the partitions in teamcenter. More...
 
unsafe void ReplayRecipe ()
 Replay this subset. More...
 
unsafe void SetContentDefinition (NXOpen.ContentDefinition contentDefinition)
 Set a new NXOpen.ContentDefinition object on the Subset. More...
 
unsafe void SetShowFullPartitionStructure (bool showFullPartitionStructure)
 Sets the property on the Subset. More...
 
unsafe void SetTargetPartitionSet (NXOpen.Assemblies.Partition[] partitions)
 Sets the list of array of target partitions on the subsetInstance More...
 
unsafe bool ShowCollaborativeDesignPreview ()
 Displays the preview for the Collaborative Design in the graphics window. More...
 
- Public Member Functions inherited from NXOpen.NXObject
unsafe NXOpen.AttributeIterator CreateAttributeIterator ()
 Create an attribute iterator 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 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 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.AttributeIterator iterator, NXOpen.Update.Option option)
 Deletes the attributes on the object, if any, that satisfy the given iterator 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 NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetAttributeTitlesByType (NXOpen.NXObject.AttributeType type)
 Gets all the attribute titles of a specific type. More...
 
unsafe bool GetBooleanUserAttribute (string title, int index)
 Gets a boolean 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 int GetIntegerAttribute (string title)
 Gets an integer attribute by title. More...
 
unsafe int GetIntegerUserAttribute (string title, int index)
 Gets an integer attribute by Title and array Index. 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 string GetPdmReferenceAttributeValue (string attributeTitle)
 Gets the value of PDM Reference attribute for given object. More...
 
unsafe double GetRealAttribute (string title)
 Gets a real attribute by title. More...
 
unsafe double GetRealUserAttribute (string title, int index)
 Gets a real attribute by Title and array Index. 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 string GetStringAttribute (string title)
 Gets a string attribute value by title. More...
 
unsafe string GetStringUserAttribute (string title, int index)
 Gets a string attribute by Title and array Index. More...
 
unsafe string GetTimeAttribute (NXOpen.NXObject.DateAndTimeFormat format, string title)
 Gets a time attribute by title. More...
 
unsafe string GetTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. 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
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 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 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 bool GetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type)
 Determine the lock of the given attribute. 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
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset, bool addStringValues)
 Gets all the attributes of the given object. More...
 
unsafe string[] GetUserAttributesAsStrings ()
 Gets all the attributes that have been set on the given object. 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 NXOpen.NXObject[] GetUserAttributeSourceObjects ()
 Returns an array of objects from which this object presents attributes. 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 void Print ()
 Prints a representation of this object to the system log file. 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 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 void SetName (string name)
 Sets the custom name of the object. More...
 
unsafe void SetPdmReferenceAttribute (string attributeTitle, string attributeValue)
 Sets the value of PDM Reference attribute on the object. 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 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 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 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 SetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type, bool @lock)
 Lock or unlock the given attribute. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. 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.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. 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...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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)
inline

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 ( )
inline

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)
inline

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 ( )
inline

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 ( )
inline

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)
inline

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)
inline

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)
inline

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 ( )
inline

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 ( )
inline

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 ( )
inline

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 ( )
inline

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 ( )
inline

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 bool NXOpen.Assemblies.Subset.GetShowFullPartitionStructure ( )
inline

Gets the show full partition structure property.

If it is set to false, then the assembly navigator displays only the partitions having some partitionable contents. If the property is set to true (default) and if the NXOpen.Assemblies.Subset.PartitionViewStyleType is set to NXOpen.Assemblies.Subset.PartitionViewStyleType.Hierarchical , then the assembly navigator displays all partition in the viewed partititon scheme. If the NXOpen.Assemblies.Subset.PartitionViewStyleType is NXOpen.Assemblies.Subset.PartitionViewStyleType.Flat or NXOpen.Assemblies.Subset.PartitionViewStyleType.None or if the viewed partition scheme is not set, then this property is ignored.

Created in NX1847.0.0

License requirements: None.

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

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 ( )
inline

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 ( )
inline

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)
inline

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)
inline

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.ReplayPartitionRecipeInTeamcenter ( NXOpen.Assemblies.Partition[]  partitions)
inline

Replays the recipe on the partitions in teamcenter.

The recipe can be replayed only for dynamic partitions Replaying the recipe on the dynamic partition will update the subset contents based on the updated contents of the partitions

Created in NX1847.0.0

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

Parameters
partitions
unsafe void NXOpen.Assemblies.Subset.ReplayRecipe ( )
inline

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)
inline

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.SetShowFullPartitionStructure ( bool  showFullPartitionStructure)
inline

Sets the property on the Subset.

This property is used only when the viewed partition scheme is set. If this property value is set to true, all the partitions in the viewed partition scheme will be displayed in the assembly navigator, even if they do not have any contents.

Created in NX1847.0.0

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

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

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 ( )
inline

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.