Search Results for

    Show / Hide Table of Contents

    Class FeatureOffset

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

    Constructors

    FeatureOffset()

    Declaration
    protected FeatureOffset()

    Properties

    EndOffset

    Declaration
    public Expression EndOffset { get; }
    Property Value
    Type Description
    Expression

    Option

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

    StartOffset

    Declaration
    public Expression StartOffset { get; }
    Property Value
    Type Description
    Expression

    Methods

    SetEndOffset(string)

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  To set the value of the expression modify the expression directly using GeometricUtilities.FeatureOffset.EndOffset and Expression.RightHandSide.")]
    public void SetEndOffset(string valueExpression)
    Parameters
    Type Name Description
    string valueExpression

    SetStartOffset(string)

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  To set the value of the expression modify the expression directly using GeometricUtilities.FeatureOffset.StartOffset and Expression.RightHandSide.")]
    public void SetStartOffset(string valueExpression)
    Parameters
    Type Name Description
    string valueExpression

    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