Search Results for

    Show / Hide Table of Contents

    Class CombOptionsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    CombOptionsBuilder
    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.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class CombOptionsBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    CombOptionsBuilder()

    Declaration
    protected CombOptionsBuilder()

    Properties

    AnalysisType

    Declaration
    public CombOptionsBuilder.AnalysisTypes AnalysisType { get; set; }
    Property Value
    Type Description
    CombOptionsBuilder.AnalysisTypes

    AutoScale

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

    Density

    Declaration
    public int Density { get; set; }
    Property Value
    Type Description
    int

    HasMaxNeedleLength

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

    IntermediateDensity

    Declaration
    public int IntermediateDensity { get; set; }
    Property Value
    Type Description
    int

    IsMaximumLabelEnabled

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

    IsMinimumLabelEnabled

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

    IsNormalToGridPlane

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

    MaxNeedleLength

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

    ReverseNeedles

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

    SampleDistance

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

    ScaleFactor

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

    ShowNeedles

    Declaration
    public bool ShowNeedles { 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