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

Represents the SHADING tab on the View Style Dialog (Drawings.ViewStyleShadingBuilder) More...

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

List of all members.

Public Member Functions

double AngleTolerance ()
 Returns the angle tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
NXOpen::NXColorCutFaceColor ()
 Returns the cut face color on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
double EdgeTolerance ()
 Returns the edge tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
double FaceTolerance ()
 Returns the face tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
NXOpen::NXColorHiddenWireframeColor ()
 Returns the hidden wireframe color on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
NXOpen::Preferences::ShadingRenderingStyleOption RenderingStyle ()
 Returns the rendering style option on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
void SetAngleTolerance (double angleToleranceData)
 Sets the angle tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
void SetCutFaceColor (NXOpen::NXColor *cutFaceColor)
 Sets the cut face color on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
void SetEdgeTolerance (double edgeToleranceData)
 Sets the edge tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
void SetFaceTolerance (double faceToleranceData)
 Sets the face tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
void SetHiddenWireframeColor (NXOpen::NXColor *hiddenWireframeColor)
 Sets the hidden wireframe color on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
void SetRenderingStyle (NXOpen::Preferences::ShadingRenderingStyleOption renderingStyleOption)
 Sets the rendering style option on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
void SetShadeTolerance (NXOpen::Preferences::ShadingToleranceOption shadeToleranceOption)
 Sets the shade tolerance option on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
void SetShininessScale (double shininessScaleData)
 Sets the shininess scale data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
void SetTwoSidedLight (bool twoSidedLightToggle)
 Sets the two sided light toggle on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
void SetVisibleWireframeColor (NXOpen::NXColor *visibleWireframeColor)
 Sets the visible wireframe color on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
NXOpen::Preferences::ShadingToleranceOption ShadeTolerance ()
 Returns the shade tolerance option on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
double ShininessScale ()
 Returns the shininess scale data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.
bool TwoSidedLight ()
 Returns the two sided light toggle on the SHADING 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.
NXOpen::NXColorVisibleWireframeColor ()
 Returns the visible wireframe color on the SHADING tab of the View Style Dialog
Created in NX6.0.0.

Detailed Description

Represents the SHADING tab on the View Style Dialog (Drawings.ViewStyleShadingBuilder)


Created in NX6.0.0.


Member Function Documentation

Returns the angle tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the cut face color on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the edge tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the face tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the hidden wireframe color on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the rendering style option on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Sets the angle tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
angleToleranceDataSets a new angle tolerance on the shading sub-builder

Sets the cut face color on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
cutFaceColorSets a new cut face color on the shading sub-builder

Sets the edge tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
edgeToleranceDataSets a new edge tolerance on the shading sub-builder

Sets the face tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
faceToleranceDataSets a new face tolerance on the shading sub-builder

Sets the hidden wireframe color on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
hiddenWireframeColorSets a new hidden wireframe color on the shading sub-builder

Sets the rendering style option on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
renderingStyleOptionSets a new rendering style option on the shading sub-builder

Sets the shade tolerance option on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
shadeToleranceOptionSets a new shade tolerance option on the shading sub-builder

Sets the shininess scale data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
shininessScaleDataSets a new shininess scale on the shading sub-builder

Sets the two sided light toggle on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
twoSidedLightToggleSets a new two sided light toggle value on the shading sub-builder

Sets the visible wireframe color on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
visibleWireframeColorSets a new visible wireframe color on the shading sub-builder

Returns the shade tolerance option on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the shininess scale data on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

Returns the two sided light toggle on the SHADING 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.

Returns the visible wireframe color on the SHADING tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None


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