1
0
Fork 0
mirror of http://GITTEA.DEV/O/O synced 2024-10-06 00:37:59 +02:00

Add files via upload

This commit is contained in:
0000OOOO0000 2021-04-26 03:15:29 +03:00 committed by GitHub
parent 8a9be3443c
commit b1f239c765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 4759 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Palette author="UGNX2.0" originalURI="C:\Users\Administrator\AppData\Local\Siemens\NX1953\history.pax" schemaVersion="1.0" xmlns="http://www.ugsolutions.com/Schemas/2002/UGPalettes"><Presentation application="All" bitmap="clock" name="History" translate="0"/>
<PaletteEntry id="h0"><ObjectData class="UGHistory"><ObjectData class="Inferred"><Filename>C:\O\O_AIDIV_O_VIDIA_O\O_XN_O_NX_O\TЯP.O.PRT</Filename></ObjectData><LastAccess day="26" month="04" time="02:11:42" year="2021"/></ObjectData><Presentation name="TЯP.O.PRT from C:\O\O_AIDIV_O_VIDIA_O\O_XN_O_NX_O" pinState="1"><PreviewImage location="C:\O\O_AIDIV_O_VIDIA_O\O_XN_O_NX_O\TЯP.O.PRT" type="UGPart"/></Presentation></PaletteEntry>
</Palette>

View file

