NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Drawings::ViewCopyTo3dBuilder Class Reference

Represents a Drawings::ViewCopyTo3dBuilder . More...

Inheritance diagram for NXOpen::Drawings::ViewCopyTo3dBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  BoundingBoxOption { BoundingBoxOptionCurvesToCopy, BoundingBoxOptionEntireViews }
 The bounding box options. More...
enum  DistanceFromViewPlaneOption { DistanceFromViewPlaneOptionAutomatic, DistanceFromViewPlaneOptionSpecify }
 The option to get the distance. More...
enum  Option { OptionAutomatic, OptionSpecify }
 The pre-NX7.5 option
More...
enum  OutputOption { OutputOptionSketches, OutputOptionSimpleCurves, OutputOptionSketchesSolid, OutputOptionPartsGroup }
 The output options. More...
enum  Types { TypesSelectedCurves, TypesSelectedViews }
 The type of copy to 3d selections. More...

Public Member Functions

NXOpen::Drawings::ViewCopyTo3dBuilder::BoundingBoxOption BoundingBox ()
 Returns the type of bounding box
Created in NX7.5.0.
NXOpen::Drawings::SelectDrawingViewListBoundingViews ()
 Returns the select views in the placement group
Created in NX7.5.0.
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder.
void Commit (double offset, bool curves, bool sketches, int option)
 The copy of the selected view to modeling

bool CreateSketches ()
 Returns the flag indicating to create sketches in Modeling

NXOpen::SelectNXObjectListCurves ()
 Returns the select curves for source group
Created in NX7.5.0.
NXString DestinationPart ()
 Returns the path to the destination part
Created in NX7.5.0.
NXOpen::Drawings::ViewCopyTo3dBuilder::DistanceFromViewPlaneOption DistanceFromViewPlane ()
 Returns the option specifying the distance from the view plane
Created in NX6.0.0.
bool ExtrudeSolidBody ()
 Returns the flag that indicates whether to extrude solid

NXOpen::ExpressionOffset ()
 Returns the expression of clearance
Created in NX6.0.0.
NXOpen::Drawings::ViewCopyTo3dBuilder::OutputOption Output ()
 Returns the option of output in the setting group
Created in NX8.0.0.
bool ProcessSketchCurves ()
 Returns the flag indicating to process sketch curves

bool ProcessViewCurves ()
 Returns the flag indicating to process view curves

bool RepositionGeometry ()
 Returns the flag that indicates whether to automatically reposition geometry
Created in NX8.0.0.
void SetBoundingBox (NXOpen::Drawings::ViewCopyTo3dBuilder::BoundingBoxOption option)
 Sets the type of bounding box
Created in NX7.5.0.
void SetCreateSketches (bool option)
 Sets the flag indicating to create sketches in Modeling

void SetDestinationPart (const NXString &filename)
 Sets the path to the destination part
Created in NX7.5.0.
void SetDistanceFromViewPlane (NXOpen::Drawings::ViewCopyTo3dBuilder::DistanceFromViewPlaneOption option)
 Sets the option specifying the distance from the view plane
Created in NX6.0.0.
void SetExtrudeSolidBody (bool option)
 Sets the flag that indicates whether to extrude solid

void SetOutput (NXOpen::Drawings::ViewCopyTo3dBuilder::OutputOption option)
 Sets the option of output in the setting group
Created in NX8.0.0.
void SetProcessSketchCurves (bool option)
 Sets the flag indicating to process sketch curves

void SetProcessViewCurves (bool option)
 Sets the flag indicating to process view curves

void SetRepositionGeometry (bool option)
 Sets the flag that indicates whether to automatically reposition geometry
Created in NX8.0.0.
void SetType (NXOpen::Drawings::ViewCopyTo3dBuilder::Types type)
 Sets the type of copy
Created in NX7.5.0.
NXOpen::Drawings::ViewCopyTo3dBuilder::Types Type ()
 Returns the type of copy
Created in NX7.5.0.
NXOpen::Drawings::SelectDrawingViewView ()
 Returns the selected view for previous single view selection

NXOpen::Drawings::SelectDrawingViewListViews ()
 Returns the selected views for multiple views selection
Created in NX6.0.1.

Detailed Description

Represents a Drawings::ViewCopyTo3dBuilder .

This class is used to copy the contents of a drawing view to modeling space
To create a new instance of this class, use Drawings::DraftingViewCollection::CreateCopyTo3dBuilder

Created in NX6.0.0.


Member Enumeration Documentation

The bounding box options.

Enumerator:
BoundingBoxOptionCurvesToCopy 

curves to copy

BoundingBoxOptionEntireViews 

entire views

The option to get the distance.

Enumerator:
DistanceFromViewPlaneOptionAutomatic 

automatic distance calculation

