Search Results for

    Show / Hide Table of Contents

    Class ForeshorteningSymbolBuilder

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

    Constructors

    ForeshorteningSymbolBuilder()

    Declaration
    protected ForeshorteningSymbolBuilder()

    Methods

    AddSymbol(Point3d)

    Declaration
    public void AddSymbol(Point3d locations)
    Parameters
    Type Name Description
    Point3d locations

    DeleteSymbol(int)

    Declaration
    public void DeleteSymbol(int symbolIndex)
    Parameters
    Type Name Description
    int symbolIndex

    GetSymbols(out int[])

    Declaration
    public Point3d[] GetSymbols(out int[] indices)
    Parameters
    Type Name Description
    int[] indices
    Returns
    Type Description
    Point3d[]

    ModifySymbol(int, Point3d)

    Declaration
    public void ModifySymbol(int symbolIndex, Point3d locations)
    Parameters
    Type Name Description
    int symbolIndex
    Point3d locations

    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