NX Open C++ Reference Guide
Public Member Functions | List of all members
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

Public Member Functions

double AngleTolerance ()
 Returns the angle tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
NXOpen::NXColorCutFaceColor ()
 Returns the cut face color on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
double EdgeTolerance ()
 Returns the edge tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
double FaceTolerance ()
 Returns the face tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
NXOpen::NXColorHiddenWireframeColor ()
 Returns the hidden wireframe color on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
NXOpen::Preferences::ShadingRenderingStyleOption RenderingStyle ()
 Returns the rendering style option on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetAngleTolerance (double angleToleranceData)
 Sets the angle tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetCutFaceColor (NXOpen::NXColor *cutFaceColor)
 Sets the cut face color on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetEdgeTolerance (double edgeToleranceData)
 Sets the edge tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetFaceTolerance (double faceToleranceData)
 Sets the face tolerance data on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetHiddenWireframeColor (NXOpen::NXColor *hiddenWireframeColor)
 Sets the hidden wireframe color on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
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. More...
 
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. More...
 
void SetShininessScale (double shininessScaleData)
 Sets the shininess scale data on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetTwoSidedLight (bool twoSidedLightToggle)
 Sets the two sided light toggle on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetVisibleWireframeColor (NXOpen::NXColor *visibleWireframeColor)
 Sets the visible wireframe color on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
NXOpen::Preferences::ShadingToleranceOption ShadeTolerance ()
 Returns the shade tolerance option on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
double ShininessScale ()
 Returns the shininess scale data on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
bool TwoSidedLight ()
 Returns the two sided light toggle on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
NXOpen::NXColorVisibleWireframeColor ()
 Returns the visible wireframe color on the SHADING tab of the View Style Dialog
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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


Created in NX6.0.0.

Member Function Documentation

double NXOpen::Drawings::ViewStyleShadingBuilder::AngleTolerance ( )

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



License requirements : None

NXOpen::NXColor* NXOpen::Drawings::ViewStyleShadingBuilder::CutFaceColor ( )

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



License requirements : None

double NXOpen::Drawings::ViewStyleShadingBuilder::EdgeTolerance ( )

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



License requirements : None

double NXOpen::Drawings::ViewStyleShadingBuilder::FaceTolerance ( )

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



License requirements : None

NXOpen::NXColor* NXOpen::Drawings::ViewStyleShadingBuilder::HiddenWireframeColor ( )

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



License requirements : None

NXOpen::Preferences::ShadingRenderingStyleOption NXOpen::Drawings::ViewStyleShadingBuilder::RenderingStyle ( )

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



License requirements : None

void NXOpen::Drawings::ViewStyleShadingBuilder::SetAngleTolerance ( double  angleToleranceData)

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
void NXOpen::Drawings::ViewStyleShadingBuilder::SetCutFaceColor ( NXOpen::NXColor cutFaceColor)

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
void NXOpen::Drawings::ViewStyleShadingBuilder::SetEdgeTolerance ( double  edgeToleranceData)

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
void NXOpen::Drawings::ViewStyleShadingBuilder::SetFaceTolerance ( double  faceToleranceData)

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
void NXOpen::Drawings::ViewStyleShadingBuilder::SetHiddenWireframeColor ( NXOpen::NXColor hiddenWireframeColor)

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
void NXOpen::Drawings::ViewStyleShadingBuilder::SetRenderingStyle ( NXOpen::Preferences::ShadingRenderingStyleOption  renderingStyleOption)

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
void NXOpen::Drawings::ViewStyleShadingBuilder::SetShadeTolerance ( NXOpen::Preferences::ShadingToleranceOption  shadeToleranceOption)

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
void NXOpen::Drawings::ViewStyleShadingBuilder::SetShininessScale ( double  shininessScaleData)

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
void NXOpen::Drawings::ViewStyleShadingBuilder::SetTwoSidedLight ( bool  twoSidedLightToggle)

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
void NXOpen::Drawings::ViewStyleShadingBuilder::SetVisibleWireframeColor ( NXOpen::NXColor visibleWireframeColor)

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
NXOpen::Preferences::ShadingToleranceOption NXOpen::Drawings::ViewStyleShadingBuilder::ShadeTolerance ( )

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



License requirements : None

double NXOpen::Drawings::ViewStyleShadingBuilder::ShininessScale ( )

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



License requirements : None

bool NXOpen::Drawings::ViewStyleShadingBuilder::TwoSidedLight ( )

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



License requirements : None

virtual bool NXOpen::Drawings::ViewStyleShadingBuilder::Validate ( )
virtual

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.

NXOpen::NXColor* NXOpen::Drawings::ViewStyleShadingBuilder::VisibleWireframeColor ( )

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.