DistanceFromViewPlaneOptionSpecify 

specify distance

The pre-NX7.5 option

Deprecated:
Deprecated in NX7.5.0.

Please use Drawings::ViewCopyTo3dBuilder::DistanceFromViewPlaneOption instead.

Enumerator:
OptionAutomatic 

automatic

OptionSpecify 

specify

The output options.

Enumerator:
OutputOptionSketches 

sketches

OutputOptionSimpleCurves 

simple curves

OutputOptionSketchesSolid 

sketches and solid body

OutputOptionPartsGroup 

component parts from groups

The type of copy to 3d selections.

Enumerator:
TypesSelectedCurves 

selected curves

TypesSelectedViews 

selected views


Member Function Documentation

Returns the type of bounding box
Created in NX7.5.0.



License requirements : None

Returns the select views in the placement group
Created in NX7.5.0.



License requirements : None

Commits any edits that have been applied to the builder.

Returns the object being edited, or a new object if the builder is being used in creation mode.

In certain cases this method may not return an object, please consult the particular class's documentation to see if this method has a different behavior.

Returns:
The object being edited, or the new object.
Created in NX4.0.0.

License requirements : None

Reimplemented from NXOpen::Builder.

void NXOpen::Drawings::ViewCopyTo3dBuilder::Commit ( double  offset,
bool  curves,
bool  sketches,
int  option 
)

The copy of the selected view to modeling

Deprecated:
Deprecated in NX7.5.0.

This method is no longer relevant and calls to this can be safely removed.


Created in NX6.0.1.

License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
offsetoffset from origin
curvesprocess curves
sketchesprocess sketch curves
optionoption of automatic or specify

Returns the flag indicating to create sketches in Modeling

Deprecated:
Deprecated in NX8.0.0.

This method is no longer relevant and calls to this can be safely removed.


Created in NX7.5.0.

License requirements : None

Returns the select curves for source group
Created in NX7.5.0.



License requirements : None

Returns the path to the destination part
Created in NX7.5.0.



License requirements : nx_drafting_plus ("Drafting Plus")

Returns the option specifying the distance from the view plane
Created in NX6.0.0.



License requirements : None

Returns the flag that indicates whether to extrude solid

Deprecated:
Deprecated in NX8.0.0.

This method is no longer relevant and calls to this can be safely removed.


Created in NX7.5.0.

License requirements : None

Returns the expression of clearance
Created in NX6.0.0.



License requirements : None

Returns the option of output in the setting group
Created in NX8.0.0.



License requirements : None

Returns the flag indicating to process sketch curves

Deprecated:
Deprecated in NX8.0.0.

This method is no longer relevant and calls to this can be safely removed.


Created in NX7.5.0.

License requirements : None

Returns the flag indicating to process view curves

Deprecated:
Deprecated in NX8.0.0.

This method is no longer relevant and calls to this can be safely removed.


Created in NX7.5.0.

License requirements : None

Returns the flag that indicates whether to automatically reposition geometry
Created in NX8.0.0.



License requirements : None

Sets the type of bounding box
Created in NX7.5.0.



License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
optionoption

Sets the flag indicating to create sketches in Modeling

Deprecated:
Deprecated in NX8.0.0.

This method is no longer relevant and calls to this can be safely removed.


Created in NX7.5.0.

License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
optionoption

Sets the path to the destination part
Created in NX7.5.0.



License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
filenamefilename

Sets the option specifying the distance from the view plane
Created in NX6.0.0.



License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
optionoption

Sets the flag that indicates whether to extrude solid

Deprecated:
Deprecated in NX8.0.0.

This method is no longer relevant and calls to this can be safely removed.


Created in NX7.5.0.

License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
optionoption

Sets the option of output in the setting group
Created in NX8.0.0.



License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
optionoption

Sets the flag indicating to process sketch curves

Deprecated:
Deprecated in NX8.0.0.

This method is no longer relevant and calls to this can be safely removed.


Created in NX7.5.0.

License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
optionoption

Sets the flag indicating to process view curves

Deprecated:
Deprecated in NX8.0.0.



Created in NX7.5.0.

License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
optionoption

Sets the flag that indicates whether to automatically reposition geometry
Created in NX8.0.0.



License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
optionoption

Sets the type of copy
Created in NX7.5.0.



License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
typetype

Returns the type of copy
Created in NX7.5.0.



License requirements : None

Returns the selected view for previous single view selection

Deprecated:
Deprecated in NX7.5.0.

This method is no longer relevant and calls to this can be safely removed.


Created in NX6.0.0.

License requirements : nx_drafting_plus ("Drafting Plus")

Returns the selected views for multiple views selection
Created in NX6.0.1.



License requirements : nx_drafting_plus ("Drafting Plus")


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