Search Results for

    Show / Hide Table of Contents

    Class ReferencePoint

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseBuilder
    ReferencePoint
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    BaseBuilder.GetCustomizableItemBuilder(string)
    BaseBuilder.GetCustomizableItemNames()
    BaseBuilder.Validate()
    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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class ReferencePoint : BaseBuilder, IMessageSink, IComponentBuilder

    Constructors

    ReferencePoint()

    Declaration
    protected ReferencePoint()

    Properties

    Point

    Declaration
    public Point Point { get; set; }
    Property Value
    Type Description
    Point

    Reference

    Declaration
    public string Reference { get; set; }
    Property Value
    Type Description
    string

    XoffsetBuilder

    Declaration
    public ExpressionDouble XoffsetBuilder { get; }
    Property Value
    Type Description
    ExpressionDouble

    YoffsetBuilder

    Declaration
    public ExpressionDouble YoffsetBuilder { get; }
    Property Value
    Type Description
    ExpressionDouble

    ZoffsetBuilder

    Declaration
    public ExpressionDouble ZoffsetBuilder { get; }
    Property Value
    Type Description
    ExpressionDouble

    Methods

    GetReferencePoints(ManualMove)

    Declaration
    public void GetReferencePoints(ManualMove subop)
    Parameters
    Type Name Description
    ManualMove subop

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX