NX Open C++ Reference Guide
Public Member Functions
NXOpen::Drawings::ViewStyleSectionBuilder Class Reference

Represents the SECTION tab on the View Style Dialog (Drawings.ViewStyleSectionBuilder) More...

Inheritance diagram for NXOpen::Drawings::ViewStyleSectionBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

double AdjacencyToleranceData ()
 Returns the adjacency tolerance on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
bool AssemblyTolerance ()
 Returns the assembly tolerance toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
bool Background ()
 Returns the background toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
bool Bendlines ()
 Returns the bendlines toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
bool Crosshatch ()
 Returns the crosshatch toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
bool DisplaySectionLine ()
 Returns the display section line toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
bool Foreground ()
 Returns the foreground toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
bool HiddenLineHatching ()
 Returns the hidden line hatching toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
bool RestrictCrosshatchAngle ()
 Returns the restrict crosshatch angle toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
void SetAdjacencyToleranceData (double adjacencyToleranceData)
 Sets the adjacency tolerance on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
void SetAssemblyTolerance (bool assemblyToleranceToggle)
 Sets the assembly tolerance toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
void SetBackground (bool backgroundToggle)
 Sets the background toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
void SetBendlines (bool bendlinesToggle)
 Sets the bendlines toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
void SetCrosshatch (bool crosshatchToggle)
 Sets the crosshatch toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
void SetDisplaySectionLine (bool displaySectionLine)
 Sets the display section line toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
void SetForeground (bool foregroundToggle)
 Sets the foreground toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
void SetHiddenLineHatching (bool hiddenLineHatchingToggle)
 Sets the hidden line hatching toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
void SetRestrictCrosshatchAngle (bool restrictCrosshatchAngleToggle)
 Sets the restrict crosshatch angle toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
void SetSheetBodies (bool sheetBodiesToggle)
 Sets the sheet bodies toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
bool SheetBodies ()
 Returns the sheet bodies toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

Detailed Description

Represents the SECTION tab on the View Style Dialog (Drawings.ViewStyleSectionBuilder)


Created in NX6.0.0.


Member Function Documentation

Returns the adjacency tolerance on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the assembly tolerance toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the background toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the bendlines toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the crosshatch toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the display section line toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the foreground toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the hidden line hatching toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the restrict crosshatch angle toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Sets the adjacency tolerance on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
adjacencyToleranceDataSets a new assembly tolerance on the section sub-builder

Sets the assembly tolerance toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
assemblyToleranceToggleSets a new assembly tolerance toggle value on the section sub-builder

Sets the background toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
backgroundToggleSets a new background toggle value on the section sub-builder

Sets the bendlines toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
bendlinesToggleSets a new bendlines toggle value on the section sub-builder

Sets the crosshatch toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
crosshatchToggleSets a new crosshatch toggle value on the section sub-builder

Sets the display section line toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
displaySectionLineSets a new display section line toggle value on the section sub-builder

Sets the foreground toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
foregroundToggleSets a new foreground toggle value on the section sub-builder

Sets the hidden line hatching toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
hiddenLineHatchingToggleSets a new hidden line hatching toggle value on the section sub-builder
void NXOpen::Drawings::ViewStyleSectionBuilder::SetRestrictCrosshatchAngle ( bool  restrictCrosshatchAngleToggle)

Sets the restrict crosshatch angle toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
restrictCrosshatchAngleToggleSets a new restrict crosshatch angle toggle value on the section sub-builder

Sets the sheet bodies toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
sheetBodiesToggleSets a new sheet bodies toggle value on the section sub-builder

Returns the sheet bodies toggle on the SECTION tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns:
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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