NX Open C++ Reference Guide
|
Represents a @link Drawings::ProjectedView Drawings::ProjectedView@endlink builder <br> To create a new instance of this class, use @link Drawings::DraftingViewCollection::CreateProjectedViewBuilder Drawings::DraftingViewCollection::CreateProjectedViewBuilder @endlink <br>
Default values. More...
Public Member Functions | |
NXOpen::Drawings::HiddenObjectsBuilder * | HiddenObjects () |
Returns the list of objects to not show in the view Created in NX6.0.0. | |
NXOpen::Drawings::HiddenObjectsBuilder * | NonSectionedObjects () |
Returns the list of objects to not section in the view Created in NX6.0.0. | |
NXOpen::Drawings::ParentViewBuilder * | Parent () |
Returns the parent view Created in NX6.0.0. | |
NXOpen::Drawings::ViewPlacementBuilder * | Placement () |
Returns the view position Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleBuilder * | Style () |
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. | |
Represents a @link Drawings::ProjectedView Drawings::ProjectedView@endlink builder <br> To create a new instance of this class, use @link Drawings::DraftingViewCollection::CreateProjectedViewBuilder Drawings::DraftingViewCollection::CreateProjectedViewBuilder @endlink <br>
Default values.
Property | Value |
---|---|
Placement.AlignmentMethod |
Infer |
Placement.AlignmentOption |
ToView |
Style.ViewStyleGeneral.AngleValue |
0.0 |
Style.ViewStyleGeneral.Scale.Denominator |
1.0 |
Style.ViewStyleGeneral.Scale.Numerator |
1.0 |
Style.ViewStyleGeneral.Scale.ScaleType |
Ratio |
Style.ViewStyleOrientation.HingeLine.ReverseDirection |
false |
Style.ViewStyleOrientation.HingeLine.VectorOption |
Inferred |
Style.ViewStyleOrientation.Ovt.AssociativeOrientation |
0 |
Created in NX6.0.0.
NXOpen::Drawings::HiddenObjectsBuilder* NXOpen::Drawings::ProjectedViewBuilder::HiddenObjects | ( | ) |
Returns the list of objects to not show in the view
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::HiddenObjectsBuilder* NXOpen::Drawings::ProjectedViewBuilder::NonSectionedObjects | ( | ) |
Returns the list of objects to not section in the view
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::ParentViewBuilder* NXOpen::Drawings::ProjectedViewBuilder::Parent | ( | ) |
Returns the parent view
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::ViewPlacementBuilder* NXOpen::Drawings::ProjectedViewBuilder::Placement | ( | ) |
Returns the view position
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::ViewStyleBuilder* NXOpen::Drawings::ProjectedViewBuilder::Style | ( | ) |
Returns the view style
Created in NX6.0.0.
License requirements : None