NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder Class Reference

Represents a NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder More...

Inheritance diagram for NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  TextureSpace {
  Box, Planar, Cylindrical, Spherical,
  UVMap
}
 texture spacee type More...
 

Public Member Functions

unsafe void ExportXMLButton ()
 To export to a XML file More...
 
unsafe double[] GetColorPicker ()
 Returns the color picker More...
 
unsafe void SaveMaterialsButton ()
 To save to System Studio Materials More...
 
unsafe void SetColorPicker (double[] colorPicker)
 Sets the color picker More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override 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...
 

Properties

unsafe double AspectRatio [get, set]
 Returns or sets the aspect ratio More...
 
unsafe string FileBrowser [get, set]
 Returns or sets the file browser More...
 
unsafe double LatitudeScale [get, set]
 Returns or sets the latitude scale More...
 
unsafe double LongitudeScale [get, set]
 Returns or sets the longitude scale More...
 
unsafe string NameString [get, set]
 Returns or sets the name string More...
 
unsafe NXOpen.Direction NormalVector [get, set]
 Returns or sets the normal vector More...
 
unsafe double Scale [get, set]
 Returns or sets the scale More...
 
unsafe bool TexturedToggle [get, set]
 Returns or sets the textured toggle More...
 
unsafe
NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.TextureSpace 
TextureSpaceEnum [get, set]
 Returns or sets the texture space enum More...
 
unsafe NXOpen.Direction UpVector [get, set]
 Returns or sets the up vector More...
 
unsafe double UScale [get, set]
 Returns or sets the u scale More...
 
unsafe double VScale [get, set]
 Returns or sets the v scale More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder

This class is restricted to being called from a program running during an Interactive NX session. If run from a non-interactive session it will return a null reference (Nothing in Visual Basic).

Created in NX10.0.2

Member Enumeration Documentation

texture spacee type

Enumerator
Box 
Planar 
Cylindrical 
Spherical 
UVMap 

Member Function Documentation

unsafe void NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.ExportXMLButton ( )
inline

To export to a XML file

Created in NX10.0.2

License requirements: studio_render ("UG STUDIO RENDER")

unsafe double [] NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.GetColorPicker ( )
inline

Returns the color picker

Created in NX10.0.2

License requirements: studio_render ("UG STUDIO RENDER")

Returns
Array of 3 RGB values, each between 0 and 1
unsafe void NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.SaveMaterialsButton ( )
inline

To save to System Studio Materials

Created in NX10.0.2

License requirements: studio_render ("UG STUDIO RENDER")

unsafe void NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.SetColorPicker ( double[]  colorPicker)
inline

Sets the color picker

Created in NX10.0.2

License requirements: studio_render ("UG STUDIO RENDER")

Parameters
colorPickerArray of 3 RGB values, each between 0 and 1

Property Documentation

unsafe double NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.AspectRatio
getset

Returns or sets the aspect ratio

Created in NX10.0.2

License requirements to get this property: studio_render ("UG STUDIO RENDER")

License requirements to set this property: studio_render ("UG STUDIO RENDER")

unsafe string NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.FileBrowser
getset

Returns or sets the file browser

Created in NX10.0.2

License requirements to get this property: studio_render ("UG STUDIO RENDER")

License requirements to set this property: studio_render ("UG STUDIO RENDER")

unsafe double NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.LatitudeScale
getset

Returns or sets the latitude scale

Created in NX10.0.2

License requirements to get this property: studio_render ("UG STUDIO RENDER")

License requirements to set this property: studio_render ("UG STUDIO RENDER")

unsafe double NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.LongitudeScale
getset

Returns or sets the longitude scale

Created in NX10.0.2

License requirements to get this property: studio_render ("UG STUDIO RENDER")

License requirements to set this property: studio_render ("UG STUDIO RENDER")

unsafe string NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.NameString
getset

Returns or sets the name string

Created in NX10.0.2

License requirements to get this property: studio_render ("UG STUDIO RENDER")

License requirements to set this property: studio_render ("UG STUDIO RENDER")

unsafe NXOpen.Direction NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.NormalVector
getset

Returns or sets the normal vector

Created in NX10.0.2

License requirements to get this property: studio_render ("UG STUDIO RENDER")

License requirements to set this property: studio_render ("UG STUDIO RENDER")

unsafe double NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.Scale
getset

Returns or sets the scale

Created in NX10.0.2

License requirements to get this property: studio_render ("UG STUDIO RENDER")

License requirements to set this property: studio_render ("UG STUDIO RENDER")

unsafe bool NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.TexturedToggle
getset

Returns or sets the textured toggle

Created in NX10.0.2

License requirements to get this property: studio_render ("UG STUDIO RENDER")

License requirements to set this property: studio_render ("UG STUDIO RENDER")

unsafe NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.TextureSpace NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.TextureSpaceEnum
getset

Returns or sets the texture space enum

Created in NX10.0.2

License requirements to get this property: studio_render ("UG STUDIO RENDER")

License requirements to set this property: studio_render ("UG STUDIO RENDER")

unsafe NXOpen.Direction NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.UpVector
getset

Returns or sets the up vector

Created in NX10.0.2

License requirements to get this property: studio_render ("UG STUDIO RENDER")

License requirements to set this property: studio_render ("UG STUDIO RENDER")

unsafe double NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.UScale
getset

Returns or sets the u scale

Created in NX10.0.2

License requirements to get this property: studio_render ("UG STUDIO RENDER")

License requirements to set this property: studio_render ("UG STUDIO RENDER")

unsafe double NXOpen.Display.IrayPlusSimpleMaterialEditorBuilder.VScale
getset

Returns or sets the v scale

Created in NX10.0.2

License requirements to get this property: studio_render ("UG STUDIO RENDER")

License requirements to set this property: studio_render ("UG STUDIO RENDER")


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