Search Results for

    Show / Hide Table of Contents

    Class PmiSupplementalGeometryProductGridBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PmiSupplementalGeometryProductGridBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class PmiSupplementalGeometryProductGridBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    PmiSupplementalGeometryProductGridBuilder()

    Declaration
    protected PmiSupplementalGeometryProductGridBuilder()

    Properties

    GridCFW

    Declaration
    public LineColorFontWidthBuilder GridCFW { get; }
    Property Value
    Type Description
    LineColorFontWidthBuilder

    GridOverhang

    Declaration
    public double GridOverhang { get; set; }
    Property Value
    Type Description
    double

    GridSpacing

    Declaration
    public double GridSpacing { get; set; }
    Property Value
    Type Description
    double

    LabelDivisor

    Declaration
    public double LabelDivisor { get; set; }
    Property Value
    Type Description
    double

    LabelGap

    Declaration
    public double LabelGap { get; set; }
    Property Value
    Type Description
    double

    LocationRelativeGridHorizontal

    Declaration
    public PmiSupplementalGeometryProductGridBuilder.HorizontalLabelDisplay LocationRelativeGridHorizontal { get; set; }
    Property Value
    Type Description
    PmiSupplementalGeometryProductGridBuilder.HorizontalLabelDisplay

    LocationRelativeGridValue

    Declaration
    public PmiSupplementalGeometryProductGridBuilder.GridLabelLocation LocationRelativeGridValue { get; set; }
    Property Value
    Type Description
    PmiSupplementalGeometryProductGridBuilder.GridLabelLocation

    LocationRelativeGridVertical

    Declaration
    public PmiSupplementalGeometryProductGridBuilder.VerticalLabelDisplay LocationRelativeGridVertical { get; set; }
    Property Value
    Type Description
    PmiSupplementalGeometryProductGridBuilder.VerticalLabelDisplay

    ReferenceXAxisLabel

    Declaration
    public string ReferenceXAxisLabel { get; set; }
    Property Value
    Type Description
    string

    ReferenceYAxisLabel

    Declaration
    public string ReferenceYAxisLabel { get; set; }
    Property Value
    Type Description
    string

    ReferenceZAxisLabel

    Declaration
    public string ReferenceZAxisLabel { get; set; }
    Property Value
    Type Description
    string

    ShowHorizontalGridLines

    Declaration
    public bool ShowHorizontalGridLines { get; set; }
    Property Value
    Type Description
    bool

    ShowVerticalGridLines

    Declaration
    public bool ShowVerticalGridLines { get; set; }
    Property Value
    Type Description
    bool

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX