Search Results for

    Show / Hide Table of Contents

    Class NestingPart

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    NestingPart
    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 NestingPart : TransientObject, IMessageSink, IDisposable

    Constructors

    NestingPart(nint)

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

    Properties

    AllowMirror

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

    Clearance

    Declaration
    public double Clearance { get; set; }
    Property Value
    Type Description
    double

    Format

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

    Include

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

    IsValid

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

    Material

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

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    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
    int

    Rotation

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

    RotationOffset

    Declaration
    public double RotationOffset { get; set; }
    Property Value
    Type Description
    double

    RotationTolerance

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

    Thickness

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

    Methods

    FreeResource()

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

    Implements

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