Search Results for

    Show / Hide Table of Contents

    Class BlankIpwSet

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BlankIpwSet
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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 BlankIpwSet : TaggedObject, IMessageSink

    Constructors

    BlankIpwSet()

    Declaration
    protected BlankIpwSet()

    Properties

    IpwPositionCsys

    Declaration
    public CoordinateSystem IpwPositionCsys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    PositionType

    Declaration
    public BlankIpwSet.PositionTypes PositionType { get; set; }
    Property Value
    Type Description
    BlankIpwSet.PositionTypes

    Methods

    GetSource(out NXObject)

    Declaration
    public CAMObject GetSource(out NXObject sourcePart)
    Parameters
    Type Name Description
    NXObject sourcePart
    Returns
    Type Description
    CAMObject

    GetStatus()

    Declaration
    public BlankIpwSet.StatusTypes GetStatus()
    Returns
    Type Description
    BlankIpwSet.StatusTypes

    IsValidSource(CAMObject)

    Declaration
    public bool IsValidSource(CAMObject obj)
    Parameters
    Type Name Description
    CAMObject obj
    Returns
    Type Description
    bool

    SetSource(string, string)

    Declaration
    public void SetSource(string sourcePartName, string sourceName)
    Parameters
    Type Name Description
    string sourcePartName
    string sourceName

    Update()

    Declaration
    public BlankIpwSet.StatusTypes Update()
    Returns
    Type Description
    BlankIpwSet.StatusTypes

    Implements

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