Search Results for

    Show / Hide Table of Contents

    Class SurfaceRebuildData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    SurfaceRebuildData
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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
    Assembly: NXOpen.dll
    Syntax
    public class SurfaceRebuildData : TransientObject, IMessageSink, IDisposable

    Constructors

    SurfaceRebuildData(nint)

    Declaration
    protected SurfaceRebuildData(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    CrossDegree

    Declaration
    public int CrossDegree { get; set; }
    Property Value
    Type Description
    int

    CrossMaxDegree

    Declaration
    public int CrossMaxDegree { get; set; }
    Property Value
    Type Description
    int

    CrossMaxSegments

    Declaration
    public int CrossMaxSegments { get; set; }
    Property Value
    Type Description
    int

    CrossRebuildType

    Declaration
    public SurfaceRebuildData.Type CrossRebuildType { get; set; }
    Property Value
    Type Description
    SurfaceRebuildData.Type

    PrimaryDegree

    Declaration
    public int PrimaryDegree { get; set; }
    Property Value
    Type Description
    int

    PrimaryMaxDegree

    Declaration
    public int PrimaryMaxDegree { get; set; }
    Property Value
    Type Description
    int

    PrimaryMaxSegments

    Declaration
    public int PrimaryMaxSegments { get; set; }
    Property Value
    Type Description
    int

    PrimaryRebuildType

    Declaration
    public SurfaceRebuildData.Type PrimaryRebuildType { get; set; }
    Property Value
    Type Description
    SurfaceRebuildData.Type

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetTolerances(int)

    Declaration
    public double[] GetTolerances(int numTolerances)
    Parameters
    Type Name Description
    int numTolerances
    Returns
    Type Description
    double[]

    SetTolerances(double[])

    Declaration
    public void SetTolerances(double[] tolerances)
    Parameters
    Type Name Description
    double[] tolerances

    Implements

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