Search Results for

    Show / Hide Table of Contents

    Class EmbossLimit

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    EmbossLimit
    Implements
    IMessageSink
    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.Features
    Assembly: NXOpen.dll
    Syntax
    public class EmbossLimit : TaggedObject, IMessageSink

    Constructors

    EmbossLimit()

    Declaration
    protected EmbossLimit()

    Properties

    Direction

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

    Distance

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

    EndcapOption

    Declaration
    public EmbossLimit.EndcapMethod EndcapOption { get; set; }
    Property Value
    Type Description
    EmbossLimit.EndcapMethod

    EndcapSource

    Declaration
    public EmbossLimit.EndcapSourceOption EndcapSource { get; set; }
    Property Value
    Type Description
    EmbossLimit.EndcapSourceOption

    Methods

    GetTargets()

    Declaration
    public EmbossTarget[] GetTargets()
    Returns
    Type Description
    EmbossTarget[]

    SetDistance(string)

    Declaration
    public void SetDistance(string distance)
    Parameters
    Type Name Description
    string distance

    SetTargets(EmbossTarget[])

    Declaration
    public void SetTargets(EmbossTarget[] targets)
    Parameters
    Type Name Description
    EmbossTarget[] targets

    Implements

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