NX Open C++ Reference Guide
|
Represents a Drawings::ViewCopyTo3dBuilder . More...
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::SelectDrawingViewList * | BoundingViews () |
Returns the select views in the placement group Created in NX7.5.0. | |
NXOpen::NXObject * | Commit () |
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::SelectNXObjectList * | Curves () |
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::Expression * | Offset () |
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::SelectDrawingView * | View () |
Returns the selected view for previous single view selection | |
NXOpen::Drawings::SelectDrawingViewList * | Views () |
Returns the selected views for multiple views selection Created in NX6.0.1. |
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.
The pre-NX7.5 option
Please use Drawings::ViewCopyTo3dBuilder::DistanceFromViewPlaneOption instead.
NXOpen::Drawings::ViewCopyTo3dBuilder::BoundingBoxOption NXOpen::Drawings::ViewCopyTo3dBuilder::BoundingBox | ( | ) |
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.
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
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")
offset | offset from origin |
curves | process curves |
sketches | process sketch curves |
option | option of automatic or specify |
Returns the flag indicating to create sketches in Modeling
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")
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
Returns the flag that indicates whether to extrude solid
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
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
Returns the flag indicating to process sketch curves
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
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
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetBoundingBox | ( | NXOpen::Drawings::ViewCopyTo3dBuilder::BoundingBoxOption | option | ) |
Sets the type of bounding box
Created in NX7.5.0.
License requirements : nx_drafting_plus ("Drafting Plus")
option | option |
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetCreateSketches | ( | bool | option | ) |
Sets the flag indicating to create sketches in Modeling
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")
option | option |
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetDestinationPart | ( | const NXString & | filename | ) |
Sets the path to the destination part
Created in NX7.5.0.
License requirements : nx_drafting_plus ("Drafting Plus")
filename | filename |
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_drafting_plus ("Drafting Plus")
option | option |
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetExtrudeSolidBody | ( | bool | option | ) |
Sets the flag that indicates whether to extrude solid
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")
option | option |
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_drafting_plus ("Drafting Plus")
option | option |
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetProcessSketchCurves | ( | bool | option | ) |
Sets the flag indicating to process sketch curves
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")
option | option |
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetProcessViewCurves | ( | bool | option | ) |
Sets the flag indicating to process view curves
Created in NX7.5.0.
License requirements : nx_drafting_plus ("Drafting Plus")
option | option |
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_drafting_plus ("Drafting Plus")
option | option |
void NXOpen::Drawings::ViewCopyTo3dBuilder::SetType | ( | NXOpen::Drawings::ViewCopyTo3dBuilder::Types | type | ) |
Sets the type of copy
Created in NX7.5.0.
License requirements : nx_drafting_plus ("Drafting Plus")
type | type |
Returns the type of copy
Created in NX7.5.0.
License requirements : None
Returns the selected view for previous single view selection
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")