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

Represents a NXOpen::Features::ShipDesign::ShipSection builder
To create a new instance of this class, use NXOpen::Features::ShipCollection::CreateShipSectionBuilder
Default values. More...

Inheritance diagram for NXOpen::Features::ShipDesign::ShipSectionBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Type { TypeManual, TypeSpreadsheet, TypeDecks }
 Define the creation type. More...
 
enum  XFilter { XFilterAll, XFilterTransverseFrames, XFilterBulkheads }
 Define the output option for each of the frame type. More...
 
enum  ZFilter { ZFilterAll, ZFilterDeckFrames, ZFilterLongitudinalFrames }
 Define the output option for each of the frame type. More...
 

Public Member Functions

NXString AssemblyPart ()
 Returns the assembly part
Created in NX7.5.0. More...
 
NXString BottomDeckSectionName ()
 Returns the bottom deck section name
Created in NX12.0.0. More...
 
NXOpen::Features::ShipDesign::ReadDataSetBuilderReadDataSet ()
 Returns the Data Set Builder for reading data sets from Team Center
Created in NX8.5.0. More...
 
NXOpen::SelectDisplayableObjectListReferenceGeometry ()
 Returns the reference geometry
Created in NX10.0.0. More...
 
NXString SectionName ()
 Returns the section name
Created in NX7.5.0. More...
 
NXString SectionPart ()
 Returns the section part
Created in NX7.5.0. More...
 
NXOpen::Features::ShipDesign::ShipSectionBuilder::Type SectionType ()
 Returns the creation method
Created in NX7.5.0. More...
 
int SectionXMax ()
 Returns the section xmax
Created in NX7.5.0. More...
 
int SectionXMin ()
 Returns the section xmin
Created in NX7.5.0. More...
 
int SectionYMax ()
 Returns the section ymax
Created in NX7.5.0. More...
 
int SectionYMin ()
 Returns the section ymin
Created in NX7.5.0. More...
 
int SectionZMax ()
 Returns the section zmax
Created in NX7.5.0. More...
 
int SectionZMin ()
 Returns the section zmin
Created in NX7.5.0. More...
 
void SetAssemblyPart (const NXString &filename)
 Sets the assembly part
Created in NX7.5.0. More...
 
void SetAssemblyPart (const char *filename)
 Sets the assembly part
Created in NX7.5.0. More...
 
void SetBottomDeckSectionName (const NXString &bottomSectionName)
 Sets the bottom deck section name
Created in NX12.0.0. More...
 
void SetBottomDeckSectionName (const char *bottomSectionName)
 Sets the bottom deck section name
Created in NX12.0.0. More...
 
void SetDeckContainer (bool isDeckContainer)
 Sets the deck container flag
Created in NX12.0.0. More...
 
void SetSectionName (const NXString &sectionName)
 Sets the section name
Created in NX7.5.0. More...
 
void SetSectionName (const char *sectionName)
 Sets the section name
Created in NX7.5.0. More...
 
void SetSectionPart (const NXString &filename)
 Sets the section part
Created in NX7.5.0. More...
 
void SetSectionPart (const char *filename)
 Sets the section part
Created in NX7.5.0. More...
 
void SetSectionType (NXOpen::Features::ShipDesign::ShipSectionBuilder::Type type)
 Sets the creation method
Created in NX7.5.0. More...
 
void SetSectionXMax (int sectionXMax)
 Sets the section xmax
Created in NX7.5.0. More...
 
void SetSectionXMin (int sectionXMin)
 Sets the section xmin
Created in NX7.5.0. More...
 
void SetSectionYMax (int sectionYMax)
 Sets the section ymax
Created in NX7.5.0. More...
 
void SetSectionYMin (int sectionYMin)
 Sets the section ymin
Created in NX7.5.0. More...
 
void SetSectionZMax (int sectionZMax)
 Sets the section zmax
Created in NX7.5.0. More...
 
void SetSectionZMin (int sectionZMin)
 Sets the section zmin
Created in NX7.5.0. More...
 
void SetXDatumFilter (NXOpen::Features::ShipDesign::ShipSectionBuilder::XFilter xDatumFilter)
 Sets the x datum filter
Created in NX7.5.0. More...
 
void SetXMaxDatumFilter (int xMaxDatumFilter)
 Sets the x max datum filter
Created in NX7.5.0. More...
 
