Search Results for

    Show / Hide Table of Contents

    Class PartAeroSheetmetal

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    PartAeroSheetmetal
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class PartAeroSheetmetal : NXRemotableObject, IMessageSink

    Constructors

    PartAeroSheetmetal(PartPreferences)

    Declaration
    protected PartAeroSheetmetal(PartPreferences owner)
    Parameters
    Type Name Description
    PartPreferences owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    GetJoggleDepthThreshold()

    Declaration
    public Expression GetJoggleDepthThreshold()
    Returns
    Type Description
    Expression

    GetJoggleDistanceThreshold()

    Declaration
    public Expression GetJoggleDistanceThreshold()
    Returns
    Type Description
    Expression

    GetJoggleOffsetRadius()

    Declaration
    public Expression GetJoggleOffsetRadius()
    Returns
    Type Description
    Expression

    GetJoggleStationaryRadius()

    Declaration
    public Expression GetJoggleStationaryRadius()
    Returns
    Type Description
    Expression

    SetJoggleDepthThreshold(bool, string)

    Declaration
    public void SetJoggleDepthThreshold(bool updateModel, string depthThreshold)
    Parameters
    Type Name Description
    bool updateModel
    string depthThreshold

    SetJoggleDistanceThreshold(bool, string)

    Declaration
    public void SetJoggleDistanceThreshold(bool updateModel, string distanceThreshold)
    Parameters
    Type Name Description
    bool updateModel
    string distanceThreshold

    SetJoggleOffsetRadius(bool, string)

    Declaration
    public void SetJoggleOffsetRadius(bool updateModel, string offsetRadius)
    Parameters
    Type Name Description
    bool updateModel
    string offsetRadius

    SetJoggleStationaryRadius(bool, string)

    Declaration
    public void SetJoggleStationaryRadius(bool updateModel, string stationaryRadius)
    Parameters
    Type Name Description
    bool updateModel
    string stationaryRadius

    Implements

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