NX Open C++ Reference Guide
|
Represents a @link Drawings::SectionView Drawings::SectionView@endlink builder <br> To create a new instance of this class, use @link Drawings::DraftingViewCollection::CreateSectionViewBuilder Drawings::DraftingViewCollection::CreateSectionViewBuilder @endlink <br>
Default values. More...
Public Member Functions | |
NXOpen::Drawings::HiddenObjectsBuilder * | HiddenObjects () |
Returns the hidden objects Created in NX6.0.0. | |
NXOpen::Drawings::HiddenObjectsBuilder * | NonSectionedObjects () |
Returns the non sectioned objects Created in NX6.0.0. | |
NXOpen::Drawings::SpecifySectionLineBuilder * | SectionLine () |
Returns the section line Created in NX6.0.0. | |
NXOpen::Drawings::SvtBuilder * | SectionViewTool () |
Returns the section view tool Created in NX6.0.0. | |
void | SetViewUnfolded (bool viewUnfolded) |
Sets the view unfolded toggle Created in NX6.0.0. | |
NXOpen::Drawings::ViewOrientationBuilder * | ViewOrientation () |
Returns the view orientation Created in NX6.0.0. | |
NXOpen::Drawings::ViewPlacementBuilder * | ViewPlacement () |
Returns the view placement Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleBuilder * | ViewStyle () |
Returns the view style Created in NX6.0.0. | |
bool | ViewUnfolded () |
Returns the view unfolded toggle 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::SectionView Drawings::SectionView@endlink builder <br> To create a new instance of this class, use @link Drawings::DraftingViewCollection::CreateSectionViewBuilder Drawings::DraftingViewCollection::CreateSectionViewBuilder @endlink <br>
Default values.
Property | Value |
---|---|
SectionViewTool.Orientation |
0 |
ViewPlacement.AlignmentMethod |
Infer |
ViewPlacement.AlignmentOption |
ToView |
ViewStyle.ViewStyleGeneral.AngleValue |
0.0 |
ViewStyle.ViewStyleGeneral.Scale.Denominator |
1.0 |
ViewStyle.ViewStyleGeneral.Scale.Numerator |
1.0 |
ViewStyle.ViewStyleGeneral.Scale.ScaleType |
Ratio |
ViewStyle.ViewStyleOrientation.HingeLine.ReverseDirection |
false |
ViewStyle.ViewStyleOrientation.HingeLine.VectorOption |
Inferred |
ViewStyle.ViewStyleOrientation.Ovt.AssociativeOrientation |
0 |
ViewUnfolded |
1 |
Created in NX6.0.0.
NXOpen::Drawings::HiddenObjectsBuilder* NXOpen::Drawings::SectionViewBuilder::HiddenObjects | ( | ) |
Returns the hidden objects
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::HiddenObjectsBuilder* NXOpen::Drawings::SectionViewBuilder::NonSectionedObjects | ( | ) |
Returns the non sectioned objects
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::SpecifySectionLineBuilder* NXOpen::Drawings::SectionViewBuilder::SectionLine | ( | ) |
Returns the section line
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::SvtBuilder* NXOpen::Drawings::SectionViewBuilder::SectionViewTool | ( | ) |
Returns the section view tool
Created in NX6.0.0.
License requirements : None
void NXOpen::Drawings::SectionViewBuilder::SetViewUnfolded | ( | bool | viewUnfolded | ) |
Sets the view unfolded toggle
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
viewUnfolded | viewunfolded |
NXOpen::Drawings::ViewOrientationBuilder* NXOpen::Drawings::SectionViewBuilder::ViewOrientation | ( | ) |
Returns the view orientation
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::ViewPlacementBuilder* NXOpen::Drawings::SectionViewBuilder::ViewPlacement | ( | ) |
Returns the view placement
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::ViewStyleBuilder* NXOpen::Drawings::SectionViewBuilder::ViewStyle | ( | ) |
Returns the view style
Created in NX6.0.0.
License requirements : None
bool NXOpen::Drawings::SectionViewBuilder::ViewUnfolded | ( | ) |
Returns the view unfolded toggle
Created in NX6.0.0.
License requirements : None