void SetXMinDatumFilter (int xMinDatumFilter)
 Sets the x min datum filter
Created in NX7.5.0. More...
 
void SetYDatumFilter (int yDatumFilter)
 Sets the y datum filter
Created in NX7.5.0. More...
 
void SetYMaxDatumFilter (int yMaxDatumFilter)
 Sets the y max datum filter
Created in NX7.5.0. More...
 
void SetYMinDatumFilter (int yMinDatumFilter)
 Sets the y min datum filter
Created in NX7.5.0. More...
 
void SetZDatumFilter (NXOpen::Features::ShipDesign::ShipSectionBuilder::ZFilter zDatumFilter)
 Sets the z datum filter
Created in NX7.5.0. More...
 
void SetZMaxDatumFilter (int zMaxDatumFilter)
 Sets the z max datum filter
Created in NX7.5.0. More...
 
void SetZMinDatumFilter (int zMinDatumFilter)
 Sets the z min datum filter
Created in NX7.5.0. More...
 
NXOpen::SelectDisplayableObjectListShipBodies ()
 Returns the ship bodies
Created in NX12.0.0. More...
 
NXOpen::SelectBodyShipBody ()
 Returns the ship body
Created in NX7.5.0. More...
 
NXOpen::Features::ShipDesign::ShipSectionBuilder::XFilter XDatumFilter ()
 Returns the x datum filter
Created in NX7.5.0. More...
 
int XMaxDatumFilter ()
 Returns the x max datum filter
Created in NX7.5.0. More...
 
NXOpen::ExpressionXMaxOffset ()
 Returns the x max offset
Created in NX7.5.0. More...
 
int XMinDatumFilter ()
 Returns the x min datum filter
Created in NX7.5.0. More...
 
NXOpen::ExpressionXMinOffset ()
 Returns the x min offset
Created in NX7.5.0. More...
 
int YDatumFilter ()
 Returns the y datum filter
Created in NX7.5.0. More...
 
int YMaxDatumFilter ()
 Returns the y max datum filter
Created in NX7.5.0. More...
 
NXOpen::ExpressionYMaxOffset ()
 Returns the y max offset
Created in NX7.5.0. More...
 
int YMinDatumFilter ()
 Returns the y min datum filter
Created in NX7.5.0. More...
 
NXOpen::ExpressionYMinOffset ()
 Returns the y min offset
Created in NX7.5.0. More...
 
NXOpen::Features::ShipDesign::ShipSectionBuilder::ZFilter ZDatumFilter ()
 Returns the z datum filter
Created in NX7.5.0. More...
 
int ZMaxDatumFilter ()
 Returns the z max datum filter
Created in NX7.5.0. More...
 
NXOpen::ExpressionZMaxOffset ()
 Returns the z max offset
Created in NX7.5.0. More...
 
int ZMinDatumFilter ()
 Returns the z min datum filter
Created in NX7.5.0. More...
 
NXOpen::ExpressionZMinOffset ()
 Returns the z min offset
Created in NX7.5.0. More...
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature. More...
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder. More...
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1. More...
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1. More...
 
void SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited
Created in NX6.0.0. More...
 
void SetParentFeatureInternal (bool isInternal)
 Sets whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1. More...
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. 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

Represents a NXOpen::Features::ShipDesign::ShipSection builder
To create a new instance of this class, use NXOpen::Features::ShipCollection::CreateShipSectionBuilder
Default values.

Property Value

ReadDataSet.CreateDataSetToggle

0

ReadDataSet.NativeToggle

0

XDatumFilter

All

XMaxOffset.Value

0 (millimeters part), 0 (inches part)

XMinOffset.Value

0 (millimeters part), 0 (inches part)

YMaxOffset.Value

0 (millimeters part), 0 (inches part)

YMinOffset.Value

0 (millimeters part), 0 (inches part)

ZDatumFilter

All

ZMaxOffset.Value

0 (millimeters part), 0 (inches part)

ZMinOffset.Value

0 (millimeters part), 0 (inches part)


Created in NX7.5.0.

Member Enumeration Documentation

Define the creation type.

Enumerator
TypeManual 

manual

TypeSpreadsheet 

spreadsheet

TypeDecks 

decks

Define the output option for each of the frame type.

Enumerator
XFilterAll 

all

XFilterTransverseFrames 

transverse frames

XFilterBulkheads 

bulkheads

Define the output option for each of the frame type.

Enumerator
ZFilterAll 

all

ZFilterDeckFrames 

deck frames

ZFilterLongitudinalFrames 

longitudinal frames

Member Function Documentation

NXString NXOpen::Features::ShipDesign::ShipSectionBuilder::AssemblyPart ( )

Returns the assembly part
Created in NX7.5.0.



License requirements : None

NXString NXOpen::Features::ShipDesign::ShipSectionBuilder::BottomDeckSectionName ( )

Returns the bottom deck section name
Created in NX12.0.0.



License requirements : None

NXOpen::Features::ShipDesign::ReadDataSetBuilder* NXOpen::Features::ShipDesign::ShipSectionBuilder::ReadDataSet ( )

Returns the Data Set Builder for reading data sets from Team Center
Created in NX8.5.0.



License requirements : None

NXOpen::SelectDisplayableObjectList* NXOpen::Features::ShipDesign::ShipSectionBuilder::ReferenceGeometry ( )

Returns the reference geometry
Created in NX10.0.0.



License requirements : None

NXString NXOpen::Features::ShipDesign::ShipSectionBuilder::SectionName ( )

Returns the section name
Created in NX7.5.0.



License requirements : None

NXString NXOpen::Features::ShipDesign::ShipSectionBuilder::SectionPart ( )

Returns the section part
Created in NX7.5.0.



License requirements : None

NXOpen::Features::ShipDesign::ShipSectionBuilder::Type NXOpen::Features::ShipDesign::ShipSectionBuilder::SectionType ( )

Returns the creation method
Created in NX7.5.0.



License requirements : None

int NXOpen::Features::ShipDesign::ShipSectionBuilder::SectionXMax ( )

Returns the section xmax
Created in NX7.5.0.



License requirements : None

int NXOpen::Features::ShipDesign::ShipSectionBuilder::SectionXMin ( )

Returns the section xmin
Created in NX7.5.0.



License requirements : None

int NXOpen::Features::ShipDesign::ShipSectionBuilder::SectionYMax ( )

Returns the section ymax
Created in NX7.5.0.



License requirements : None

int NXOpen::Features::ShipDesign::ShipSectionBuilder::SectionYMin ( )

Returns the section ymin
Created in NX7.5.0.



License requirements : None

int NXOpen::Features::ShipDesign::ShipSectionBuilder::SectionZMax ( )

Returns the section zmax
Created in NX7.5.0.



License requirements : None

int NXOpen::Features::ShipDesign::ShipSectionBuilder::SectionZMin ( )

Returns the section zmin
Created in NX7.5.0.



License requirements : None

void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetAssemblyPart ( const NXString filename)

Sets the assembly part
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
filenamefilename
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetAssemblyPart ( const char *  filename)

Sets the assembly part
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
filenamefilename
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetBottomDeckSectionName ( const NXString bottomSectionName)

Sets the bottom deck section name
Created in NX12.0.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
bottomSectionNamebottomsectionname
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetBottomDeckSectionName ( const char *  bottomSectionName)

Sets the bottom deck section name
Created in NX12.0.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
bottomSectionNamebottomsectionname
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetDeckContainer ( bool  isDeckContainer)

Sets the deck container flag
Created in NX12.0.0.



License requirements : None

Parameters
isDeckContainerisdeckcontainer
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionName ( const NXString sectionName)

Sets the section name
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
sectionNamesectionname
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionName ( const char *  sectionName)

Sets the section name
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
sectionNamesectionname
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionPart ( const NXString filename)

Sets the section part
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
filenamefilename
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionPart ( const char *  filename)

Sets the section part
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
filenamefilename
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionType ( NXOpen::Features::ShipDesign::ShipSectionBuilder::Type  type)

Sets the creation method
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
typetype
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionXMax ( int  sectionXMax)

Sets the section xmax
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
sectionXMaxsectionxmax
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionXMin ( int  sectionXMin)

Sets the section xmin
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
sectionXMinsectionxmin
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionYMax ( int  sectionYMax)

Sets the section ymax
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
sectionYMaxsectionymax
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionYMin ( int  sectionYMin)

Sets the section ymin
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
sectionYMinsectionymin
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionZMax ( int  sectionZMax)

Sets the section zmax
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
sectionZMaxsectionzmax
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionZMin ( int  sectionZMin)

