Search Results for

    Show / Hide Table of Contents

    Class OffsetDatumCsysBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    OffsetDatumCsysBuilder
    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 OffsetDatumCsysBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    OffsetDatumCsysBuilder()

    Declaration
    protected OffsetDatumCsysBuilder()

    Methods

    AddDatumCsys(CoordinateSystem, NXObject, NXObject)

    Declaration
    public void AddDatumCsys(CoordinateSystem refCsys, NXObject refObject, NXObject refExp)
    Parameters
    Type Name Description
    CoordinateSystem refCsys
    NXObject refObject
    NXObject refExp

    DeleteCsys(String[])

    Declaration
    public void DeleteCsys(string[] csysName)
    Parameters
    Type Name Description
    System.String[] csysName

    EditCsys(CoordinateSystem, NXObject, CoordinateSystem)

    Declaration
    public void EditCsys(CoordinateSystem csysName, NXObject refObject, CoordinateSystem refCsys)
    Parameters
    Type Name Description
    CoordinateSystem csysName
    NXObject refObject
    CoordinateSystem refCsys

    GetAllCsys(out String[])

    Declaration
    public void GetAllCsys(out string[] csysName)
    Parameters
    Type Name Description
    System.String[] csysName

    GetCsysByName(String)

    Declaration
    public CoordinateSystem GetCsysByName(string csysName)
    Parameters
    Type Name Description
    System.String csysName
    Returns
    Type Description
    CoordinateSystem

    SetAllCsys(CoordinateSystem[], String[], NXObject[])

    Declaration
    public void SetAllCsys(CoordinateSystem[] csys, string[] csysName, NXObject[] refExp)
    Parameters
    Type Name Description
    CoordinateSystem[] csys
    System.String[] csysName
    NXObject[] refExp

    SetCsysName(String, String)

    Declaration
    public void SetCsysName(string olderName, string newName)
    Parameters
    Type Name Description
    System.String olderName
    System.String newName

    SetExpressionFormula(String, String)

    Declaration
    public void SetExpressionFormula(string csysName, string expFormula)
    Parameters
    Type Name Description
    System.String csysName
    System.String expFormula

    SetReferenceObject(String, NXObject)

    Declaration
    public void SetReferenceObject(string csysName, NXObject refObject)
    Parameters
    Type Name Description
    System.String csysName
    NXObject refObject

    Implements

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