Search Results for

    Show / Hide Table of Contents

    Class NestingPart

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    NestingPart
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class NestingPart : TransientObject, IMessageSink, IDisposable

    Constructors

    NestingPart(IntPtr)

    Declaration
    protected NestingPart(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    AllowMirror

    Declaration
    public bool AllowMirror { get; set; }
    Property Value
    Type Description
    System.Boolean

    Format

    Declaration
    public NestingPart.Formats Format { get; }
    Property Value
    Type Description
    NestingPart.Formats

    Include

    Declaration
    public bool Include { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    System.Boolean

    Material

    Declaration
    public string Material { get; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    Priority

    Declaration
    public NestingPart.Priorities Priority { get; set; }
    Property Value
    Type Description
    NestingPart.Priorities

    Quantity

    Declaration
    public int Quantity { get; set; }
    Property Value
    Type Description
    System.Int32

    Rotation

    Declaration
    public NestingPart.Rotations Rotation { get; set; }
    Property Value
    Type Description
    NestingPart.Rotations

    RotationTolerance

    Declaration
    public double RotationTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    Thickness

    Declaration
    public double Thickness { get; }
    Property Value
    Type Description
    System.Double

    Methods

    FreeResource()

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

    Implements

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