Search Results for

    Show / Hide Table of Contents

    Class EmbossTarget

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    EmbossTarget
    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 EmbossTarget : TaggedObject, IMessageSink

    Constructors

    EmbossTarget()

    Declaration
    protected EmbossTarget()

    Properties

    Distance

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

    EndcapFace

    Declaration
    public ScCollector EndcapFace { get; set; }
    Property Value
    Type Description
    ScCollector

    EndcapPlane

    Declaration
    public ISurface EndcapPlane { get; set; }
    Property Value
    Type Description
    ISurface

    FlipDirection

    Declaration
    public bool FlipDirection { get; set; }
    Property Value
    Type Description
    bool

    TargetFace

    Declaration
    public ScCollector TargetFace { get; set; }
    Property Value
    Type Description
    ScCollector

    Methods

    SetDistance(string)

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

    Implements

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