NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Drawings::SectionViewBuilder Class Reference

Represents a NXOpen::Drawings::SectionView builder
To create a new instance of this class, use NXOpen::Drawings::DraftingViewCollection::CreateSectionViewBuilder
Default values. More...

Inheritance diagram for NXOpen::Drawings::SectionViewBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  SectionCutType { SectionCutTypeFullPart, SectionCutTypeSectionedPart }
 Section Line Cut type. More...
 
enum  SectionLineType {
  SectionLineTypeSimpleStepped, SectionLineTypeHalf, SectionLineTypeRevolved, SectionLineTypePointToPoint,
  SectionLineTypePointAndAngle
}
 Section Line type. More...
 
enum  SectionViewModeType { SectionViewModeTypeDynamic, SectionViewModeTypeStandAlone }
 Section Line Mode. More...
 

Public Member Functions

bool CreateFolded ()
 Returns the create folded
Created in NX10.0.0. More...
 
NXOpen::Drawings::HiddenObjectsBuilderHiddenObjects ()
 Returns the hidden objects
Created in NX6.0.0. More...
 
NXOpen::Drawings::HiddenObjectsBuilderNonSectionedObjects ()
 Returns the non sectioned objects
Created in NX6.0.0. More...
 
NXOpen::Drawings::ParentViewBuilderParentView ()
 Returns the selected parent view
Created in NX10.0.0. More...
 
NXOpen::Drawings::DraftingComponentSelectionBuilderSecondaryComponents ()
 Returns the list of secondary objects in the view
Created in NX11.0.0. More...
 
NXOpen::Drawings::SpecifySectionLineBuilderSectionLine ()
 Returns the section Line
Created in NX6.0.0. More...
 
NXOpen::Drawings::SectionLineSegmentsBuilderSectionLineSegments ()
 Returns the section line segment builder
Created in NX10.0.0. More...
 
NXOpen::Drawings::SectionViewBuilder::SectionViewModeType SectionViewMode ()
 Returns the section line mode
Created in NX10.0.0. More...
 
NXOpen::Drawings::SvtBuilderSectionViewTool ()
 Returns the section view tool
Created in NX6.0.0. More...
 
NXOpen::Drawings::SectionViewBuilder::SectionLineType SectionViewType ()
 Returns the section line type
Created in NX10.0.0. More...
 
void SetCreateFolded (bool viewUnfolded)
 Sets the create folded
Created in NX10.0.0. More...
 
void SetSectionViewMode (NXOpen::Drawings::SectionViewBuilder::SectionViewModeType sectionViewMode)
 Sets the section line mode
Created in NX10.0.0. More...
 
void SetSectionViewType (NXOpen::Drawings::SectionViewBuilder::SectionLineType sectionLineType)
 Sets the section line type
Created in NX10.0.0. More...
 
void SetViewUnfolded (bool viewUnfolded)
 Sets the view unfolded toggle
More...
 
NXOpen::Drawings::ViewOrientationBuilderViewOrientation ()
 Returns the view orientation
Created in NX6.0.0. More...
 
NXOpen::Drawings::ViewPlacementBuilderViewPlacement ()
 Returns the view placement
Created in NX6.0.0. More...
 
NXOpen::Drawings::ViewStyleBuilderViewStyle ()
 Returns the view style
Created in NX6.0.0. More...
 
bool ViewUnfolded ()
 Returns the view unfolded toggle
More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Drawings::SectionView builder
To create a new instance of this class, use NXOpen::Drawings::DraftingViewCollection::CreateSectionViewBuilder
Default values.

Property Value

CreateFolded

1

SecondaryComponents.ObjectType

PrimaryGeometry

SectionViewTool.Orientation

0

ViewPlacement.AlignmentMethod

Infer

ViewPlacement.AlignmentOption

ToView

ViewStyle.ViewStyleGeneral.AngleSetting.Angle.Value

0

ViewStyle.ViewStyleGeneral.AngleSetting.Associative

0

ViewStyle.ViewStyleGeneral.AngleSetting.EvaluationPlane

DrawingSheet

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 (deprecated)

1


Created in NX6.0.0.

Member Enumeration Documentation

Section Line Cut type.

Enumerator
SectionCutTypeFullPart 

full part

SectionCutTypeSectionedPart 

sectioned part

Section Line type.

Enumerator
SectionLineTypeSimpleStepped 

simple stepped

SectionLineTypeHalf 

half

SectionLineTypeRevolved 

revolved

SectionLineTypePointToPoint 

point to point

SectionLineTypePointAndAngle 

point and angle

Section Line Mode.

Enumerator
SectionViewModeTypeDynamic 

dynamic

SectionViewModeTypeStandAlone 

stand alone

Member Function Documentation

bool NXOpen::Drawings::SectionViewBuilder::CreateFolded ( )

Returns the create folded
Created in NX10.0.0.



License requirements : None

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::ParentViewBuilder* NXOpen::Drawings::SectionViewBuilder::ParentView ( )

Returns the selected parent view
Created in NX10.0.0.



License requirements : None

NXOpen::Drawings::DraftingComponentSelectionBuilder* NXOpen::Drawings::SectionViewBuilder::SecondaryComponents ( )

Returns the list of secondary objects in the view
Created in NX11.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::SectionLineSegmentsBuilder* NXOpen::Drawings::SectionViewBuilder::SectionLineSegments ( )

Returns the section line segment builder
Created in NX10.0.0.



License requirements : None

NXOpen::Drawings::SectionViewBuilder::SectionViewModeType NXOpen::Drawings::SectionViewBuilder::SectionViewMode ( )

Returns the section line mode
Created in NX10.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

NXOpen::Drawings::SectionViewBuilder::SectionLineType NXOpen::Drawings::SectionViewBuilder::SectionViewType ( )

Returns the section line type
Created in NX10.0.0.



License requirements : None

void NXOpen::Drawings::SectionViewBuilder::SetCreateFolded ( bool  viewUnfolded)

Sets the create folded
Created in NX10.0.0.



License requirements : drafting ("DRAFTING")

Parameters
viewUnfoldedviewunfolded
void NXOpen::Drawings::SectionViewBuilder::SetSectionViewMode ( NXOpen::Drawings::SectionViewBuilder::SectionViewModeType  sectionViewMode)

Sets the section line mode
Created in NX10.0.0.



License requirements : None

Parameters
sectionViewModesectionviewmode
void NXOpen::Drawings::SectionViewBuilder::SetSectionViewType ( NXOpen::Drawings::SectionViewBuilder::SectionLineType  sectionLineType)

Sets the section line type
Created in NX10.0.0.



License requirements : None

Parameters
sectionLineTypesectionlinetype
void NXOpen::Drawings::SectionViewBuilder::SetViewUnfolded ( bool  viewUnfolded)

Sets the view unfolded toggle

Deprecated:
Deprecated in NX10.0.0.

Use NXOpen::Drawings::SectionViewBuilder::SetCreateFolded


Created in NX6.0.0.

License requirements : drafting ("DRAFTING")

Parameters
viewUnfoldedviewunfolded
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

Deprecated:
Deprecated in NX10.0.0.

Use NXOpen::Drawings::SectionViewBuilder::CreateFolded


Created in NX6.0.0.

License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.