NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Features.ShipDesign.ExportStructureXMLBuilder Class Reference

This is to create a NXOpen.Features.ShipDesign.ExportStructureXMLBuilder which is used to export ship structure XML More...

Inheritance diagram for NXOpen.Features.ShipDesign.ExportStructureXMLBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Types { Section, Structure }
 This enum defines the export types. More...
 

Public Member Functions

unsafe void SetPartOperationBuilder (NXOpen.PDM.PartOperationCreateBuilder partOperationBuilder)
 Sets NXOpen.PDM.PartOperationCreateBuilder More...
 
unsafe void SetStructureParts (string[] structurePartFilenames)
 Set structure part names. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. 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 NXOpen.ScCollector SectionBodies [get]
 Returns the section body select More...
 
unsafe string StructureXMLFile [get, set]
 Returns or sets the structure XML file name. More...
 
unsafe
NXOpen.Features.ShipDesign.ExportStructureXMLBuilder.Types 
Type [get, set]
 Returns or sets the export type. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This is to create a NXOpen.Features.ShipDesign.ExportStructureXMLBuilder which is used to export ship structure XML

To create a new instance of this class, use NXOpen.Features.ShipCollection.CreateExportStructureXmlBuilder

Created in NX12.0.2

Member Enumeration Documentation

This enum defines the export types.

Enumerator
Section 
Structure 

Member Function Documentation

unsafe void NXOpen.Features.ShipDesign.ExportStructureXMLBuilder.SetPartOperationBuilder ( NXOpen.PDM.PartOperationCreateBuilder  partOperationBuilder)
inline

Sets NXOpen.PDM.PartOperationCreateBuilder

Created in NX12.0.2

License requirements: nx_ship_basic ("Ship Basic Design")

Parameters
partOperationBuilder
unsafe void NXOpen.Features.ShipDesign.ExportStructureXMLBuilder.SetStructureParts ( string[]  structurePartFilenames)
inline

Set structure part names.

Created in NX12.0.2

License requirements: nx_ship_basic ("Ship Basic Design")

Parameters
structurePartFilenames

Property Documentation

unsafe NXOpen.ScCollector NXOpen.Features.ShipDesign.ExportStructureXMLBuilder.SectionBodies
get

Returns the section body select

Created in NX12.0.2

License requirements: None.

unsafe string NXOpen.Features.ShipDesign.ExportStructureXMLBuilder.StructureXMLFile
getset

Returns or sets the structure XML file name.

Created in NX12.0.2

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.Features.ShipDesign.ExportStructureXMLBuilder.Types NXOpen.Features.ShipDesign.ExportStructureXMLBuilder.Type
getset

Returns or sets the export type.

Created in NX12.0.2

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")


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