Search Results for

    Show / Hide Table of Contents

    Class PartAeroSheetmetal

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    PartAeroSheetmetal
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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(Boolean, String)

    Declaration
    public void SetJoggleDepthThreshold(bool updateModel, string depthThreshold)
    Parameters
    Type Name Description
    System.Boolean updateModel
    System.String depthThreshold

    SetJoggleDistanceThreshold(Boolean, String)

    Declaration
    public void SetJoggleDistanceThreshold(bool updateModel, string distanceThreshold)
    Parameters
    Type Name Description
    System.Boolean updateModel
    System.String distanceThreshold

    SetJoggleOffsetRadius(Boolean, String)

    Declaration
    public void SetJoggleOffsetRadius(bool updateModel, string offsetRadius)
    Parameters
    Type Name Description
    System.Boolean updateModel
    System.String offsetRadius

    SetJoggleStationaryRadius(Boolean, String)

    Declaration
    public void SetJoggleStationaryRadius(bool updateModel, string stationaryRadius)
    Parameters
    Type Name Description
    System.Boolean updateModel
    System.String stationaryRadius

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX