NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.CAE.MeshDisplaySettings Class Reference

Represents the base MeshDisplaySettings class for Mesh class More...

Inheritance diagram for NXOpen.CAE.MeshDisplaySettings:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink NXOpen.CAE.MeshDisplaySettings0d NXOpen.CAE.MeshDisplaySettings1d NXOpen.CAE.MeshDisplaySettings2d NXOpen.CAE.MeshDisplaySettings3d

Public Member Functions

unsafe void UseCustomerDefaultsDisplaySettings ()
 Use display settings from the Customer Defaults. More...
 
unsafe void UseMeshCollectorDisplaySettings ()
 Use display settings from the Mesh Collector. More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Properties

unsafe NXOpen.NXColor Color [get, set]
 Returns or sets the element color. More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Detailed Description

Represents the base MeshDisplaySettings class for Mesh class

This is an abstract class, and cannot be created.

Created in NX5.0.0

Member Function Documentation

override void NXOpen.CAE.MeshDisplaySettings.FreeResource ( )
inlineprotectedvirtual

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.

Implements NXOpen.TransientObject.

Reimplemented in NXOpen.CAE.MeshDisplaySettings0d, NXOpen.CAE.MeshDisplaySettings1d, NXOpen.CAE.MeshDisplaySettings2d, and NXOpen.CAE.MeshDisplaySettings3d.

unsafe void NXOpen.CAE.MeshDisplaySettings.UseCustomerDefaultsDisplaySettings ( )
inline

Use display settings from the Customer Defaults.

Created in NX8.5.0

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

unsafe void NXOpen.CAE.MeshDisplaySettings.UseMeshCollectorDisplaySettings ( )
inline

Use display settings from the Mesh Collector.

Created in NX8.5.0

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

Property Documentation

unsafe NXOpen.NXColor NXOpen.CAE.MeshDisplaySettings.Color
getset

Returns or sets the element color.

Created in NX8.5.0

License requirements to get this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")


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