Class Wall
Assembly: NXOpen.dll
Syntax
public class Wall : Builder, IMessageSink, IComponentBuilder
Constructors
Wall()
Declaration
Properties
Image
Declaration
public Image Image { get; set; }
Property Value
ImageFilename
Declaration
public string ImageFilename { get; set; }
Property Value
PatternRepeatFactor
Declaration
[Obsolete("Deprecated in NX10.0.0. This functionality is moved to NXOpen.Display.Image.")]
public double PatternRepeatFactor { get; set; }
Property Value
Reflectivity
Declaration
public double Reflectivity { get; set; }
Property Value
WallMaterialTextureType
Declaration
public Wall.MaterialTextureType WallMaterialTextureType { get; set; }
Property Value
WallMaterialType
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Display.Wall.WallMaterialTextureType instead.")]
public Wall.MaterialType WallMaterialType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink