Class RenderingPropertiesBuilder
Inheritance
RenderingPropertiesBuilder
Assembly: NXOpen.dll
Syntax
public class RenderingPropertiesBuilder : BaseSubObjectBuilder, IMessageSink, IComponentBuilder
Constructors
RenderingPropertiesBuilder()
Declaration
protected RenderingPropertiesBuilder()
Properties
FillColor
Declaration
public NXColor FillColor { get; set; }
Property Value
FillOpacity
Declaration
public double FillOpacity { get; set; }
Property Value
FillPattern
Declaration
public RenderingPropertiesBuilder.FillPatterns FillPattern { get; set; }
Property Value
LineFont
Declaration
public DisplayableObject.ObjectFont LineFont { get; set; }
Property Value
LineWidth
Declaration
public DisplayableObject.ObjectWidth LineWidth { get; set; }
Property Value
StrokeColor
Declaration
public NXColor StrokeColor { get; set; }
Property Value
StrokeOpacity
Declaration
public double StrokeOpacity { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink