Class ProductGridStyleBuilder
Inheritance
ProductGridStyleBuilder
Assembly: NXOpen.dll
Syntax
public class ProductGridStyleBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
ProductGridStyleBuilder()
Declaration
protected ProductGridStyleBuilder()
Properties
GridOverhang
Declaration
public double GridOverhang { get; set; }
Property Value
GridSpacing
Declaration
public double GridSpacing { get; set; }
Property Value
LabelDivisor
Declaration
public double LabelDivisor { get; set; }
Property Value
LabelGap
Declaration
public double LabelGap { get; set; }
Property Value
LineColor
Declaration
public NXColor LineColor { get; set; }
Property Value
LineFont
Declaration
public DisplayableObject.ObjectFont LineFont { get; set; }
Property Value
LineWidth
Declaration
public LineWidth LineWidth { get; set; }
Property Value
LocationRelativeGridHorizontal
Declaration
public ProductGridStyleBuilder.HorizontalLabelDisplay LocationRelativeGridHorizontal { get; set; }
Property Value
LocationRelativeGridValue
Declaration
public ProductGridStyleBuilder.GridLabelLocation LocationRelativeGridValue { get; set; }
Property Value
LocationRelativeGridVertical
Declaration
public ProductGridStyleBuilder.VerticalLabelDisplay LocationRelativeGridVertical { get; set; }
Property Value
ReferenceXAxisLabel
Declaration
public string ReferenceXAxisLabel { get; set; }
Property Value
ReferenceYAxisLabel
Declaration
public string ReferenceYAxisLabel { get; set; }
Property Value
ReferenceZAxisLabel
Declaration
public string ReferenceZAxisLabel { get; set; }
Property Value
ShowHorizontalGridLines
Declaration
public bool ShowHorizontalGridLines { get; set; }
Property Value
ShowVerticalGridLines
Declaration
public bool ShowVerticalGridLines { get; set; }
Property Value
Methods
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink