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

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

List of all members.

Public Member Functions

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

Public Attributes

NXOpen::NXObjectCopiedObject
 copied object
NXOpen::NXObjectOrigObject
 orig object

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 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

copied object

orig object


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