NX Open C++ Reference Guide
|
Represents a Features::ShipDesign::ShipSection builder
To create a new instance of this class, use Features::ShipCollection::CreateShipSectionBuilder
Default values.
More...
Public Types | |
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. | |
NXString | SectionName () |
Returns the section name Created in NX7.5.0. | |
NXString | SectionPart () |
Returns the section part Created in NX7.5.0. | |
int | SectionXMax () |
Returns the section xmax Created in NX7.5.0. | |
int | SectionXMin () |
Returns the section xmin Created in NX7.5.0. | |
int | SectionYMax () |
Returns the section ymax Created in NX7.5.0. | |
int | SectionYMin () |
Returns the section ymin Created in NX7.5.0. | |
int | SectionZMax () |
Returns the section zmax Created in NX7.5.0. | |
int | SectionZMin () |
Returns the section zmin Created in NX7.5.0. | |
void | SetAssemblyPart (const NXString &filename) |
Sets the assembly part Created in NX7.5.0. | |
void | SetSectionName (const NXString §ionName) |
Sets the section name Created in NX7.5.0. | |
void | SetSectionPart (const NXString &filename) |
Sets the section part Created in NX7.5.0. | |
void | SetSectionXMax (int sectionXMax) |
Sets the section xmax Created in NX7.5.0. | |
void | SetSectionXMin (int sectionXMin) |
Sets the section xmin Created in NX7.5.0. | |
void | SetSectionYMax (int sectionYMax) |
Sets the section ymax Created in NX7.5.0. | |
void | SetSectionYMin (int sectionYMin) |
Sets the section ymin Created in NX7.5.0. | |
void | SetSectionZMax (int sectionZMax) |
Sets the section zmax Created in NX7.5.0. | |
void | SetSectionZMin (int sectionZMin) |
Sets the section zmin Created in NX7.5.0. | |
void | SetXDatumFilter (NXOpen::Features::ShipDesign::ShipSectionBuilder::XFilter xDatumFilter) |
Sets the x datum filter Created in NX7.5.0. | |
void | SetXMaxDatumFilter (int xMaxDatumFilter) |
Sets the x max datum filter Created in NX7.5.0. | |
void | SetXMinDatumFilter (int xMinDatumFilter) |
Sets the x min datum filter Created in NX7.5.0. | |
void | SetYDatumFilter (int yDatumFilter) |
Sets the y datum filter Created in NX7.5.0. | |
void | SetYMaxDatumFilter (int yMaxDatumFilter) |
Sets the y max datum filter Created in NX7.5.0. | |
void | SetYMinDatumFilter (int yMinDatumFilter) |
Sets the y min datum filter Created in NX7.5.0. | |
void | SetZDatumFilter (NXOpen::Features::ShipDesign::ShipSectionBuilder::ZFilter zDatumFilter) |
Sets the z datum filter Created in NX7.5.0. | |
void | SetZMaxDatumFilter (int zMaxDatumFilter) |
Sets the z max datum filter Created in NX7.5.0. | |
void | SetZMinDatumFilter (int zMinDatumFilter) |
Sets the z min datum filter Created in NX7.5.0. | |
NXOpen::SelectBody * | ShipBody () |
Returns the ship body Created in NX7.5.0. | |
NXOpen::Features::ShipDesign::ShipSectionBuilder::XFilter | XDatumFilter () |
Returns the x datum filter Created in NX7.5.0. | |
int | XMaxDatumFilter () |
Returns the x max datum filter Created in NX7.5.0. | |
NXOpen::Expression * | XMaxOffset () |
Returns the x max offset Created in NX7.5.0. | |
int | XMinDatumFilter () |
Returns the x min datum filter Created in NX7.5.0. | |
NXOpen::Expression * | XMinOffset () |
Returns the x min offset Created in NX7.5.0. | |
int | YDatumFilter () |
Returns the y datum filter Created in NX7.5.0. | |
int | YMaxDatumFilter () |
Returns the y max datum filter Created in NX7.5.0. | |
NXOpen::Expression * | YMaxOffset () |
Returns the y max offset Created in NX7.5.0. | |
int | YMinDatumFilter () |
Returns the y min datum filter Created in NX7.5.0. | |
NXOpen::Expression * | YMinOffset () |
Returns the y min offset Created in NX7.5.0. | |
NXOpen::Features::ShipDesign::ShipSectionBuilder::ZFilter | ZDatumFilter () |
Returns the z datum filter Created in NX7.5.0. | |
int | ZMaxDatumFilter () |
Returns the z max datum filter Created in NX7.5.0. | |
NXOpen::Expression * | ZMaxOffset () |
Returns the z max offset Created in NX7.5.0. | |
int | ZMinDatumFilter () |
Returns the z min datum filter Created in NX7.5.0. | |
NXOpen::Expression * | ZMinOffset () |
Returns the z min offset Created in NX7.5.0. |
Represents a Features::ShipDesign::ShipSection builder
To create a new instance of this class, use Features::ShipCollection::CreateShipSectionBuilder
Default values.
Property | Value |
---|---|
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.
Returns the assembly part
Created in NX7.5.0.
License requirements : None
Returns the section name
Created in NX7.5.0.
License requirements : None
Returns the section part
Created in NX7.5.0.
License requirements : None
Returns the section xmax
Created in NX7.5.0.
License requirements : None
Returns the section xmin
Created in NX7.5.0.
License requirements : None
Returns the section ymax
Created in NX7.5.0.
License requirements : None
Returns the section ymin
Created in NX7.5.0.
License requirements : None
Returns the section zmax
Created in NX7.5.0.
License requirements : None
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_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
filename | filename |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionName | ( | const NXString & | sectionName | ) |
Sets the section name
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
sectionName | sectionname |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionPart | ( | const NXString & | filename | ) |
Sets the section part
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
filename | filename |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionXMax | ( | int | sectionXMax | ) |
Sets the section xmax
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
sectionXMax | sectionxmax |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionXMin | ( | int | sectionXMin | ) |
Sets the section xmin
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
sectionXMin | sectionxmin |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionYMax | ( | int | sectionYMax | ) |
Sets the section ymax
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
sectionYMax | sectionymax |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionYMin | ( | int | sectionYMin | ) |
Sets the section ymin
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
sectionYMin | sectionymin |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionZMax | ( | int | sectionZMax | ) |
Sets the section zmax
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
sectionZMax | sectionzmax |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetSectionZMin | ( | int | sectionZMin | ) |
Sets the section zmin
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
sectionZMin | sectionzmin |
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_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
xDatumFilter | xdatumfilter |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetXMaxDatumFilter | ( | int | xMaxDatumFilter | ) |
Sets the x max datum filter
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
xMaxDatumFilter | xmaxdatumfilter |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetXMinDatumFilter | ( | int | xMinDatumFilter | ) |
Sets the x min datum filter
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
xMinDatumFilter | xmindatumfilter |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetYDatumFilter | ( | int | yDatumFilter | ) |
Sets the y datum filter
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
yDatumFilter | ydatumfilter |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetYMaxDatumFilter | ( | int | yMaxDatumFilter | ) |
Sets the y max datum filter
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
yMaxDatumFilter | ymaxdatumfilter |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetYMinDatumFilter | ( | int | yMinDatumFilter | ) |
Sets the y min datum filter
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
yMinDatumFilter | ymindatumfilter |
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_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
zDatumFilter | zdatumfilter |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetZMaxDatumFilter | ( | int | zMaxDatumFilter | ) |
Sets the z max datum filter
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
zMaxDatumFilter | zmaxdatumfilter |
void NXOpen::Features::ShipDesign::ShipSectionBuilder::SetZMinDatumFilter | ( | int | zMinDatumFilter | ) |
Sets the z min datum filter
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_detail ("Ship Detail Design")
zMinDatumFilter | zmindatumfilter |
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
Returns the x max datum filter
Created in NX7.5.0.
License requirements : None
Returns the x max offset
Created in NX7.5.0.
License requirements : None
Returns the x min datum filter
Created in NX7.5.0.
License requirements : None
Returns the x min offset
Created in NX7.5.0.
License requirements : None
Returns the y datum filter
Created in NX7.5.0.
License requirements : None
Returns the y max datum filter
Created in NX7.5.0.
License requirements : None
Returns the y max offset
Created in NX7.5.0.
License requirements : None
Returns the y min datum filter
Created in NX7.5.0.
License requirements : None
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
Returns the z max datum filter
Created in NX7.5.0.
License requirements : None
Returns the z max offset
Created in NX7.5.0.
License requirements : None
Returns the z min datum filter
Created in NX7.5.0.
License requirements : None
Returns the z min offset
Created in NX7.5.0.
License requirements : None