Search Results for

    Show / Hide Table of Contents

    Class DraftingSurfaceFinishBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PmiAttributeBuilder
    BaseSurfaceFinishBuilder
    DraftingSurfaceFinishBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    PmiAttributeBuilder.GetAttributeValues()
    PmiAttributeBuilder.SetAttributeValues(NXObject[])
    PmiAttributeBuilder.AssociatedObjects
    PmiAttributeBuilder.Attribute
    PmiAttributeBuilder.BusinessModifier
    PmiAttributeBuilder.KnowledgeFusionClassName
    PmiAttributeBuilder.Leader
    PmiAttributeBuilder.Origin
    PmiAttributeBuilder.Style
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class DraftingSurfaceFinishBuilder : BaseSurfaceFinishBuilder, IMessageSink, IComponentBuilder

    Constructors

    DraftingSurfaceFinishBuilder()

    Declaration
    protected DraftingSurfaceFinishBuilder()

    Properties

    A1

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

    A2

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

    Angle

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

    B

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

    C

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

    D

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

    E

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

    F1

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

    F2

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

    Finish

    Declaration
    public DraftingSurfaceFinishBuilder.FinishType Finish { get; set; }
    Property Value
    Type Description
    DraftingSurfaceFinishBuilder.FinishType

    ForeshorteningSymbol

    Declaration
    public ForeshorteningSymbolBuilder ForeshorteningSymbol { get; }
    Property Value
    Type Description
    ForeshorteningSymbolBuilder

    InvertSymbol

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

    InvertText

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

    LowerTolerance

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

    Parantheses

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  Use NXOpen.Annotations.DraftingSurfaceFinishBuilder.Parentheses instead.")]
    public BaseSurfaceFinishBuilder.ParanthesesType Parantheses { get; set; }
    Property Value
    Type Description
    BaseSurfaceFinishBuilder.ParanthesesType

    Parentheses

    Declaration
    public BaseSurfaceFinishBuilder.ParenthesesType Parentheses { get; set; }
    Property Value
    Type Description
    BaseSurfaceFinishBuilder.ParenthesesType

    SingleRoughnessValue

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

    Tolerance

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

    ToleranceType

    Declaration
    public BaseSurfaceFinishBuilder.ToleranceOption ToleranceType { get; set; }
    Property Value
    Type Description
    BaseSurfaceFinishBuilder.ToleranceOption

    Methods

    InheritFrom(BaseSurfaceFinish)

    Declaration
    public void InheritFrom(BaseSurfaceFinish inheritTag)
    Parameters
    Type Name Description
    BaseSurfaceFinish inheritTag

    Implements

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