|
NX Open C++ Reference Guide
|
Represents a @link Drawings::BaseView Drawings::BaseView@endlink builder <br> To create a new instance of this class, use @link Drawings::DraftingViewCollection::CreateBaseViewBuilder Drawings::DraftingViewCollection::CreateBaseViewBuilder @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::ViewPlacementBuilder * | Placement () |
| Returns the view placement Created in NX6.0.0. | |
| NXOpen::Drawings::ViewScaleBuilder * | Scale () |
| Returns the view scale Created in NX6.0.0. | |
| NXOpen::Drawings::SelectModelViewBuilder * | SelectModelView () |
| Returns the model view Created in NX6.0.0. | |
| NXOpen::Drawings::ViewStyleBuilder * | Style () |
| Returns the view style Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| 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::BaseView Drawings::BaseView@endlink builder <br> To create a new instance of this class, use @link Drawings::DraftingViewCollection::CreateBaseViewBuilder Drawings::DraftingViewCollection::CreateBaseViewBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
Placement.AlignmentMethod |
Infer |
|
Placement.AlignmentOption |
ToView |
|
Scale.Denominator |
1.0 |
|
Scale.Numerator |
1.0 |
|
Scale.ScaleType |
Ratio |
|
Style.ViewStyleGeneral.AngleValue |
0.0 |
|
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::BaseViewBuilder::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::BaseViewBuilder::NonSectionedObjects | ( | ) |
Returns the list of objects to not section in the view
Created in NX6.0.0.
License requirements : None
| NXOpen::Drawings::ViewPlacementBuilder* NXOpen::Drawings::BaseViewBuilder::Placement | ( | ) |
Returns the view placement
Created in NX6.0.0.
License requirements : None
| NXOpen::Drawings::ViewScaleBuilder* NXOpen::Drawings::BaseViewBuilder::Scale | ( | ) |
Returns the view scale
Created in NX6.0.0.
License requirements : None
| NXOpen::Drawings::SelectModelViewBuilder* NXOpen::Drawings::BaseViewBuilder::SelectModelView | ( | ) |
Returns the model view
Created in NX6.0.0.
License requirements : None
| NXOpen::Drawings::ViewStyleBuilder* NXOpen::Drawings::BaseViewBuilder::Style | ( | ) |
Returns the view style
Created in NX6.0.0.
License requirements : None