Search Results for

    Show / Hide Table of Contents

    Class CenterlineBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseSymbolBuilder
    CenterlineBuilder
    BaseCenterline3dBuilder
    BaseCenterMarkBuilder
    Centerline2dBuilder
    CircleCenterlineBuilder
    SymmetricalCenterlineBuilder
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class CenterlineBuilder : BaseSymbolBuilder, IMessageSink, IComponentBuilder

    Constructors

    CenterlineBuilder()

    Declaration
    protected CenterlineBuilder()

    Methods

    AddEndExtensions(Double, Double)

    Declaration
    public void AddEndExtensions(double start, double end)
    Parameters
    Type Name Description
    System.Double start
    System.Double end

    AddExtension(Int32, Double)

    Declaration
    public void AddExtension(int index, double defaultValue)
    Parameters
    Type Name Description
    System.Int32 index
    System.Double defaultValue

    GetAllExtensions()

    Declaration
    public double[] GetAllExtensions()
    Returns
    Type Description
    System.Double[]

    GetAllIndividualExtensions()

    Declaration
    public double[] GetAllIndividualExtensions()
    Returns
    Type Description
    System.Double[]

    GetEndExtensions()

    Declaration
    public double[] GetEndExtensions()
    Returns
    Type Description
    System.Double[]

    RemoveEndExtensions()

    Declaration
    public void RemoveEndExtensions()

    RemoveExtension(Int32)

    Declaration
    public void RemoveExtension(int index)
    Parameters
    Type Name Description
    System.Int32 index

    ResetAllExtensions(Double)

    Declaration
    public void ResetAllExtensions(double defaultValue)
    Parameters
    Type Name Description
    System.Double defaultValue

    SetAllIndividualExtensions(Double[])

    Declaration
    public void SetAllIndividualExtensions(double[] extensionValues)
    Parameters
    Type Name Description
    System.Double[] extensionValues

    SetEndExtensions(Double, Double)

    Declaration
    public void SetEndExtensions(double start, double end)
    Parameters
    Type Name Description
    System.Double start
    System.Double end

    SetIndividualExtensions(Int32, Double, Double)

    Declaration
    public void SetIndividualExtensions(int index, double value1, double value2)
    Parameters
    Type Name Description
    System.Int32 index
    System.Double value1
    System.Double value2

    Implements

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