NX Open C++ Reference Guide
Public Types | Public Member Functions
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

List of all members.

Public Types

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

Public Member Functions

int AnchorPoint ()
 Returns the anchor point for profiles only.
std::vector< NXStringGetAvailableAnchorPointNames ()
 The list of available anchor points.
NXOpen::ExpressionPlateHeight ()
 Returns the plate height
Created in NX8.0.0.
NXOpen::Features::ShipDesign::PlateStockBuilderPlateStockData ()
 Returns the plate stock data
Created in NX8.0.0.
NXOpen::Features::ShipDesign::SteelFeatureSpreadsheetBuilderProfileStockData ()
 Returns the profile stock data
Created in NX8.0.0.
NXOpen::Features::ShipDesign::StiffenerStockBuilder::StockSectionType SectionType ()
 Returns the section type (profile or plate)
Created in NX8.0.0.
void SetAnchorPoint (int anchorPoint)
 Sets the anchor point for profiles only.
void SetSectionType (NXOpen::Features::ShipDesign::StiffenerStockBuilder::StockSectionType sectionType)
 Sets the section type (profile or plate)
Created in NX8.0.0.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

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.


Member Function Documentation

Returns the anchor point for profiles only.


Created in NX8.0.0.

License requirements : None

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

Returns the plate height
Created in NX8.0.0.



License requirements : None

Returns the plate stock data
Created in NX8.0.0.



License requirements : None

Returns the profile stock data
Created in NX8.0.0.



License requirements : None

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



License requirements : None

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

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

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