Search Results for

    Show / Hide Table of Contents

    Class CombOptionsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    CombOptionsBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.Boolean

    Density

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

    HasMaxNeedleLength

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

    IntermediateDensity

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

    IsMaximumLabelEnabled

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

    IsMinimumLabelEnabled

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

    IsNormalToGridPlane

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

    MaxNeedleLength

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

    ReverseNeedles

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

    SampleDistance

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

    ScaleFactor

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

    ShowNeedles

    Declaration
    public bool ShowNeedles { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX