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

This builder allows you to define the section drawing information. More...

Inheritance diagram for NXOpen::Features::ShipDesign::SectionDrawingBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  SectionsPerDrawingOptions { SectionsPerDrawingOptionsSingle, SectionsPerDrawingOptionsMultiple }
 Settings to indicate the section per drawing. More...
 
enum  ViewsPerSheetOptions {
  ViewsPerSheetOptionsOne, ViewsPerSheetOptionsTwo, ViewsPerSheetOptionsThree, ViewsPerSheetOptionsFour,
  ViewsPerSheetOptionsFive, ViewsPerSheetOptionsSix
}
 Settings to indicate the views per sheet. More...
 

Public Member Functions

NXOpen::Features::ShipDesign::SectionViewBuilderCreateSectionViewBuilder ()
 Creates a NXOpen::Features::ShipDesign::SectionViewBuilder. More...
 
NXOpen::Features::ShipDesign::SectionDrawingBuilder::SectionsPerDrawingOptions SectionsPerDrawing ()
 Returns the sct per drawing
Created in NX10.0.0. More...
 
void SetSectionsPerDrawing (NXOpen::Features::ShipDesign::SectionDrawingBuilder::SectionsPerDrawingOptions sctPerDrawing)
 Sets the sct per drawing
Created in NX10.0.0. More...
 
void SetViewsPerSheet (NXOpen::Features::ShipDesign::SectionDrawingBuilder::ViewsPerSheetOptions sctPerDrawing)
 Sets the views per sheet
Created in NX10.0.0. More...
 
NXOpen::Features::ShipDesign::SectionViewBuilderListViewList ()
 Returns the section view list
Created in NX10.0.0. More...
 
NXOpen::Features::ShipDesign::SectionDrawingBuilder::ViewsPerSheetOptions ViewsPerSheet ()
 Returns the views per sheet
Created in NX10.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

This builder allows you to define the section drawing information.

It represents NXOpen::Features::ShipDesign::SectionDrawingBuilder
To create a new instance of this class, use NXOpen::Features::ShipCollection::CreateSectionDrawingBuilder
Default values.

Property Value

SectionsPerDrawing

Multiple

ViewsPerSheet

One


Created in NX10.0.0.

Member Enumeration Documentation

Settings to indicate the section per drawing.

Enumerator
SectionsPerDrawingOptionsSingle 

single

SectionsPerDrawingOptionsMultiple 

multiple

Settings to indicate the views per sheet.

Enumerator
ViewsPerSheetOptionsOne 

one

ViewsPerSheetOptionsTwo 

two

ViewsPerSheetOptionsThree 

three

ViewsPerSheetOptionsFour 

four

ViewsPerSheetOptionsFive 

five

ViewsPerSheetOptionsSix 

six

Member Function Documentation

NXOpen::Features::ShipDesign::SectionViewBuilder* NXOpen::Features::ShipDesign::SectionDrawingBuilder::CreateSectionViewBuilder ( )

Creates a NXOpen::Features::ShipDesign::SectionViewBuilder.

Returns

Created in NX10.0.0.

License requirements : nx_ship_drafting ("Ship Drafting")
NXOpen::Features::ShipDesign::SectionDrawingBuilder::SectionsPerDrawingOptions NXOpen::Features::ShipDesign::SectionDrawingBuilder::SectionsPerDrawing ( )

Returns the sct per drawing
Created in NX10.0.0.



License requirements : None

void NXOpen::Features::ShipDesign::SectionDrawingBuilder::SetSectionsPerDrawing ( NXOpen::Features::ShipDesign::SectionDrawingBuilder::SectionsPerDrawingOptions  sctPerDrawing)

Sets the sct per drawing
Created in NX10.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters
sctPerDrawingsctperdrawing
void NXOpen::Features::ShipDesign::SectionDrawingBuilder::SetViewsPerSheet ( NXOpen::Features::ShipDesign::SectionDrawingBuilder::ViewsPerSheetOptions  sctPerDrawing)

Sets the views per sheet
Created in NX10.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters
sctPerDrawingsctperdrawing
NXOpen::Features::ShipDesign::SectionViewBuilderList* NXOpen::Features::ShipDesign::SectionDrawingBuilder::ViewList ( )

Returns the section view list
Created in NX10.0.0.



License requirements : None

NXOpen::Features::ShipDesign::SectionDrawingBuilder::ViewsPerSheetOptions NXOpen::Features::ShipDesign::SectionDrawingBuilder::ViewsPerSheet ( )

Returns the views per sheet
Created in NX10.0.0.



License requirements : None


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