Search Results for

    Show / Hide Table of Contents

    Class EmbossSidewall

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

    Constructors

    EmbossSidewall()

    Declaration
    protected EmbossSidewall()

    Properties

    Angle

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

    Direction

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

    Joggle

    Declaration
    public EmbossJoggle Joggle { get; set; }
    Property Value
    Type Description
    EmbossJoggle

    SidewallOption

    Declaration
    public EmbossSidewall.SidewallMethod SidewallOption { get; set; }
    Property Value
    Type Description
    EmbossSidewall.SidewallMethod

    Methods

    AddNewTaper()

    Declaration
    public EmbossTaper AddNewTaper()
    Returns
    Type Description
    EmbossTaper

    GetTapers()

    Declaration
    public EmbossTaper[] GetTapers()
    Returns
    Type Description
    EmbossTaper[]

    GetUseSameAngleButton()

    Declaration
    public bool GetUseSameAngleButton()
    Returns
    Type Description
    bool

    RemoveTaper(int)

    Declaration
    public void RemoveTaper(int index)
    Parameters
    Type Name Description
    int index

    SetAngle(string)

    Declaration
    public void SetAngle(string angle)
    Parameters
    Type Name Description
    string angle

    SetNewAngle(double)

    Declaration
    public void SetNewAngle(double angle)
    Parameters
    Type Name Description
    double angle

    SetTapers(EmbossTaper[])

    Declaration
    public void SetTapers(EmbossTaper[] tapers)
    Parameters
    Type Name Description
    EmbossTaper[] tapers

    SetUseSameAngleButton(bool)

    Declaration
    public void SetUseSameAngleButton(bool useSameAngleButton)
    Parameters
    Type Name Description
    bool useSameAngleButton

    Implements

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