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

Represents a NXOpen::Drawings::ViewCopyTo3dBuilder . More...

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

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. More...
 
NXOpen::Drawings::SelectDrawingViewListBoundingViews ()
 Returns the select views in the placement group
Created in NX7.5.0. More...
 
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Commit (double offset, bool curves, bool sketches, int option)
 The copy of the selected view to modeling
More...
 
bool CreateSketches ()
 Returns the flag indicating to create sketches in Modeling
More...
 
NXOpen::SelectNXObjectListCurves ()
 Returns the select curves for source group
Created in NX7.5.0. More...
 
NXString DestinationPart ()
 Returns the path to the destination part
Created in NX7.5.0. More...
 
NXOpen::Drawings::ViewCopyTo3dBuilder::DistanceFromViewPlaneOption DistanceFromViewPlane ()
 Returns the option specifying the distance from the view plane
Created in NX6.0.0. More...
 
bool ExtrudeSolidBody ()
 Returns the flag that indicates whether to extrude solid
More...
 
NXOpen::ExpressionOffset ()
 Returns the expression of clearance
Created in NX6.0.0. More...
 
NXOpen::Drawings::ViewCopyTo3dBuilder::OutputOption Output ()
 Returns the option of output in the setting group
Created in NX8.0.0. More...
 
bool ProcessSketchCurves ()
 Returns the flag indicating to process sketch curves
More...
 
bool ProcessViewCurves ()
 Returns the flag indicating to process view curves
More...
 
bool RepositionGeometry ()
 Returns the flag that indicates whether to automatically reposition geometry
Created in NX8.0.0. More...
 
void SetBoundingBox (NXOpen::Drawings::ViewCopyTo3dBuilder::BoundingBoxOption option)
 Sets the type of bounding box
Created in NX7.5.0. More...
 
void SetCreateSketches (bool option)
 Sets the flag indicating to create sketches in Modeling
More...
 
void SetDestinationPart (const NXString &filename)
 Sets the path to the destination part
Created in NX7.5.0. More...
 
void SetDestinationPart (const char *filename)
 Sets the path to the destination part
Created in NX7.5.0. More...
 
void SetDistanceFromViewPlane (NXOpen::Drawings::ViewCopyTo3dBuilder::DistanceFromViewPlaneOption option)
 Sets the option specifying the distance from the view plane
Created in NX6.0.0. More...
 
void SetExtrudeSolidBody (bool option)
 Sets the flag that indicates whether to extrude solid
More...
 
void SetOutput (NXOpen::Drawings::ViewCopyTo3dBuilder::OutputOption option)
 Sets the option of output in the setting group
Created in NX8.0.0. More...
 
void SetProcessSketchCurves (bool option)
 Sets the flag indicating to process sketch curves
More...
 
void SetProcessViewCurves (bool option)
 Sets the flag indicating to process view curves
More...
 
void SetRepositionGeometry (bool option)
 Sets the flag that indicates whether to automatically reposition geometry
Created in NX8.0.0. More...
 
void SetType (NXOpen::Drawings::ViewCopyTo3dBuilder::Types type)
 Sets the type of copy
Created in NX7.5.0. More...
 
NXOpen::Drawings::ViewCopyTo3dBuilder::Types Type ()
 Returns the type of copy
Created in NX7.5.0. More...
 
NXOpen::Drawings::SelectDrawingViewView ()
 Returns the selected view for previous single view selection
More...
 
NXOpen::Drawings::SelectDrawingViewListViews ()
 Returns the selected views for multiple views selection
Created in NX6.0.1. 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::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 NXOpen::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 NXOpen::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

NXOpen::Drawings::ViewCopyTo3dBuilder::BoundingBoxOption NXOpen::Drawings::ViewCopyTo3dBuilder::BoundingBox ( )

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



License requirements : None

NXOpen::Drawings::SelectDrawingViewList* NXOpen::Drawings::ViewCopyTo3dBuilder::BoundingViews ( )

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



License requirements : None

