NX Open C++ Reference Guide
|
Represents a PasteSpecialBuilder
To create a new instance of this class, use ClipboardOperationsManager::CreatePasteSpecialBuilder
Default values.
More...
Public Types | |
enum | DestinationOption { DestinationOptionWcs, DestinationOptionCsys } |
This enum represents the paste ppecial destination coordinate system options. More... | |
enum | LayerOption { LayerOptionWork, LayerOptionOriginal, LayerOptionSpecified } |
This enum represents the paste special layer options. More... | |
Public Member Functions | |
NXOpen::CoordinateSystem * | Csys () |
Returns the destination coordinate system Created in NX5.0.0. | |
NXOpen::PasteSpecialBuilder::DestinationOption | DestinationOpt () |
Returns the destination coordinate system option Created in NX5.0.0. | |
int | LayerNumber () |
Returns the layer number Created in NX5.0.0. | |
NXOpen::PasteSpecialBuilder::LayerOption | LayerOpt () |
Returns the layer option Created in NX5.0.0. | |
void | SetCsys (NXOpen::CoordinateSystem *csys) |
Sets the destination coordinate system Created in NX5.0.0. | |
void | SetDestinationOpt (NXOpen::PasteSpecialBuilder::DestinationOption destinationOpt) |
Sets the destination coordinate system option Created in NX5.0.0. | |
void | SetLayerNumber (int layerNumber) |
Sets the layer number Created in NX5.0.0. | |
void | SetLayerOpt (NXOpen::PasteSpecialBuilder::LayerOption layerOpt) |
Sets the layer option Created in NX5.0.0. |
Represents a PasteSpecialBuilder
To create a new instance of this class, use ClipboardOperationsManager::CreatePasteSpecialBuilder
Default values.
Property | Value |
---|---|
DestinationOpt |
Csys |
LayerOpt |
Work |
Created in NX5.0.0.
Returns the destination coordinate system
Created in NX5.0.0.
License requirements : None
Returns the destination coordinate system option
Created in NX5.0.0.
License requirements : None
Returns the layer number
Created in NX5.0.0.
License requirements : None
Returns the layer option
Created in NX5.0.0.
License requirements : None
void NXOpen::PasteSpecialBuilder::SetCsys | ( | NXOpen::CoordinateSystem * | csys | ) |
Sets the destination coordinate system
Created in NX5.0.0.
License requirements : None
csys | csys |
void NXOpen::PasteSpecialBuilder::SetDestinationOpt | ( | NXOpen::PasteSpecialBuilder::DestinationOption | destinationOpt | ) |
Sets the destination coordinate system option
Created in NX5.0.0.
License requirements : None
destinationOpt | destinationopt |
void NXOpen::PasteSpecialBuilder::SetLayerNumber | ( | int | layerNumber | ) |
Sets the layer number
Created in NX5.0.0.
License requirements : None
layerNumber | layernumber |
Sets the layer option
Created in NX5.0.0.
License requirements : None
layerOpt | layeropt |