Search Results for

    Show / Hide Table of Contents

    Class PatternMarker

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PatternMarker
    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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class PatternMarker : TransientObject, IMessageSink, IDisposable

    Constructors

    PatternMarker(nint)

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

    Properties

    MarkerLocation

    Declaration
    public PatternMarker.Location MarkerLocation { get; set; }
    Property Value
    Type Description
    PatternMarker.Location

    PassNumber

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

    PassShapeType

    Declaration
    public PatternMarker.ShapeType PassShapeType { get; set; }
    Property Value
    Type Description
    PatternMarker.ShapeType

    PatternType

    Declaration
    public PatternMarker.Type PatternType { get; set; }
    Property Value
    Type Description
    PatternMarker.Type

    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