NXOpen::NXObject* NXOpen::Drawings::ViewCopyTo3dBuilder::Commit ( )

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
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_layout ("NX Layout")

Parameters
offsetoffset from origin
curvesprocess curves
sketchesprocess sketch curves
optionoption of automatic or specify
bool NXOpen::Drawings::ViewCopyTo3dBuilder::CreateSketches ( )

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

NXOpen::SelectNXObjectList* NXOpen::Drawings::ViewCopyTo3dBuilder::Curves ( )

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



License requirements : None

NXString NXOpen::Drawings::ViewCopyTo3dBuilder::DestinationPart ( )

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



License requirements : nx_layout ("NX Layout")

NXOpen::Drawings::ViewCopyTo3dBuilder::DistanceFromViewPlaneOption NXOpen::Drawings::ViewCopyTo3dBuilder::DistanceFromViewPlane ( )

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



License requirements : None

bool NXOpen::Drawings::ViewCopyTo3dBuilder::ExtrudeSolidBody ( )

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

NXOpen::Expression* NXOpen::Drawings::ViewCopyTo3dBuilder::Offset ( )

Returns the expression of clearance
Created in NX6.0.0.



License requirements : None

NXOpen::Drawings::ViewCopyTo3dBuilder::OutputOption NXOpen::Drawings::ViewCopyTo3dBuilder::Output ( )

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



License requirements : None

bool NXOpen::Drawings::ViewCopyTo3dBuilder::ProcessSketchCurves ( )

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

bool NXOpen::Drawings::ViewCopyTo3dBuilder::ProcessViewCurves ( )

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

bool NXOpen::Drawings::ViewCopyTo3dBuilder::RepositionGeometry ( )

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



License requirements : None

void NXOpen::Drawings::ViewCopyTo3dBuilder::SetBoundingBox ( NXOpen::Drawings::ViewCopyTo3dBuilder::BoundingBoxOption  option)

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



License requirements : nx_layout ("NX Layout")

Parameters
optionoption
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetCreateSketches ( bool  option)

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_layout ("NX Layout")

Parameters
optionoption
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetDestinationPart ( const NXString filename)

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



License requirements : nx_layout ("NX Layout")

Parameters
filenamefilename
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetDestinationPart ( const char *  filename)

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



License requirements : nx_layout ("NX Layout")

Parameters
filenamefilename
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetDistanceFromViewPlane ( NXOpen::Drawings::ViewCopyTo3dBuilder::DistanceFromViewPlaneOption  option)

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



License requirements : nx_layout ("NX Layout")

Parameters
optionoption
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetExtrudeSolidBody ( bool  option)

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_layout ("NX Layout")

Parameters
optionoption
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetOutput ( NXOpen::Drawings::ViewCopyTo3dBuilder::OutputOption  option)

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



License requirements : nx_layout ("NX Layout")

Parameters
optionoption
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetProcessSketchCurves ( bool  option)

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_layout ("NX Layout")

Parameters
optionoption
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetProcessViewCurves ( bool  option)

Sets 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 : nx_layout ("NX Layout")

Parameters
optionoption
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetRepositionGeometry ( bool  option)

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



License requirements : nx_layout ("NX Layout")

Parameters
optionoption
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetType ( NXOpen::Drawings::ViewCopyTo3dBuilder::Types  type)

Sets the type of copy
Created in NX7.5.0.



License requirements : nx_layout ("NX Layout")

Parameters
typetype
NXOpen::Drawings::ViewCopyTo3dBuilder::Types NXOpen::Drawings::ViewCopyTo3dBuilder::Type ( )

Returns the type of copy
Created in NX7.5.0.



License requirements : None

NXOpen::Drawings::SelectDrawingView* NXOpen::Drawings::ViewCopyTo3dBuilder::View ( )

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_layout ("NX Layout")

NXOpen::Drawings::SelectDrawingViewList* NXOpen::Drawings::ViewCopyTo3dBuilder::Views ( )

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



License requirements : nx_layout ("NX Layout")


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