Search Results for

    Show / Hide Table of Contents

    Class SymbolPreferences

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    SymbolPreferences
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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 SymbolPreferences : TransientObject, IMessageSink, IDisposable

    Constructors

    SymbolPreferences(IntPtr)

    Declaration
    protected SymbolPreferences(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    DraftingSurfaceFinishStandard

    Declaration
    public SurfaceFinishStandard DraftingSurfaceFinishStandard { get; set; }
    Property Value
    Type Description
    SurfaceFinishStandard

    IdSymbolSize

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

    WeldSymbolStandard

    Declaration
    public WeldStandard WeldSymbolStandard { get; set; }
    Property Value
    Type Description
    WeldStandard

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetCenterlineSymbolCfw()

    Declaration
    public LineCfw GetCenterlineSymbolCfw()
    Returns
    Type Description
    LineCfw

    GetGdtSymbolCfw()

    Declaration
    public LineCfw GetGdtSymbolCfw()
    Returns
    Type Description
    LineCfw

    GetIdSymbolCfw()

    Declaration
    public LineCfw GetIdSymbolCfw()
    Returns
    Type Description
    LineCfw

    GetIntersectionSymbolCfw()

    Declaration
    public LineCfw GetIntersectionSymbolCfw()
    Returns
    Type Description
    LineCfw

    GetSurfaceFinishCfw()

    Declaration
    public LineCfw GetSurfaceFinishCfw()
    Returns
    Type Description
    LineCfw

    GetTargetSymbolCfw()

    Declaration
    public LineCfw GetTargetSymbolCfw()
    Returns
    Type Description
    LineCfw

    GetUserDefinedSymbolCfw()

    Declaration
    public LineCfw GetUserDefinedSymbolCfw()
    Returns
    Type Description
    LineCfw

    GetWeldLineGap()

    Declaration
    public double GetWeldLineGap()
    Returns
    Type Description
    System.Double

    GetWeldSpaceFactor()

    Declaration
    public double GetWeldSpaceFactor()
    Returns
    Type Description
    System.Double

    GetWeldSymbolCfw()

    Declaration
    public LineCfw GetWeldSymbolCfw()
    Returns
    Type Description
    LineCfw

    GetWeldSymbolSizeFactor()

    Declaration
    public double GetWeldSymbolSizeFactor()
    Returns
    Type Description
    System.Double

    SetCenterlineSymbolCfw(LineCfw)

    Declaration
    public void SetCenterlineSymbolCfw(LineCfw centerlineSymbolCfw)
    Parameters
    Type Name Description
    LineCfw centerlineSymbolCfw

    SetGdtSymbolCfw(LineCfw)

    Declaration
    public void SetGdtSymbolCfw(LineCfw gdtSymbolCfw)
    Parameters
    Type Name Description
    LineCfw gdtSymbolCfw

    SetIdSymbolCfw(LineCfw)

    Declaration
    public void SetIdSymbolCfw(LineCfw idSymbolCfw)
    Parameters
    Type Name Description
    LineCfw idSymbolCfw

    SetIntersectionSymbolCfw(LineCfw)

    Declaration
    public void SetIntersectionSymbolCfw(LineCfw intersectionSymbolCfw)
    Parameters
    Type Name Description
    LineCfw intersectionSymbolCfw

    SetSurfaceFinishCfw(LineCfw)

    Declaration
    public void SetSurfaceFinishCfw(LineCfw surfaceFinishCfw)
    Parameters
    Type Name Description
    LineCfw surfaceFinishCfw

    SetTargetSymbolCfw(LineCfw)

    Declaration
    public void SetTargetSymbolCfw(LineCfw targetSymbolCfw)
    Parameters
    Type Name Description
    LineCfw targetSymbolCfw

    SetUserDefinedSymbolCfw(LineCfw)

    Declaration
    public void SetUserDefinedSymbolCfw(LineCfw userDefinedSymbolCfw)
    Parameters
    Type Name Description
    LineCfw userDefinedSymbolCfw

    SetWeldLineGap(Double)

    Declaration
    public void SetWeldLineGap(double lineGap)
    Parameters
    Type Name Description
    System.Double lineGap

    SetWeldSpaceFactor(Double)

    Declaration
    public void SetWeldSpaceFactor(double spaceFactor)
    Parameters
    Type Name Description
    System.Double spaceFactor

    SetWeldSymbolCfw(LineCfw)

    Declaration
    public void SetWeldSymbolCfw(LineCfw weldSymbolCfw)
    Parameters
    Type Name Description
    LineCfw weldSymbolCfw

    SetWeldSymbolSizeFactor(Double)

    Declaration
    public void SetWeldSymbolSizeFactor(double symbolSizeFactor)
    Parameters
    Type Name Description
    System.Double symbolSizeFactor

    Implements

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