NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::MeshCollectorDisplayDefaults3d Class Reference

Represents 3d Mesh Display Settings
To obtain an instance of this class use CAE::MeshCollector, or CAE::MeshCollectorOccurrence classes

Created in NX8.5.0. More...

Inheritance diagram for NXOpen::CAE::MeshCollectorDisplayDefaults3d:
NXOpen::CAE::MeshCollectorDisplayDefaults NXOpen::TransientObject

Public Member Functions

bool DisplayInternalEdges ()
 Returns the display 3d element internal edges visibility setting. More...
 
bool DisplayShadedEdges ()
 Returns the element shaded edge visibility. More...
 
int ElementShrinkPercent ()
 Returns the element shrink percentage (0 to 100). More...
 
NXOpen::DisplayableObject::ObjectWidth LineWidth ()
 Returns the line width of the element. More...
 
void SetDisplayInternalEdges (bool visibility)
 Sets the display 3d element internal edges visibility setting. More...
 
void SetDisplayShadedEdges (bool visibility)
 Sets the element shaded edge visibility. More...
 
void SetElementShrinkPercent (int shrink)
 Sets the element shrink percentage (0 to 100). More...
 
void SetLineWidth (NXOpen::DisplayableObject::ObjectWidth width)
 Sets the line width of the element. More...
 
void SetShadedEdgeColor (NXOpen::NXColor *color)
 Sets the element shaded edge color. More...
 
NXOpen::NXColorShadedEdgeColor ()
 Returns the element shaded edge color. More...
 
virtual ~MeshCollectorDisplayDefaults3d ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::CAE::MeshCollectorDisplayDefaults
NXOpen::NXColorColor ()
 Returns the element color. More...
 
void SetColor (NXOpen::NXColor *color)
 Sets the element color. More...
 
void UseCustomerDefaultsDisplaySettings ()
 Use display settings from the Customer Defaults. More...
 
virtual ~MeshCollectorDisplayDefaults ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents 3d Mesh Display Settings
To obtain an instance of this class use CAE::MeshCollector, or CAE::MeshCollectorOccurrence classes

Created in NX8.5.0.


Constructor & Destructor Documentation

virtual NXOpen::CAE::MeshCollectorDisplayDefaults3d::~MeshCollectorDisplayDefaults3d ( )
virtual

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX8.5.0.

License requirements : None

Member Function Documentation

bool NXOpen::CAE::MeshCollectorDisplayDefaults3d::DisplayInternalEdges ( )

Returns the display 3d element internal edges visibility setting.


Created in NX8.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

bool NXOpen::CAE::MeshCollectorDisplayDefaults3d::DisplayShadedEdges ( )

Returns the element shaded edge visibility.


Created in NX8.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

int NXOpen::CAE::MeshCollectorDisplayDefaults3d::ElementShrinkPercent ( )

Returns the element shrink percentage (0 to 100).


Created in NX8.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

NXOpen::DisplayableObject::ObjectWidth NXOpen::CAE::MeshCollectorDisplayDefaults3d::LineWidth ( )

Returns the line width of the element.


Created in NX8.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

void NXOpen::CAE::MeshCollectorDisplayDefaults3d::SetDisplayInternalEdges ( bool  visibility)

Sets the display 3d element internal edges visibility setting.


Created in NX8.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
visibilityvisibility
void NXOpen::CAE::MeshCollectorDisplayDefaults3d::SetDisplayShadedEdges ( bool  visibility)

Sets the element shaded edge visibility.


Created in NX8.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
visibilityvisibility
void NXOpen::CAE::MeshCollectorDisplayDefaults3d::SetElementShrinkPercent ( int  shrink)

Sets the element shrink percentage (0 to 100).


Created in NX8.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
shrinkshrink
void NXOpen::CAE::MeshCollectorDisplayDefaults3d::SetLineWidth ( NXOpen::DisplayableObject::ObjectWidth  width)

Sets the line width of the element.


Created in NX8.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
widthwidth
void NXOpen::CAE::MeshCollectorDisplayDefaults3d::SetShadedEdgeColor ( NXOpen::NXColor color)

Sets the element shaded edge color.


Created in NX8.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
colorcolor
NXOpen::NXColor* NXOpen::CAE::MeshCollectorDisplayDefaults3d::ShadedEdgeColor ( )

Returns the element shaded edge color.


Created in NX8.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")


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