NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Features::ShipDesign::StiffenerStockBuilder Class Reference

This class defines the Profile or Plate stock for a Stiffener or Edge Reinforcement feature. More...

Inheritance diagram for NXOpen::Features::ShipDesign::StiffenerStockBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  StockSectionType { StockSectionTypeProfile, StockSectionTypePlate, StockSectionTypeBuiltUp }
 Type of Stiffener/Edge Reinforcement stock: Profile or Plate. More...
 

Public Member Functions

int AnchorPoint ()
 Returns the anchor point for profiles only. More...
 
NXOpen::Features::ShipDesign::SteelFeatureSpreadsheetBuilderBuiltUpStockData ()
 Returns the built-up stock data
Created in NX9.0.0. More...
 
std::vector< NXStringGetAvailableAnchorPointNames ()
 The list of available anchor points. More...
 
NXOpen::ExpressionPlateHeight ()
 Returns the plate height
Created in NX8.0.0. More...
 
NXOpen::Features::ShipDesign::PlateStockBuilderPlateStockData ()
 Returns the plate stock data
Created in NX8.0.0. More...
 
void PopulateAnchorPointList ()
 Update anchor points
Created in NX9.0.0. More...
 
NXOpen::Features::ShipDesign::SteelFeatureSpreadsheetBuilderProfileStockData ()
 Returns the profile stock data
Created in NX8.0.0. More...
 
NXOpen::Features::ShipDesign::StiffenerStockBuilder::StockSectionType SectionType ()
 Returns the section type (profile or plate)
Created in NX8.0.0. More...
 
void SetAnchorPoint (int anchorPoint)
 Sets the anchor point for profiles only. More...
 
void SetSectionType (NXOpen::Features::ShipDesign::StiffenerStockBuilder::StockSectionType sectionType)
 Sets the section type (profile or plate)
Created in NX8.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class defines the Profile or Plate stock for a Stiffener or Edge Reinforcement feature.


Created in NX8.0.0.

Member Enumeration Documentation

Type of Stiffener/Edge Reinforcement stock: Profile or Plate.

Enumerator
StockSectionTypeProfile 

Profile Stock.

StockSectionTypePlate 

Plate Stock.

StockSectionTypeBuiltUp 

Built Up Stock.

Member Function Documentation

int NXOpen::Features::ShipDesign::StiffenerStockBuilder::AnchorPoint ( )

Returns the anchor point for profiles only.


Created in NX8.0.0.

License requirements : None

NXOpen::Features::ShipDesign::SteelFeatureSpreadsheetBuilder* NXOpen::Features::ShipDesign::StiffenerStockBuilder::BuiltUpStockData ( )

Returns the built-up stock data
Created in NX9.0.0.



License requirements : None

std::vector<NXString> NXOpen::Features::ShipDesign::StiffenerStockBuilder::GetAvailableAnchorPointNames ( )

The list of available anchor points.

Returns
Array of available anchor point names. These names are read from the current reuse sketch
Created in NX8.0.0.

License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerStockBuilder::PlateHeight ( )

Returns the plate height
Created in NX8.0.0.



License requirements : None

NXOpen::Features::ShipDesign::PlateStockBuilder* NXOpen::Features::ShipDesign::StiffenerStockBuilder::PlateStockData ( )

Returns the plate stock data
Created in NX8.0.0.



License requirements : None

void NXOpen::Features::ShipDesign::StiffenerStockBuilder::PopulateAnchorPointList ( )

Update anchor points
Created in NX9.0.0.



License requirements : None

NXOpen::Features::ShipDesign::SteelFeatureSpreadsheetBuilder* NXOpen::Features::ShipDesign::StiffenerStockBuilder::ProfileStockData ( )

Returns the profile stock data
Created in NX8.0.0.



License requirements : None

NXOpen::Features::ShipDesign::StiffenerStockBuilder::StockSectionType NXOpen::Features::ShipDesign::StiffenerStockBuilder::SectionType ( )

Returns the section type (profile or plate)
Created in NX8.0.0.



License requirements : None

void NXOpen::Features::ShipDesign::StiffenerStockBuilder::SetAnchorPoint ( int  anchorPoint)

Sets the anchor point for profiles only.


Created in NX8.0.0.

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

Parameters
anchorPointanchorpoint
void NXOpen::Features::ShipDesign::StiffenerStockBuilder::SetSectionType ( NXOpen::Features::ShipDesign::StiffenerStockBuilder::StockSectionType  sectionType)

Sets the section type (profile or plate)
Created in NX8.0.0.



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

Parameters
sectionTypesectiontype
virtual bool NXOpen::Features::ShipDesign::StiffenerStockBuilder::Validate ( )
virtual

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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