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

Represents the class Features.ShipDesign.MaterialEstimationBuilder which is used to calculate the material estimation information. More...

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

Public Types

enum  SelectionMethods { SelectionMethodsVolume, SelectionMethodsFrame, SelectionMethodsShipStructure }
 Settings to indicate how the objects are selected. More...
 

Public Member Functions

NXOpen::Features::ShipDesign::MaterialEstimationBuilder::SelectionMethods SelectionMethod ()
 Returns the selection method. More...
 
NXOpen::PartSetFrameParts (int nPartCount)
 Sets the selected frame parts. More...
 
void SetSelectionMethod (NXOpen::Features::ShipDesign::MaterialEstimationBuilder::SelectionMethods enumSelectionType)
 Sets the selection method. More...
 
NXOpen::SelectDisplayableObjectListShipStructures ()
 Returns the selected ship structures. More...
 
NXOpen::SelectBodyVolumeBody ()
 Returns the selected volume body. 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 the class Features.ShipDesign.MaterialEstimationBuilder which is used to calculate the material estimation information.


To create a new instance of this class, use NXOpen::Features::ShipCollection::CreateMaterialEstimationBuilder
Default values.

Property Value

SelectionMethod

Volume


Created in NX10.0.0.

Member Enumeration Documentation

Settings to indicate how the objects are selected.

Enumerator
SelectionMethodsVolume 

Selection by volume.

SelectionMethodsFrame 

Selection by Frame.

SelectionMethodsShipStructure 

Selection by ship structure.

Member Function Documentation

NXOpen::Features::ShipDesign::MaterialEstimationBuilder::SelectionMethods NXOpen::Features::ShipDesign::MaterialEstimationBuilder::SelectionMethod ( )

Returns the selection method.


Created in NX10.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

NXOpen::Part* NXOpen::Features::ShipDesign::MaterialEstimationBuilder::SetFrameParts ( int  nPartCount)

Sets the selected frame parts.

Returns
ship basic design structure component.
Created in NX10.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")
Parameters
nPartCountnpartcount
void NXOpen::Features::ShipDesign::MaterialEstimationBuilder::SetSelectionMethod ( NXOpen::Features::ShipDesign::MaterialEstimationBuilder::SelectionMethods  enumSelectionType)

Sets the selection method.


Created in NX10.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
enumSelectionTypeenumselectiontype
NXOpen::SelectDisplayableObjectList* NXOpen::Features::ShipDesign::MaterialEstimationBuilder::ShipStructures ( )

Returns the selected ship structures.


Created in NX10.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

NXOpen::SelectBody* NXOpen::Features::ShipDesign::MaterialEstimationBuilder::VolumeBody ( )

Returns the selected volume body.


Created in NX10.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")


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