NX Open C++ Reference Guide
|
This builder allows the user to create a Drawing View <br> To create a new instance of this class, use @link Drawings::DraftingViewCollection::CreateDrawingViewBuilder Drawings::DraftingViewCollection::CreateDrawingViewBuilder @endlink <br>
Default values. More...
Public Member Functions | |
NXOpen::Drawings::ViewCenterCoordinateBuilder * | CenterCoordinate () |
Returns the center coordinate Created in NX6.0.0. | |
NXOpen::Drawings::MultipleViewPlacementBuilder * | MultipleViewPlacement () |
Returns the multiple view placement Created in NX6.0.2. | |
NXOpen::Drawings::ViewScaleBuilder * | Scale () |
Returns the view scale Created in NX6.0.0. | |
NXOpen::Drawings::View2dOrientBuilder * | TwodOrientation () |
Returns the view orientation in 2D Created in NX6.0.0. | |
NXOpen::Drawings::ViewBoundaryBuilder * | ViewBoundary () |
Returns the view boundary. | |
NXOpen::Drawings::ViewPlacementBuilder * | ViewPlacement () |
Returns the view placement. | |
NXOpen::Drawings::ViewStyleBuilder * | ViewStyle () |
Returns the view style Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
This builder allows the user to create a Drawing View <br> To create a new instance of this class, use @link Drawings::DraftingViewCollection::CreateDrawingViewBuilder Drawings::DraftingViewCollection::CreateDrawingViewBuilder @endlink <br>
Default values.
Property | Value |
---|---|
MultipleViewPlacement.OptionType |
Center |
MultipleViewPlacement.ViewPlacementCenter.AlignmentMethod |
Infer |
MultipleViewPlacement.ViewPlacementCenter.AlignmentOption |
ToView |
Scale.Denominator |
1.0 |
Scale.Numerator |
1.0 |
Scale.ScaleType |
Ratio |
ViewStyle.ViewStyleGeneral.AngleValue |
0.0 |
ViewStyle.ViewStyleOrientation.HingeLine.ReverseDirection |
false |
ViewStyle.ViewStyleOrientation.HingeLine.VectorOption |
Inferred |
ViewStyle.ViewStyleOrientation.Ovt.AssociativeOrientation |
0 |
Created in NX6.0.0.
NXOpen::Drawings::ViewCenterCoordinateBuilder* NXOpen::Drawings::DrawingViewBuilder::CenterCoordinate | ( | ) |
Returns the center coordinate
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::MultipleViewPlacementBuilder* NXOpen::Drawings::DrawingViewBuilder::MultipleViewPlacement | ( | ) |
Returns the multiple view placement
Created in NX6.0.2.
License requirements : None
NXOpen::Drawings::ViewScaleBuilder* NXOpen::Drawings::DrawingViewBuilder::Scale | ( | ) |
Returns the view scale
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::View2dOrientBuilder* NXOpen::Drawings::DrawingViewBuilder::TwodOrientation | ( | ) |
Returns the view orientation in 2D
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::ViewBoundaryBuilder* NXOpen::Drawings::DrawingViewBuilder::ViewBoundary | ( | ) |
Returns the view boundary.
It is replace by @link Drawings::DrawingViewBuilder::MultipleViewPlacement Drawings::DrawingViewBuilder::MultipleViewPlacement@endlink
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::ViewPlacementBuilder* NXOpen::Drawings::DrawingViewBuilder::ViewPlacement | ( | ) |
Returns the view placement.
It is replace by @link Drawings::DrawingViewBuilder::MultipleViewPlacement Drawings::DrawingViewBuilder::MultipleViewPlacement@endlink
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::ViewStyleBuilder* NXOpen::Drawings::DrawingViewBuilder::ViewStyle | ( | ) |
Returns the view style
Created in NX6.0.0.
License requirements : None