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

Represents a NXOpen::Features::ShipDesign::CopyObjectsBuilder It is used in Ship Building Application. More...

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

Public Types

enum  Type { TypePart, TypeFeature }
 Type of Source Objects. More...
 

Public Member Functions

NXOpen::SelectNXObjectCopyFrom ()
 Returns the plane where the source objects to be copied from. More...
 
NXOpen::SelectNXObjectListCopyTo ()
 Returns the target objects where the source objects to be copied to. More...
 
NXOpen::SelectNXObjectListInputObjects ()
 Returns the source input objects to copy. More...
 
NXOpen::Features::ShipDesign::CopyObjectsBuilder::Type ObjectType ()
 Returns the type of objects to copy. More...
 
void SetObjectType (NXOpen::Features::ShipDesign::CopyObjectsBuilder::Type objectType)
 Sets the type of objects to copy. More...
 
NXOpen::Features::ShipDesign::ShipNamesListBuilderShipNames ()
 Returns the Ship Names builder, used to assign names to the copied objects created. 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::CopyObjectsBuilder It is used in Ship Building Application.

The operation copies one or more components and pastes them to new parts while re-parenting and maintaining WAVE links
To create a new instance of this class, use NXOpen::Features::ShipCollection::CreateCopyObjectsBuilder
Default values.

Property Value

ObjectType

Part


Created in NX10.0.0.

Member Enumeration Documentation

Type of Source Objects.

Enumerator
TypePart 

part

TypeFeature 

feature

Member Function Documentation

NXOpen::SelectNXObject* NXOpen::Features::ShipDesign::CopyObjectsBuilder::CopyFrom ( )

Returns the plane where the source objects to be copied from.


Created in NX10.0.0.

License requirements : None

NXOpen::SelectNXObjectList* NXOpen::Features::ShipDesign::CopyObjectsBuilder::CopyTo ( )

Returns the target objects where the source objects to be copied to.


Created in NX10.0.0.

License requirements : None

NXOpen::SelectNXObjectList* NXOpen::Features::ShipDesign::CopyObjectsBuilder::InputObjects ( )

Returns the source input objects to copy.


Created in NX10.0.0.

License requirements : None

NXOpen::Features::ShipDesign::CopyObjectsBuilder::Type NXOpen::Features::ShipDesign::CopyObjectsBuilder::ObjectType ( )

Returns the type of objects to copy.


Created in NX10.0.0.

License requirements : None

void NXOpen::Features::ShipDesign::CopyObjectsBuilder::SetObjectType ( NXOpen::Features::ShipDesign::CopyObjectsBuilder::Type  objectType)

Sets the type of objects to copy.


Created in NX10.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
objectTypeobjecttype
NXOpen::Features::ShipDesign::ShipNamesListBuilder* NXOpen::Features::ShipDesign::CopyObjectsBuilder::ShipNames ( )

Returns the Ship Names builder, used to assign names to the copied objects created.


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.