Search Results for

    Show / Hide Table of Contents

    Class ConceptDieBaseBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ConceptDieBaseBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class ConceptDieBaseBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ConceptDieBaseBuilder()

    Declaration
    protected ConceptDieBaseBuilder()

    Properties

    DistanceToDieBaseEdge

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

    IndexStringList

    Declaration
    public string IndexStringList { get; set; }
    Property Value
    Type Description
    System.String

    LengthPL

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

    ReferencePoint

    Declaration
    public Point ReferencePoint { get; set; }
    Property Value
    Type Description
    Point

    SelectConceptDieBaseSpreadsheet

    Declaration
    public string SelectConceptDieBaseSpreadsheet { get; set; }
    Property Value
    Type Description
    System.String

    SubDieBaseNumber

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

    UpdateDieBasePositionAccordingToStrip

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

    WidthPW

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

    WizardType

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

    XEndDistance

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

    XStartDistance

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

    YDistanceFirst

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

    YDistanceSecond

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

    Methods

    GetExpressionValue(String)

    Declaration
    public string GetExpressionValue(string expName)
    Parameters
    Type Name Description
    System.String expName
    Returns
    Type Description
    System.String

    SetBasePointYValue()

    Declaration
    public void SetBasePointYValue()

    SetExpressionValue(String, String)

    Declaration
    public void SetExpressionValue(string expName, string expressionValue)
    Parameters
    Type Name Description
    System.String expName
    System.String expressionValue

    Implements

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