@ -0,0 +1,367 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- -->
<!--
This is the customer default configuration file for ship structure view navigator.
The xml file define the structure hierarchy to be shown in the navigator.
The top element "View" define the overall content of the navigator.
The following table describes the use of each sub elements of "View" element.
"node" Define levels of the navigator and what data is included in the level.
"contextMenu" Define context menu item list for each node (and its child nodes).
"assignRules" Define assign rules for ship part node to be reassigned.
"partRuleItem" Define part rule item. A part rule item contain 5 attributes:
1. System type of referenced part
2. Context attribute of referenced part
3. By Part Attribute
For instance, byPartAttribute="SAW_SECTION_BLOCK=*" to find all parts with attribute tile but ignore the value,
byPartAttribute="SAW_SECTION_BLOCK=69" to find all parts with attribute and specific value.
Attribute value is string type only in ship.
4. By Part Name
For instance, byPartName="*Fr61*" means to find parts with name contains Fr61.
This will help collect all structures on such frame.
5. Container node ID
It is used to define the target container node to collect all part nodes which represent parts have the matched name or matched attributes.
System type attribute (SAW_NAME) and context attribute (SAW_SUB_NAME) are assigned to the bodies of referenced part when creating ship features.
Please refer to nxship/data/NX_ShipAttribute.xml for valid Sysetm types (featureTitle) and Context attributes.
"primaryView" Define the information of primary view window in this navigator.
"column" Define the information to be displayed in the columns of the navigator for ship data.
1. The application attribute value in column can be "Basic Design" and "Detail Design".
2. If the value is equal to "Basic Design", then the column is only visible in Ship Basic Design application.
3. If the value is equal to "Detail Design", then the column is only visible in Ship Detail Design application.
4. If no application attribute provided, the column is visible in all application.
-->
<view name="Ship Structures" nodeId="SSN_ShipStructures" icon="nx_ship_generic" expand="true" defaultNavigator="true" modifiable="false">
<node name="Basic Design" nodeId="BasicDesign" icon="nx_ship_generic" expand="true" modifiable="true" application="Basic Design">
<contextMenu>
<!-- standard actions -->
<!-- system will provide following standard actions. -->
<!-- the key words below are reserved for system: -->
<!-- CreateHull: Pop up basic design Hull UI -->
<!-- CreateDeck: Pop up basic design Deck UI -->
<!-- CreateTransverseBulkhead: Pop up basic design Transverse Bulkhead UI -->
<!-- CreateLongitudinalBulkhead: Pop up basic design Longitudinal Bulkhead UI -->
<!-- CreateStiffenerSystem: Pop up basic design stiffener system UI -->
<!-- CreateEdgeReinforcementSystem: Pop up basic design Edge Reinforcement system UI -->
<!-- CreatePillarSystem: Pop up basic design Pillar system UI -->
<!-- CreateSeam: Pop up basic design Seam UI -->
<!-- DeleteSeam: Pop up basic design Delete Seam UI -->
<!-- EditStock: Pop up basic design Edit Stock UI -->
<!-- EditContextAttributes: Pop up basic design Edit Context Attributes UI -->
<!-- CalculateWeightAndCOG: Pop up basic design Weight and COG UI -->
<!-- TransitionParts: Pop up basic design Transition UI -->
<!-- CopyBasicDesignObjects: Pop up basic design Copy Basic Design Objects UI -->
<!-- CAEPrepation: Pop up basic design CAE Prep UI -->
<!-- MaterialEstimate: Pop up basic design Material Estimate UI -->
<!-- CreatePlate: Pop up detail design Plate UI -->
<!-- CreatePillar: Pop up detail design Pillar UI -->
<!-- CreateStiffener: Pop up detail design Stiffener UI -->
<!-- CreatePlateChamfer: Pop up detail design Plate Chamfer UI -->
<!-- CreateEndCut: Pop up detail design End Cut UI -->
<!-- CreateCornerCut: Pop up detail design Corner Cut UI -->
<!-- CreateAlongGuideCut: Pop up detail design Along Guide Cut UI -->
<!-- CreateEdgeCut: Pop up detail design Edge Cut UI -->
<!-- CreateSteelInsulation: Pop up detail design Steel Insulation UI -->
<!-- ConvertToSheetMetal: Pop up detail design Convert to Sheet Metal UI -->
<!-- CreateFlange: Pop up detail design Flange UI -->
<!-- CreateClosedCorner: Pop up detail design Closed Corner UI -->
<!-- CopyDetailDesignObjects: Pop up detail design Copy Detail Design Objects UI -->
<!-- SplitShipStructure: Pop up detail design Stiffener Split Ship Structure UI -->
<!-- RemoveSplit: Pop up detail design Remove Split UI -->
<!-- ProfileTransition: Pop up detail design Profile Transition UI -->
<!-- CreateProfileCutout: Pop up basic/detail design Profile Cutout UI -->
<!-- CreateStandardPart: Pop up basic/detail design standard part UI -->
<!-- CreateBracket: Pop up basic/detail design Bracket UI -->
<!-- CreateCollarPlate: Pop up basic/detail design Collar Plate UI -->
<!-- CreateCutout: Pop up basic/detail design Cutout UI -->
<!-- CreateBreakdown: Pop up Spatial Breakdown UI with type Breakdown -->
<!-- SetContainer: Pop up basic/detail design Ship Container UI -->
<!-- MirrorShipStructure: Pop up basic/detail design Mirror Ship structure UI -->
<!-- ExamineSteelFeatures: Pop up basic/detail design Examine Steel Features UI -->
<!-- AddNode: Pop up Node definition UI -->
<!-- EditNode: Pop up Node definition UI with information on this node-->
<!-- DeletetNode: Delete selected node not delete underline ship data-->
<!-- SetActiveNode: Set selected node as active node -->
<!-- CopyNode: Put the ship data node on the clipboard to allow
you to paste it within another structure node. -->
<!-- PasteNode: Add the ship data node that is on the clipboard to
this node in the hierarchy. -->
<!--
<item name="Create Ship Deck..." function="CreateDeck@Standard"/>
-->
<!-- customizable actions can be defined using following format: -->
<!-- CustomerAPIName@CustomerLibraryName -->
<!-- CustomerAPIName: defines c++ extern/exported API method name -->
<!-- CustomerLibraryName: customer library name, for instance, libCCS.dll -->
<!--
<item name="Do customer action 1..." function="CustomerAPIName1@CustomerLibraryName"/>
<item name="Do customer action 2..." function="CustomerAPIName2@CustomerLibraryName"/>
-->
<item name="Add Node..." function="AddNode@Standard" defaultName="New" />
<item name="Edit Node..." function="EditNode@Standard"/>
<item name="Delete Node..." function="DeleteNode@Standard"/>
<item name="Copy Node..." function="CopyNode@Standard"/>
<item name="Cut Node..." function="CutNode@Standard"/>
<item name="Paste Node..." function="PasteNode@Standard"/>
<item name="Set Active Node..." function="SetActiveNode@Standard"/>
</contextMenu>
<node name="Hull" nodeId="BD_Hull" expand="false" modifiable="true"/>
<node name="Transverse Systems" nodeId="BD_TransverseSystems" expand="false" modifiable="true">
<node name="Transverse Bulkheads" nodeId="BD_TransverseBulkheads" expand="false" modifiable="true"/>
<node name="Transverse Girders" nodeId="BD_TransverseGirders" expand="false" modifiable="true"/>
<node name="Transverse Plates" nodeId="BD_TransversePlates" expand="false" modifiable="true"/>
<node name="Web Frames" nodeId="BD_WebFrames" expand="false" modifiable="true"/>
<node name="Corrugated Plates" nodeId="BD_CorrugatedPlates" expand="false" modifiable="true"/>
<node name="Foundations" nodeId="BD_Foundations" expand="false" modifiable="true"/>
<node name="Swashes" nodeId="BD_Swashes" expand="false" modifiable="true"/>
<node name="Transverse Stools" nodeId="BD_TransverseStools" expand="false" modifiable="true"/>
</node>
<node name="Longitudinal Systems" nodeId="BD_LongitudinalSystems" expand="false" modifiable="true">
<node name="Longitudinal Bulkheads" nodeId="BD_LongitudinalBulkheads" expand="false" modifiable="true"/>
<node name="Longitudinal Plates" nodeId="BD_LongitudinalPlates" expand="false" modifiable="true"/>
<node name="Longitudinal Girders" nodeId="BD_LongitudinalGirders" expand="false" modifiable="true"/>
<node name="Longitudinal Strengthes" nodeId="BD_LongitudinalStrengthes" expand="false" modifiable="true"/>
</node>
<node name="Horizontal Systems" nodeId="BD_HorizontalSystems" expand="false" modifiable="true">
<node name="Decks" nodeId="BD_Decks" expand="false" modifiable="true"/>
<node name="Horizontal Plates" nodeId="BD_HorizontalPlates" expand="false" modifiable="true"/>
<node name="Platforms" nodeId="BD_Platforms" expand="false" modifiable="true"/>
<node name="Flats" nodeId="BD_Flats" expand="false" modifiable="true"/>
<node name="Horizontal Girders" nodeId="BD_HorizontalGirders" expand="false" modifiable="true"/>
<node name="Tank Tops" nodeId="BD_TankTops" expand="false" modifiable="true"/>
<node name="Horizontal Stools" nodeId="BD_HorizontalStools" expand="false" modifiable="true"/>
<node name="Gratings" nodeId="BD_Gratings" expand="false" modifiable="true"/>
</node>
<node name="Generic Systems" nodeId="BD_GenericSystems" expand="false" modifiable="true">
<node name="Generic Plate Systems" nodeId="BD_GenericPlateSystems" expand="false" modifiable="true"/>
<node name="Superstructures" nodeId="BD_Superstructures" expand="false" modifiable="true"/>
<node name="Stack" nodeId="BD_Stacks" expand="false" modifiable="true"/>
<node name="Hawse Pipes" nodeId="BD_HawsePipes" expand="false" modifiable="true"/>
<node name="Chain Lockers" nodeId="BD_ChainLockers" expand="false" modifiable="true"/>
<node name="Fairwaters" nodeId="BD_Fairwaters" expand="false" modifiable="true"/>
</node>
</node>
<node name="Detail Design" nodeId="DetailDesign" icon="nx_ship_generic" expand="true" modifiable="true" application="Detail Design">
<contextMenu>
<item name="Add Node..." function="AddNode@Standard" defaultName="New" />
<item name="Edit Node..." function="EditNode@Standard"/>
<item name="Delete Node..." function="DeleteNode@Standard"/>
<item name="Copy Node..." function="CopyNode@Standard"/>
<item name="Cut Node..." function="CutNode@Standard"/>
<item name="Paste Node..." function="PasteNode@Standard"/>
<item name="Set Active Node..." function="SetActiveNode@Standard"/>
</contextMenu>
<node name="BLK-83" nodeId="DD_BLK-83" expand="true" modifiable="true">
<node name="Plates" nodeId="DD_Plates" expand="true" modifiable="true">
<node name="Hull Plates" nodeId="DD_HullPlates" expand="false" modifiable="true"/>
<node name="Transverse Plates" nodeId="DD_TransversePlates" expand="false" modifiable="true">
<node name="Transverse Bulkheads" nodeId="DD_TransverseBulkheads" expand="false" modifiable="true"/>
<node name="Transverse Girders" nodeId="DD_TransverseGirders" expand="false" modifiable="true"/>
<node name="Transverse Plates" nodeId="DD_TransversePlates" expand="false" modifiable="true"/>
<node name="Web Frames" nodeId="DD_WebFrames" expand="false" modifiable="true"/>
<node name="Corrugated Plates" nodeId="DD_CorrugatedPlates" expand="false" modifiable="true"/>
<node name="Foundations" nodeId="DD_Foundations" expand="false" modifiable="true"/>
<node name="Swashes" nodeId="DD_Swashes" expand="false" modifiable="true"/>
<node name="Transverse Stools" nodeId="DD_TransverseStools" expand="false" modifiable="true"/>
</node>
<node name="Longitudinal Plates" nodeId="DD_LongitudinalPlates" expand="false" modifiable="true">
<node name="Longitudinal Bulkheads" nodeId="DD_LongitudinalBulkheads" expand="false" modifiable="true"/>
<node name="Longitudinal Plates" nodeId="DD_LongitudinalPlates" expand="false" modifiable="true"/>
<node name="Longitudinal Girders" nodeId="DD_LongitudinalGirders" expand="false" modifiable="true"/>
<node name="Longitudinal Strengthes" nodeId="DD_LongitudinalStrengthes" expand="false" modifiable="true"/>
</node>
<node name="Horizontal Plates" nodeId="DD_HorizontalPlates" expand="false" modifiable="true">
<node name="Decks" nodeId="DD_Decks" expand="false" modifiable="true"/>
<node name="Horizontal Plates" nodeId="DD_HorizontalPlates" expand="false" modifiable="true"/>
<node name="Platforms" nodeId="DD_Platforms" expand="false" modifiable="true"/>
<node name="Flats" nodeId="DD_Flats" expand="false" modifiable="true"/>
<node name="Horizontal Girders" nodeId="DD_HorizontalGirders" expand="false" modifiable="true"/>
<node name="Tank Tops" nodeId="DD_TankTops" expand="false" modifiable="true"/>
<node name="Horizontal Stools" nodeId="DD_HorizontalStools" expand="false" modifiable="true"/>
<node name="Gratings" nodeId="DD_Gratings" expand="false" modifiable="true"/>
</node>
<node name="Generic Plates" nodeId="DD_GenericPlates" expand="false" modifiable="true">
<node name="Generic Plate Systems" nodeId="DD_GenericPlateSystems" expand="false" modifiable="true"/>
<node name="Superstructures" nodeId="DD_Superstructures" expand="false" modifiable="true"/>
<node name="Stacks" nodeId="DD_Stacks" expand="false" modifiable="true"/>
<node name="Hawse Pipes" nodeId="DD_HawsePipes" expand="false" modifiable="true"/>
<node name="Chain Lockers" nodeId="DD_ChainLockers" expand="false" modifiable="true"/>
<node name="Fairwaters" nodeId="DD_Fairwaters" expand="false" modifiable="true"/>
</node>
<node name="Brackets" nodeId="DD_Brackets" expand="false" modifiable="true"/>
<node name="Collar Plates" nodeId="DD_CollarPlates" expand="false" modifiable="true"/>
</node>
<node name="Stiffeners" nodeId="DD_Stiffeners" expand="false" modifiable="true">
<node name="Stiffener Systems" nodeId="DD_StiffenerSystems" expand="false" modifiable="true"/>
<node name="Longitudinals" nodeId="DD_Longitudinals" expand="false" modifiable="true"/>
<node name="Longitudinal Strengthes" nodeId="DD_Stiffener_LongitudinalStrengthes" expand="false" modifiable="true"/>
<node name="Transverses" nodeId="DD_Transverses" expand="false" modifiable="true"/>
<node name="Verticals" nodeId="DD_Verticals" expand="false" modifiable="true"/>
<node name="Foundations" nodeId="DD_Stiffener_Foundations" expand="false" modifiable="true"/>
<node name="Headers" nodeId="DD_Headers" expand="false" modifiable="true"/>
<node name="Corner Supports" nodeId="DD_CornerSupports" expand="false" modifiable="true"/>
<node name="Bummers" nodeId="DD_Bummers" expand="false" modifiable="true"/>
</node>
<node name="Edge Reinforcements" nodeId="DD_EdgeReinforcements" expand="false" modifiable="true">
<node name="Edge Reinforcement Systems" nodeId="DD_EdgeReinforcementSystems" expand="false" modifiable="true"/>
<node name="Face Plates" nodeId="DD_FacePlates" expand="false" modifiable="true"/>
<node name="Flange Plates" nodeId="DD_FlangePlates" expand="false" modifiable="true"/>
<node name="Coamings" nodeId="DD_Coamings" expand="false" modifiable="true"/>
<node name="Splash Guards" nodeId="DD_SplashGuards" expand="false" modifiable="true"/>
</node>
<node name="Pillars" nodeId="DD_Pillars" expand="false" modifiable="true"/>
</node>
</node>
<node name="Breakdown Structures" nodeId="SpatialBreakdown" expand="false" icon="connection" modifiable="false" application="General Arrangement" BreakdownType="None;Tank;Compartment" BreakdownSubType="None;fuel oil,waste water,ballast water,marine diesel oil;Watertight Compartment,Free Flood Compartment,Buoyant Bodies">
<contextMenu>
<item function="CreateBreakdown@Standard" name="Add Breakdown"/>
<item function="CreateVolume@Standard" name="Add Volume"/>
<item function="EditNode@Standard" name="Edit Node..."/>
<item function="CutNode@Standard" name="Cut Node..."/>
<item function="CopyNode@Standard" name="Copy Node..."/>
<item function="PasteNode@Standard" name="Paste Node..."/>
<item function="DeleteNode@Standard" name="Delete Node..."/>
<item function="SetActiveNode@Standard" name="Set Active Node..."/>
<item function="CreatePhysicalCompartment@Standard" name="Physical Compartment..."/>
</contextMenu>
<node expand="true" icon="folder" modifiable="true" name="Tanks" nodeId="BS_Tanks">
<node BreakdownSubType="waste water" BreakdownType="Tank" color="" draggable="true" expand="true" icon="folder" modifiable="true" name="WasteWaterTank" nodeId="Node_WWTank">
<node BreakdownSubType="waste water" BreakdownType="Tank" color="" draggable="true" expand="true" icon="folder" modifiable="true" name="Purpose 1" nodeId="Node_WWTank_P1"/>
</node>
</node>
<node expand="true" icon="folder" modifiable="true" name="Compartments" nodeId="BS_Compartments"/>
</node>
<assignRules>
<!-- Define the mapping rules to automatically assign node with specific attribute to the destination container -->
<!-- For instance, if a plate system with system type attribute, SAW_NAME=Hull, when assigning node per rule, it will be moved to the container with containerNodeId=SSN_MainStructures_ExternalHull-->
<!-- ********************************************* Basic Design Assign Rule ************************************************** -->
<!-- define the rule to gather hull -->
<partRuleItem systemType="Hull" containerNodeId="BD_Hull"/>
<!-- define the rule to gather all the transverse plate systems -->
<partRuleItem systemType="TransverseBulkhead" contextAttribute="Transverse Bulkhead" containerNodeId="BD_TransverseBulkheads"/>
<partRuleItem systemType="TransverseBulkhead" contextAttribute="Transverse Girder" containerNodeId="BD_TransverseGirders"/>
<partRuleItem systemType="TransverseBulkhead" contextAttribute="Transverse Plate" containerNodeId="BD_TransversePlates"/>
<partRuleItem systemType="TransverseBulkhead" contextAttribute="Web Frame" containerNodeId="BD_WebFrames"/>
<partRuleItem systemType="TransverseBulkhead" contextAttribute="Corrugated" containerNodeId="BD_CorrugatedPlates"/>
<partRuleItem systemType="TransverseBulkhead" contextAttribute="Foundation" containerNodeId="BD_Foundations"/>
<partRuleItem systemType="TransverseBulkhead" contextAttribute="Swash" containerNodeId="BD_Swashes"/>
<partRuleItem systemType="TransverseBulkhead" contextAttribute="Stool" containerNodeId="BD_TransverseStools"/>
<partRuleItem systemType="TransverseBulkhead" containerNodeId="BD_TransverseSystems"/>
<!-- define the rule to gather all the longitudinal plate systems -->
<partRuleItem systemType="LongitudinalBulkhead" contextAttribute="Longitudinal Bulkhead" containerNodeId="BD_LongitudinalBulkheads"/>
<partRuleItem systemType="LongitudinalBulkhead" contextAttribute="Longitudinal Plate" containerNodeId="BD_LongitudinalPlates"/>
<partRuleItem systemType="LongitudinalBulkhead" contextAttribute="Longitudinal Girder" containerNodeId="BD_LongitudinalGirders"/>
<partRuleItem systemType="LongitudinalBulkhead" contextAttribute="Longitudinal Strength" containerNodeId="BD_LongitudinalStrengthes"/>
<partRuleItem systemType="LongitudinalBulkhead" containerNodeId="BD_LongitudinalSystems"/>
<!-- define the rule to gather all the horizontal plate systems -->
<partRuleItem systemType="Deck" contextAttribute="Deck" containerNodeId="BD_Decks"/>
<partRuleItem systemType="Deck" contextAttribute="Horizontal Plate" containerNodeId="BD_HorizontalPlates"/>
<partRuleItem systemType="Deck" contextAttribute="Platform" containerNodeId="BD_Platforms"/>
<partRuleItem systemType="Deck" contextAttribute="Flat" containerNodeId="BD_Flats"/>
<partRuleItem systemType="Deck" contextAttribute="Horizontal Girder" containerNodeId="BD_HorizontalGirders"/>
<partRuleItem systemType="Deck" contextAttribute="Tank Top" containerNodeId="BD_TankTops"/>
<partRuleItem systemType="Deck" contextAttribute="Stool" containerNodeId="BD_HorizontalStools"/>
<partRuleItem systemType="Deck" contextAttribute="Grating" containerNodeId="BD_Gratings"/>
<partRuleItem systemType="Deck" containerNodeId="BD_HorizontalSystems"/>
<!-- define the rule to gather all the generic plate systems -->
<partRuleItem systemType="GenericPlateSystem" contextAttribute="Generic Plate System" containerNodeId="BD_GenericPlateSystems"/>
<partRuleItem systemType="GenericPlateSystem" contextAttribute="Superstructure" containerNodeId="BD_Superstructures"/>
<partRuleItem systemType="GenericPlateSystem" contextAttribute="Stack" containerNodeId="BD_Stacks"/>
<partRuleItem systemType="GenericPlateSystem" contextAttribute="Hawse Pipe" containerNodeId="BD_HawsePipes"/>
<partRuleItem systemType="GenericPlateSystem" contextAttribute="Chain Locker" containerNodeId="BD_ChainLockers"/>
<partRuleItem systemType="GenericPlateSystem" contextAttribute="Fairwater" containerNodeId="BD_Fairwaters"/>
<partRuleItem systemType="GenericPlateSystem" containerNodeId="BD_GenericSystems"/>
<!-- ********************************************* Basic Design Assign Rule ************************************************** -->
<!-- ********************************************* Detail Design Assign Rule ************************************************** -->
<!-- the rules concerning gathering detail design profiles -->
<!-- define the rule to gather all the detail profiles -->
<partRuleItem systemType="Profile" byPartName="*Stiffener System*" containerNodeId="DD_StiffenerSystems"/>
<partRuleItem systemType="Profile" byPartName="*Longitudinal*" containerNodeId="DD_Longitudinals"/>
<partRuleItem systemType="Profile" byPartName="*Longitudinal Strength*" containerNodeId="DD_Stiffener_LongitudinalStrengthes"/>
<partRuleItem systemType="Profile" byPartName="*Transverse*" containerNodeId="DD_Transverses"/>
<partRuleItem systemType="Profile" byPartName="*Vertical*" containerNodeId="DD_Verticals"/>
<partRuleItem systemType="Profile" byPartName="*Foundation*" containerNodeId="DD_Stiffener_Foundations"/>
<partRuleItem systemType="Profile" byPartName="*Header*" containerNodeId="DD_Headers"/>
<partRuleItem systemType="Profile" byPartName="*Corner Support*" containerNodeId="DD_CornerSupports"/>
<partRuleItem systemType="Profile" byPartName="*Bummer*" containerNodeId="DD_Bummers"/>
<!-- define the rule to gather all the detail edge reinforcements -->
<partRuleItem systemType="Profile" byPartName="*Edge Reinforcement System*" containerNodeId="DD_EdgeReinforcementSystems"/>
<partRuleItem systemType="Profile" byPartName="*Face Plate*" containerNodeId="DD_FacePlates"/>
<partRuleItem systemType="Profile" byPartName="*BummFlange Plateer*" containerNodeId="DD_FlangePlates"/>
<partRuleItem systemType="Profile" byPartName="*Coaming*" containerNodeId="DD_Coamings"/>
<partRuleItem systemType="Profile" byPartName="*Splash Guard*" containerNodeId="DD_SplashGuards"/>
<!-- define the rule to gather all the detail pillars -->
<partRuleItem systemType="Profile" byPartName="*Pillar*" containerNodeId="DD_Pillars"/>
<!-- define the rule to gather all the profile of plate stock -->
<partRuleItem systemType="Plate" byPartAttribute = "SAW_SUB_NAME = Profile" byPartName = "*-on-*" containerNodeId="DD_EdgeReinforcementSystems"/>
<partRuleItem systemType="Plate" byPartAttribute = "SAW_SUB_NAME = Profile" containerNodeId="DD_StiffenerSystems"/>
<!-- the rules concerning gathering detail design plates -->
<!-- define the rule to gather all the detail plates of hull -->
<partRuleItem systemType="Plate" byPartName = "*Hull*" containerNodeId="DD_HullPlates"/>
<!-- define the rule to gather all the transverse detail plates -->
<partRuleItem systemType="Plate" byPartName="*Transverse Bulkhead*" containerNodeId="DD_TransversePlates"/>
<partRuleItem systemType="Plate" byPartName="*Transverse Girder*" containerNodeId="DD_TransverseGirders"/>
<partRuleItem systemType="Plate" byPartName="*Transverse Plate*" containerNodeId="DD_TransversePlates"/>
<partRuleItem systemType="Plate" byPartName="*Web Frame*" containerNodeId="DD_WebFrames"/>
<partRuleItem systemType="Plate" byPartName="*Corrugated*" containerNodeId="DD_CorrugatedPlates"/>
<partRuleItem systemType="Plate" byPartName="*Foundation*" containerNodeId="DD_Foundations"/>
<partRuleItem systemType="Plate" byPartName="*Swash*" containerNodeId="DD_Swashes"/>
<partRuleItem systemType="Plate" byPartName="*Stool*" byPartAttribute = "SAW_NAME = TransverseBulkhead" containerNodeId="DD_TransverseStools"/>
<!-- define the rule to gather all the longitudinal detail plates -->
<partRuleItem systemType="Plate" byPartName="*Longitudinal Bulkhead*" containerNodeId="DD_LongitudinalBulkheads"/>
<partRuleItem systemType="Plate" byPartName="*Longitudinal Plate*" containerNodeId="DD_LongitudinalPlates"/>
<partRuleItem systemType="Plate" byPartName="*Longitudinal Girder*" containerNodeId="DD_LongitudinalGirders"/>
<partRuleItem systemType="Plate" byPartName="*Longitudinal Strength*" containerNodeId="DD_LongitudinalStrengthes"/>
<!-- define the rule to gather all the horizontal detail plates -->
<partRuleItem systemType="Plate" byPartName="*Deck*" containerNodeId="DD_Decks"/>
<partRuleItem systemType="Plate" byPartName="*Horizontal Plate*" containerNodeId="DD_HorizontalPlates"/>
<partRuleItem systemType="Plate" byPartName="*Platform*" containerNodeId="DD_Platforms"/>
<partRuleItem systemType="Plate" byPartName="*Flat*" containerNodeId="DD_Flats"/>
<partRuleItem systemType="Plate" byPartName="*Horizontal Girder*" containerNodeId="DD_HorizontalGirders"/>
<partRuleItem systemType="Plate" byPartName="*Tank Top*" containerNodeId="DD_TankTops"/>
<partRuleItem systemType="Plate" byPartName="*Stool*" byPartAttribute = "SAW_NAME = Deck" containerNodeId="DD_HorizontalStools"/>
<partRuleItem systemType="Plate" byPartName="*Grating*" containerNodeId="DD_Gratings"/>
<!-- define the rule to gather all the generic detail plates -->
<partRuleItem systemType="Plate" byPartName="*Generic Plate System*" containerNodeId="DD_GenericPlateSystems"/>
<partRuleItem systemType="Plate" byPartName="*Superstructure*" containerNodeId="DD_Superstructures"/>
<partRuleItem systemType="Plate" byPartName="*Stack*" containerNodeId="DD_Stacks"/>
<partRuleItem systemType="Plate" byPartName="*Hawse Pipe*" containerNodeId="DD_HawsePipes"/>
<partRuleItem systemType="Plate" byPartName="*Chain Locker*" containerNodeId="DD_ChainLockers"/>
<partRuleItem systemType="Plate" byPartName="*Fairwater*" containerNodeId="DD_Fairwaters"/>
<!-- define the rule to gather all the standard part plates -->
<partRuleItem systemType="Bracket" byPartName="*Bracket*" containerNodeId="DD_Brackets"/>
<partRuleItem systemType="Standard Part Bracket" byPartName="*Bracket*" containerNodeId="DD_Brackets"/>
<partRuleItem systemType="CollarPlate" byPartName="*Collar*" containerNodeId="DD_CollarPlates"/>
<!-- define the rule to gather all the plates that haven't been classified -->
<partRuleItem systemType="Plate" containerNodeId="DD_Plates"/>
<!-- ********************************************* Detail Design Assign Rule ************************************************** -->
<!-- ********************************************* General Arrangement Assign Rule ************************************************** -->
<!-- the rules concerning gathering GA rooms -->
<!-- define the rule to gather the rooms -->
<partRuleItem byPartAttribute = "RoomSubPurpose = waste water" containerNodeId="Node_WWTank_P1"/>
<!-- ********************************************* Detail Design Assign Rule ************************************************** -->
</assignRules>
<primaryView>
<column name="Material" attribute="SAW_MATERIAL" visible="true" sortable="false" application="Detail Design"/>
<column name="Stock" attribute="SAW_SIZE" visible="true" sortable="false" application="Detail Design"/>
<column name="System Type" attribute="SAW_NAME" visible="true" application="Basic Design"/>
<column name="Count" attribute="SHIPNAV_PART_COUNT" visible="true" sortable="false"/>
</primaryView>
</view>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="NX_user.xsl"?>
<PrefValues defaultLockStatus="unlocked">
<Pref Application="Gateway" Category="User Interface" Tab="Options" displayValue="14" modified="2021-04-25T18:08:11" name="UG_listingDecimalPlaces_MU" title="Information Window - Number of Decimal Places" value="14"/>
<Pref Application="Gateway" Category="User Interface" Tab="Options" displayValue="On" modified="2021-04-25T18:08:46" name="UG_undoConfirmation" title="User Feedback - Confirm Undo" value="1"/>
<Pref Application="Gateway" Category="User Interface" Tab="Options" displayValue="11" modified="2021-04-25T18:07:55" name="UG_textFieldDecimalPlaces" title="Dialog Boxes - Number of Decimal Places" value="11"/>
<Pref Application="Gateway" Category="User Interface" Tab="Options" displayValue="11" modified="2021-04-25T18:08:16" name="UG_dialogBarDecimalPlaces" title="Tracking Bar - Number of Decimal Places" value="11"/>
<Pref Application="Gateway" Category="User Interface" Tab="Options" displayValue="0" modified="2021-04-25T18:08:33" name="NX_welcomePageDisplayTimes" title="User Feedback - Welcome Page Duration" value="0"/>
</PrefValues>

View file

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
<xsl:output method ="html"/>
<xsl:template match="/">
<html>
<body>
<xsl:apply-templates select="PrefValues" />
</body>
</html>
</xsl:template>
<xsl:template match="Pref">
<p>
<xsl:text>Location: </xsl:text><xsl:value-of select="@Application"/> <xsl:text>; </xsl:text> <xsl:value-of select="@Category"/> <xsl:text>; </xsl:text> <xsl:value-of select="@Tab"/><br/>
<xsl:text>Setting: </xsl:text><xsl:value-of select="@title"/><br/>
<xsl:choose>
<xsl:when test="contains(@name,'_EU')">
<xsl:text>Applies to: English</xsl:text><br/>
</xsl:when>
<xsl:when test="contains(@name,'_MU')">
<xsl:text>Applies to: Metric</xsl:text><br/>
</xsl:when>
<xsl:when test="contains(@name,'_UNX')">
<xsl:text>Applies to: Unix</xsl:text><br/>
</xsl:when>
<xsl:when test="contains(@name,'_WIN')">
<xsl:text>Applies to: Windows</xsl:text><br/>
</xsl:when>
</xsl:choose>
<xsl:text> Setting unique identifier: </xsl:text><xsl:value-of select="@name"/><br/>
<xsl:text>Value: </xsl:text><xsl:value-of select="@displayValue"/> <br/>
<xsl:choose>
<xsl:when test="../@defaultLockStatus='unlocked'">
<xsl:choose>
<xsl:when test="@locked">
<xsl:text>Locked: yes</xsl:text><br/>
</xsl:when>
<xsl:otherwise >
<xsl:text>Locked: no </xsl:text> <br/>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:when test="../@defaultLockStatus='locked'">
<xsl:choose>
<xsl:when test="@locked">
<xsl:text>Locked: no</xsl:text><br/>
</xsl:when>
<xsl:otherwise >
<xsl:text>Locked: yes</xsl:text> <br/>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
</xsl:choose>
<xsl:text>Set on: </xsl:text><xsl:value-of select="@modified"/><br/>
<xsl:apply-templates/>
</p>
</xsl:template>
<xsl:template match="UserComment">
<xsl:text>User Comment: </xsl:text> <xsl:value-of select="."/>
</xsl:template>
</xsl:stylesheet>

View file

@ -0,0 +1,271 @@
REGEDIT4
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\ANT\Columns]
"Column Headers"="PART_NAME,On,112VR_COLOR,Off,24VR_REPORT_PROPERTY,Off,75VR_RESULTS_BELOW,Off,24INFO,On,36COMPONENT_NAME,Off,100COMPONENT_REFLECTION_STATE,Off,24FILE_NAME,Off,250WRITABLE,On,24MODIFIED,On,24POSITION,Off,24COUNT,On,50REFERENCE_SET,On,100OUT_OF_DATE,Off,24FILE_DESCRIPTION,Off,75UNITS,Off,30MASS_LB,Off,50MASS_GM,Off,50MASS_KG,Off,50MASS_STATUS,Off,24MASS_SOURCE_TYPE,Off,50MASS_CENTER_OF_MASS,Off,50MASS_CENTER_OF_MASS_X,Off,50MASS_CENTER_OF_MASS_Y,Off,50MASS_CENTER_OF_MASS_Z,Off,50COLOR,Off,50LAYER,Off,50SHAPE,Off,24CONFIG,Off,50POSITION_CONTROL,Off,100SUPPRESSION_CONTROL,Off,100FILTERED_NODE,Off,24MULTI_CAD,Off,24PRODUCT INTERFACES,Off,24ALERTS,Off,100CALLOUT,Off,50QUANTITY,Off,24LOAD STATE,Off,75CHECKMATE RESULT,Off,24REPRESENTATION,Off,150DRAWINGS_SECONDARY_COMPONENT,Off,24NAVIGATOR ORDER,Off,50"
"FrozenColumns"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\ANT\Mode]
"Mode"="Normal"
"VRFilterMode"="On"
"ShowSuppressed"="Yes"
"ShowConstraints"="Yes"
"ShowNonGeometric"="Yes"
"ShowReferenceOnly"="Yes"
"ShowSections"="Yes"
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\ANT\Preselect]
"Preselect"="Enabled"
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\ANT\WindowState\Dialogs\Dependencies]
"Expanded"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\ANT\WindowState\Dialogs\Preview]
"Expanded"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\ANT\WindowState]
"DialogsVisible"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\APPEARANCE_MANAGEMENT\display label]
"Appearance Management Display Label"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\APPEARANCE_MANAGEMENT\exclude from selection]
"Appearance Management Exclude From Selection"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\APPEARANCE_MANAGEMENT\material dir]
"Appearance Management Material Directory"=""
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\APPEARANCE_MANAGEMENT\see through]
"Appearance Management See Through"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\AnimationDesigner\Application]
"Status"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Assemblies\Application]
"Status"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Automated Testing Studio\Application]
"Status"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\CNAV\Columns]
"Column Headers"="CONSTRAINT NAME,On,230CONSTRAINT STATUS,On,24CONSTRAINT DIRECTION TO FIXED,On,24CONSTRAINT TYPE,Off,24CONSTRAINT LOADED,On,24LAYER,Off,50ALERTS,Off,100CONSTRAINT CREATION DATE,On,100CONSTRAINT MODIFIED DATE,Off,100CONSTRAINT ARRANGEMENT SPECIFIC,Off,24CONSTRAINT EXPRESSION,Off,100CONSTRAINT SECOND EXPRESSION,Off,100CONSTRAINT OFFSET,Off,100CONSTRAINT DRIVEN,Off,24CONSTRAINT LOWER LIMIT,Off,100CONSTRAINT UPPER LIMIT,Off,100CONSTRAINT SECOND LOWER LIMIT,Off,100CONSTRAINT SECOND UPPER LIMIT,Off,100CONSTRAINT USER DEFINED NAME,Off,100CONSTRAINT INHERITED FROM,Off,100"
"FrozenColumns"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\CNAV\Mode]
"Mode"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\CNAV\WindowState]
"DialogsVisible"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\CommandFinder]
"ShowBorderBarPath"=dword:00000001
"ShowRibbonTabPath"=dword:00000001
"ShowMenuPath"=dword:00000001
"ShowToolbarPath"=dword:00000001
"CurrentApplicationOnly"=dword:00000000
"ExcludeDuplicateCommands"=dword:00000001
"SettingsGroupExpanded"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\DBW]
"Detailed View Display Mode"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Drafting\Dynamic Alignment]
"Dynamic Alignment"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Drafting\Preferences]
"Dogleg Option"=dword:00000000
"Margin First Offset Metric"="0.000000"
"Margin Spacing Metric"="0.062500"
"Margin Number"=dword:00000002
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\EasyTL\Columns]
".DateValue..UGS::GatewayUI::Properties"="100 100 10"
".FeatureReferences.UGS::ModlFeatureUI::ReplaceFeature"="10 235"
"Displayed Part"="150 150"
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\FILENEW\Tab Name]
"Tab Name"="Model"
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\FILENEW\Template Name]
"Template Name"="model-plain-1-mm-template.prt"
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\KF\Application]
"Status"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\KF\Columns]
"Column Headers"="NAME,On,200:VALUE,On,100:OBJECT_NAME,Off,100"
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\KF\Recent Functions]
"Recent Function 1"="sin"
"Recent Function 2"="cos"
"Recent Function 3"="tan"
"Recent Function 4"=""
"Recent Function 5"=""
"Recent Function 6"=""
"Recent Function 7"=""
"Recent Function 8"=""
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\KF\Search Directories]
"Search Directories"=""
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\KRUNAV\Libraries]
"ReuseLibraryShowFrequentTerms"=dword:00000001
"ReuseLibraryFrequentTermsNumber"=dword:00000006
"ReuseLibraryHierarchyInformation"=dword:00000000
"ReuseLibraryMatchUnits"=dword:00000000
"ReuseLibrarySearchWithFrequentTerm"=dword:00000001
"ReuseLibraryCreateIndexForAttribute"=dword:00000000
"ReuseLibraryCreateIndexForExpression"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\KRUNAV\WindowState\Dialogs\UGS::ToolingUI::UICompBrowseView]
"Expanded"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\KRUNAV\WindowState\Dialogs\UGS::ToolingUI::UICompReuseBrowserPreview]
"Expanded"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\KRUNAV\WindowState\Dialogs\UGS::ToolingUI::UICompTcClassSearch]
"Expanded"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\KRUNAV\WindowState]
"DialogsVisible"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\OmniCAD for NX\Application]
"Status"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\PARTNT\WindowState\Dialogs\Dependencies]
"Expanded"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\PARTNT\WindowState\Dialogs\Details]
"Expanded"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\PARTNT\WindowState\Dialogs\Preview]
"Expanded"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\PARTNT\WindowState\Dialogs\UGS::PARTNAV::SearchUI]
"Expanded"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\PARTNT\WindowState]
"DialogsVisible"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\PMI\Application]
"Status"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Palettes\Standard\Palette1]
"URL"="C:\Users\Administrator\AppData\Local\Siemens\NX1953\history.pax"
"TNL_WIDTH"=dword:0000011e
"TNL_VIEW"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Palettes\Standard\Palette2]
"URL"="UG/ProcessStudioWizard:Process Studio"
"TNL_WIDTH"=dword:0000011e
"TNL_VIEW"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Palettes\Standard\Palette3]
"URL"="UG/CAM_WIZARD_PAL:Manufacturing Wizards"
"TNL_WIDTH"=dword:0000011e
"TNL_VIEW"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Palettes\Standard\Palette4]
"URL"="UG/ROLE_SYSTEM_PAL:Roles"
"TNL_WIDTH"=dword:0000011e
"TNL_VIEW"=dword:00000003
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Palettes\Standard\Palette5]
"URL"="C:\Program Files\O_3591_XN_SNEMEIS_O_SIEMENS_NX_1953_O\ugphoto\system_scene_data_dir\prepackaged_scenes.pax"
"TNL_WIDTH"=dword:0000011e
"TNL_VIEW"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Palettes\Standard\Palette6]
"URL"="C:\Program Files\O_3591_XN_SNEMEIS_O_SIEMENS_NX_1953_O\mach\samples\CAM_Machine_Samples.pax"
"TNL_WIDTH"=dword:0000011e
"TNL_VIEW"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Palettes\Standard\Palette7]
"URL"="UG/IR_SYS_MATERIAL_PAL:C:\Program Files\O_3591_XN_SNEMEIS_O_SIEMENS_NX_1953_O\ugphoto\IrayPlus_ug_canned_mattex\"
"TNL_WIDTH"=dword:0000011e
"TNL_VIEW"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\PartNT\Columns]
"Column Headers"="NAME,On,340CURRENT_FEATURE,On,78OUT_OF_DATE,On,62FEATURE_TYPE,Off,200TIMESTAMP,On,62LAYER,On,35COLOR,On,36STATE,Off,100PARENT_INTERFACE,Off,100CREATED,On,67MODIFIED,On,65COMMENT,On,57REQUIREMENT_ID,Off,100PART_NAME,Off,100VALUE,Off,100CREATEDBY,Off,100MODIFIEDBY,Off,100ALERTS,Off,100VIEW_REPRESENTATION,Off,100SHEET_NUMBER,Off,100SHEET_REVISION,Off,100SHEET_EFFECTIVITY,Off,100ARRANGEMENT,Off,100FORMULA,On,48DISCLOSURE,Off,100DISCLOSURE_PURPOSE,Off,100MASS,Off,100MASS_STATUS,Off,100MASS_SOURCE_TYPE,Off,100"
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\PartNT\Filters]
"num_filters"=dword:00000006
"filter:1"="Only Failed FeaturesUGS::PARTNAV_category_filterExcludeAllFeaturesUGS::PARTNAV_state_filterIncludeFailed"
"filter:2"="Only Features With InformationUGS::PARTNAV_category_filterExcludeAllFeaturesUGS::PARTNAV_state_filterIncludeInformation"
"filter:3"="Only Features With WarningsUGS::PARTNAV_category_filterExcludeAllFeaturesUGS::PARTNAV_state_filterIncludeUpdateWarning"
"filter:4"="Only Suppressed FeaturesUGS::PARTNAV_category_filterExcludeAllFeaturesUGS::PARTNAV_state_filterIncludeSuppressed"
"filter:5"="No Suppressed FeaturesUGS::PARTNAV_category_filterExcludeAllFeaturesUGS::PARTNAV_state_filterIncludeUnsuppressed"
"filter:6"="Remove Up-to-Date FeaturesUGS::PARTNAV_category_filterExcludeAllFeaturesUGS::PARTNAV_state_filterIncludeOutOfDate"
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\PartNT\Properties]
"AutoScroll"="Yes"
"AutomaticallyCollapseGroups"="Yes"
"DragDrop"="Yes"
"MarkParents"="Yes"
"ParentColor"=dword:00000098
"MarkChildren"="Yes"
"ChildColor"=dword:00000068
"NameDisplay"="name_and_type"
"FeatureCheckBoxAction"="hide"
"HideOnUse"="No"
"TreeMode"="body"
"ShowExpressionsGroup"="No"
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Parts\Recent\Native]
"UG Native part name 1"="C:\O\O_AIDIV_O_VIDIA_O\O_XN_O_NX_O\TЯP.O.PRT"
"UG Native desc name 1"="<TЯP.O>"
"UG Native pin state 1"=dword:00000000
"UG Native part name 2"="C:\O\O_AIDIV_O_VIDIA_O\O_XN_O_NX_O\TЯP.O.prt"
"UG Native desc name 2"="<TЯP.O>"
"UG Native pin state 2"=dword:00000000
"UG Native part name 3"=""
"UG Native desc name 3"=""
"UG Native pin state 3"=dword:00000000
"UG Native part name 4"=""
"UG Native desc name 4"=""
"UG Native pin state 4"=dword:00000000
"UG Native part name 5"=""
"UG Native desc name 5"=""
"UG Native pin state 5"=dword:00000000
"UG Native part name 6"=""
"UG Native desc name 6"=""
"UG Native pin state 6"=dword:00000000
"UG Native part name 7"=""
"UG Native desc name 7"=""
"UG Native pin state 7"=dword:00000000
"UG Native part name 8"=""
"UG Native desc name 8"=""
"UG Native pin state 8"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Product Excellence Program]
"Popup Handled"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Routing\Cabling\Application]
"Status"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Routing\HVAC\Application]
"Status"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Routing\Harness\Application]
"Status"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Routing\PipeTube\Application]
"Status"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Routing\Platform\Application]
"Status"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\Routing\Weld\Application]
"Status"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\UGS::MotionDesignerUI::Nav::Navigator\WindowState]
"DialogsVisible"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\UGS::RuleUI::NodeNavigatorFrame\WindowState]
"DialogsVisible"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General\UGS::StructureDesignUI::StructureDesignNavigator\WindowState]
"DialogsVisible"=dword:00000001
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\General]
"Dialog Locked Formula Exps"=dword:00000001
"Dialog Active Part Module"=dword:00000000
"Dialog Hide Exp Groups"=dword:00000001
"Dialog Hide Inactive Exp Groups"=dword:00000001
"Dialog Group Reorder"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\Hide_message]
"GATEWAY_customer_defaults_save"="-2,1"
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\Layout\Railing]
"Frame Marker"=dword:ffffffff
"Frame Pos X"=dword:00007fff
"Frame Pos Y"=dword:00007fff
"Clip Marker"=dword:00000001
"Clip Pos"=dword:00000000
"TearOff"=dword:00000000
"Dimming"=dword:00000000
"Dock Pos"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\Layout]
"LastRole"="C:\Program Files\O_3591_XN_SNEMEIS_O_SIEMENS_NX_1953_O\ugii\menus\roles\role_welcome.mtx"
"WelcomePageCount"=dword:00000000
"UseMenuFolding"=dword:00000000
"UseMenuFoldingDelay"=dword:00000000
"InitialDialogDisplay"=dword:00000000
"WarnUserMenubarLocked"=dword:00000001
"ChevronOption"=dword:00000000
"Save Layout"=dword:00000001
"Main"="3,1688x1058+-1+-1,1612x1008+34+21"
"Stretch Graphics"=dword:00000000
"UseTransparency"=dword:00000000
"Information"="0,873x517+294+0,0x0+0+0"
"DA1"="1700x1700+-10+-10"
"DA2"="1700x1700+270+199"
"FLOAT"="1700x1700+919+468"
"FSB"="0x0+0+0"
"DevelopmentExchange"=dword:00000001
"Horizon Windows Style"=dword:00000000
"Horizon Scheme Style"=dword:00000000
"WelcomePageUserResponse"=dword:00000000
[HKEY_CURRENT_USER\Software\Unigraphics Solutions\NX\1953\Visualization]
"Default Date"=dword:01329016
"Standard Font Date"=dword:0132b72b
"o o:0.0 GeForce GTX 460/PCIe/SSE2 configuration"="polyline_set=vbo,8:tri_set=vbo,8:tri_strip_set=vbo,8:"
"Moving Frame Detail"="0.000000"
"Moving Screen Cull"="0.000200"
"Enable Moving Screen Cull"=dword:00000000
"Moving Size Cull"="0.000000"
"Enable Moving Size Cull"=dword:00000000
"Still Frame Detail"="0.000000"
"Still Screen Cull"="0.000100"
"Enable Still Screen Cull"=dword:00000000
"Still Size Cull"="0.000000"
"Enable Still Size Cull"=dword:00000000
"Fixed Frame Rate"=dword:00000003
"ViewAnimationSpeed"="0.000000"
"EnableHighPrecisionRotation"=dword:00000000
"LockVerticalAxis"=dword:00000001
"IgnoreLockVerticalAxis"=dword:00000000
"Full-Scene Antialiasing"=dword:00000000
"Fit to Environment Walls"=dword:00000001
"TiltSnapAngle"="1.406250"
"Translucency"=dword:00000000
"Hidden Geometry Highlight Mode"=dword:00000000
"Wireframe Contrast"=dword:00000001