NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Sketch::CopyObjectData Struct Reference

This structure represents a map between the original object to be copied and the corresponding copied object. More...

Public Member Functions

 CopyObjectData (NXOpen::NXObject *origObjectInitial, NXOpen::NXObject *copiedObjectInitial)
 Constructor for the CopyObjectData struct. More...
 

Public Attributes

NXOpen::NXObjectCopiedObject
 copied object More...
 
NXOpen::NXObjectOrigObject
 orig object More...
 

Detailed Description

This structure represents a map between the original object to be copied and the corresponding copied object.

An array of these structures are returned from the API NXOpen::Sketch::CopyObjects .

Constructor & Destructor Documentation

NXOpen::Sketch::CopyObjectData::CopyObjectData ( NXOpen::NXObject origObjectInitial,
NXOpen::NXObject copiedObjectInitial 
)

Constructor for the CopyObjectData struct.

Parameters
origObjectInitialorig object
copiedObjectInitialcopied object

Member Data Documentation

NXOpen::NXObject* NXOpen::Sketch::CopyObjectData::CopiedObject

copied object

NXOpen::NXObject* NXOpen::Sketch::CopyObjectData::OrigObject

orig object


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