Sets the section zmin
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
sectionZMinsectionzmin
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetXDatumFilter ( NXOpen::Features::ShipDesign::ShipSectionBuilder::XFilter  xDatumFilter)

Sets the x datum filter
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
xDatumFilterxdatumfilter
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetXMaxDatumFilter ( int  xMaxDatumFilter)

Sets the x max datum filter
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
xMaxDatumFilterxmaxdatumfilter
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetXMinDatumFilter ( int  xMinDatumFilter)

Sets the x min datum filter
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
xMinDatumFilterxmindatumfilter
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetYDatumFilter ( int  yDatumFilter)

Sets the y datum filter
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
yDatumFilterydatumfilter
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetYMaxDatumFilter ( int  yMaxDatumFilter)

Sets the y max datum filter
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
yMaxDatumFilterymaxdatumfilter
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetYMinDatumFilter ( int  yMinDatumFilter)

Sets the y min datum filter
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
yMinDatumFilterymindatumfilter
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetZDatumFilter ( NXOpen::Features::ShipDesign::ShipSectionBuilder::ZFilter  zDatumFilter)

Sets the z datum filter
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
zDatumFilterzdatumfilter
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetZMaxDatumFilter ( int  zMaxDatumFilter)

Sets the z max datum filter
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
zMaxDatumFilterzmaxdatumfilter
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetZMinDatumFilter ( int  zMinDatumFilter)

Sets the z min datum filter
Created in NX7.5.0.



License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")

Parameters
zMinDatumFilterzmindatumfilter
NXOpen::SelectDisplayableObjectList* NXOpen::Features::ShipDesign::ShipSectionBuilder::ShipBodies ( )

Returns the ship bodies
Created in NX12.0.0.



License requirements : None

NXOpen::SelectBody* NXOpen::Features::ShipDesign::ShipSectionBuilder::ShipBody ( )

Returns the ship body
Created in NX7.5.0.



License requirements : None

NXOpen::Features::ShipDesign::ShipSectionBuilder::XFilter NXOpen::Features::ShipDesign::ShipSectionBuilder::XDatumFilter ( )

Returns the x datum filter
Created in NX7.5.0.



License requirements : None

int NXOpen::Features::ShipDesign::ShipSectionBuilder::XMaxDatumFilter ( )

Returns the x max datum filter
Created in NX7.5.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::ShipSectionBuilder::XMaxOffset ( )

Returns the x max offset
Created in NX7.5.0.



License requirements : None

int NXOpen::Features::ShipDesign::ShipSectionBuilder::XMinDatumFilter ( )

Returns the x min datum filter
Created in NX7.5.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::ShipSectionBuilder::XMinOffset ( )

Returns the x min offset
Created in NX7.5.0.



License requirements : None

int NXOpen::Features::ShipDesign::ShipSectionBuilder::YDatumFilter ( )

Returns the y datum filter
Created in NX7.5.0.



License requirements : None

int NXOpen::Features::ShipDesign::ShipSectionBuilder::YMaxDatumFilter ( )

Returns the y max datum filter
Created in NX7.5.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::ShipSectionBuilder::YMaxOffset ( )

Returns the y max offset
Created in NX7.5.0.



License requirements : None

int NXOpen::Features::ShipDesign::ShipSectionBuilder::YMinDatumFilter ( )

Returns the y min datum filter
Created in NX7.5.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::ShipSectionBuilder::YMinOffset ( )

Returns the y min offset
Created in NX7.5.0.



License requirements : None

NXOpen::Features::ShipDesign::ShipSectionBuilder::ZFilter NXOpen::Features::ShipDesign::ShipSectionBuilder::ZDatumFilter ( )

Returns the z datum filter
Created in NX7.5.0.



License requirements : None

int NXOpen::Features::ShipDesign::ShipSectionBuilder::ZMaxDatumFilter ( )

Returns the z max datum filter
Created in NX7.5.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::ShipSectionBuilder::ZMaxOffset ( )

Returns the z max offset
Created in NX7.5.0.



License requirements : None

int NXOpen::Features::ShipDesign::ShipSectionBuilder::ZMinDatumFilter ( )

Returns the z min datum filter
Created in NX7.5.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::ShipSectionBuilder::ZMinOffset ( )

Returns the z min offset
Created in NX7.5.0.



License requirements : None


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