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

Represents a NXOpen.Features.ShipDesign.ManufacturingStockBuilder builder. More...

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

Public Types

enum  CheckBoxStatus { Unchecked, Checked, Required }
 the check box status. More...
 
enum  LockedStatus { Unlocked, Locked }
 the NX attribute locked status. More...
 
enum  ObjectType {
  None, Edge, Face, Body,
  Feature, Part, Num
}
 the object to which the manufacturing attributes will be written. More...
 
enum  StockDataSourceType { None, CustomerDefault }
 the data source from which the intial manufacturing data will be read. More...
 

Public Member Functions

unsafe void EditDataItem (string name, NXOpen.Features.ShipDesign.ManufacturingStockBuilder.CheckBoxStatus eCheckBoxStatus, string valueNew)
 Edits data item. More...
 
unsafe void InitializeDataFromDataSource (NXOpen.Features.ShipDesign.ManufacturingStockBuilder.StockDataSourceType eDataSourceType, string dataSource)
 Resets the builder data from the data source. 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 string DataSource [get, set]
 Returns or sets the data source from which the intial data is read. More...
 
unsafe
NXOpen.Features.ShipDesign.ManufacturingStockBuilder.StockDataSourceType 
DataSourceType [get, set]
 Returns or sets the data source from which the initial data is read. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. 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...
 

Additional Inherited Members

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

Detailed Description

Represents a NXOpen.Features.ShipDesign.ManufacturingStockBuilder builder.

It is used to manage the data contained in the ship manufacturing stock.

This class is sub-object of another builder, and cannot be directly instantiated.

Created in NX8.5.0

Member Enumeration Documentation

the check box status.

Enumerator
Unchecked 

Unchecked

Checked 

Checked

Required 

Checked and Cannot be modified

the NX attribute locked status.

Enumerator
Unlocked 

The NX attribute is set with unlocked status.

Locked 

The NX attribute is set with locked status.

the object to which the manufacturing attributes will be written.

Enumerator
None 

None

Edge 

Edge

Face 

Face

Body 

Body

Feature 

Feature

Part 

Part

Num 

Total Object Num

the data source from which the intial manufacturing data will be read.

Enumerator
None 

Set to None if we edit this feature

CustomerDefault 

Initial data will be read from the customer default

Member Function Documentation

unsafe void NXOpen.Features.ShipDesign.ManufacturingStockBuilder.EditDataItem ( string  name,
NXOpen.Features.ShipDesign.ManufacturingStockBuilder.CheckBoxStatus  eCheckBoxStatus,
string  valueNew 
)
inline

Edits data item.

Created in NX8.5.0

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")

Parameters
nameItem name
eCheckBoxStatusNew check box status.
valueNewNew Value
unsafe void NXOpen.Features.ShipDesign.ManufacturingStockBuilder.InitializeDataFromDataSource ( NXOpen.Features.ShipDesign.ManufacturingStockBuilder.StockDataSourceType  eDataSourceType,
string  dataSource 
)
inline

Resets the builder data from the data source.

Created in NX8.5.0

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")

Parameters
eDataSourceTypeData source type.
dataSourceData source.

Property Documentation

unsafe string NXOpen.Features.ShipDesign.ManufacturingStockBuilder.DataSource
getset

Returns or sets the data source from which the intial data is read.

Created in NX8.5.0

License requirements to get this property: None.

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

unsafe NXOpen.Features.ShipDesign.ManufacturingStockBuilder.StockDataSourceType NXOpen.Features.ShipDesign.ManufacturingStockBuilder.DataSourceType
getset

Returns or sets the data source from which the initial data is read.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design") OR 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.