Search Results for

    Show / Hide Table of Contents

    Class PartGeometryCopySelectBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PartGeometryCopySelectBuilder
    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.Features
    Assembly: NXOpen.dll
    Syntax
    public class PartGeometryCopySelectBuilder : TaggedObject, IMessageSink

    Constructors

    PartGeometryCopySelectBuilder()

    Declaration
    protected PartGeometryCopySelectBuilder()

    Properties

    BodyCollector

    Declaration
    public ScCollector BodyCollector { get; }
    Property Value
    Type Description
    ScCollector

    BodyObject

    Declaration
    public SelectTaggedObject BodyObject { get; }
    Property Value
    Type Description
    SelectTaggedObject

    CompositeCurve

    Declaration
    public Section CompositeCurve { get; }
    Property Value
    Type Description
    Section

    CompositeFace

    Declaration
    public ScCollector CompositeFace { get; }
    Property Value
    Type Description
    ScCollector

    CurrentInterfaceUsageType

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

    CurrentInterfaceUsageTypeString

    Declaration
    public string CurrentInterfaceUsageTypeString { get; set; }
    Property Value
    Type Description
    string

    CurrentObjectType

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

    Curve

    Declaration
    public SelectDisplayableObject Curve { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    CurveFeature

    Declaration
    public SelectFeature CurveFeature { get; }
    Property Value
    Type Description
    SelectFeature

    Datum

    Declaration
    public SelectTaggedObject Datum { get; }
    Property Value
    Type Description
    SelectTaggedObject

    Expression

    Declaration
    public Expression Expression { get; set; }
    Property Value
    Type Description
    Expression

    Face

    Declaration
    public SelectFace Face { get; }
    Property Value
    Type Description
    SelectFace

    Group

    Declaration
    public SelectDisplayableObject Group { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    ObjectDescription

    Declaration
    public string ObjectDescription { get; set; }
    Property Value
    Type Description
    string

    ObjectName

    Declaration
    public string ObjectName { get; set; }
    Property Value
    Type Description
    string

    ObjectType

    Declaration
    public string ObjectType { get; set; }
    Property Value
    Type Description
    string

    Pmi

    Declaration
    public SelectDisplayableObject Pmi { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    Point

    Declaration
    public SelectTaggedObject Point { get; }
    Property Value
    Type Description
    SelectTaggedObject

    ReverseDirection

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

    RoutingObject

    Declaration
    public SelectDisplayableObject RoutingObject { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    Sketch

    Declaration
    public SelectSketch Sketch { get; }
    Property Value
    Type Description
    SelectSketch

    Methods

    GetRelatedExpressions()

    Declaration
    public NXObject[] GetRelatedExpressions()
    Returns
    Type Description
    NXObject[]

    GetRelatedPMIs()

    Declaration
    public NXObject[] GetRelatedPMIs()
    Returns
    Type Description
    NXObject[]

    RemoveAllRelatedExpressions()

    Declaration
    public void RemoveAllRelatedExpressions()

    RemoveAllRelatedPMIs()

    Declaration
    public void RemoveAllRelatedPMIs()

    RemoveRelatedExpression(NXObject)

    Declaration
    public void RemoveRelatedExpression(NXObject relatedExps)
    Parameters
    Type Name Description
    NXObject relatedExps

    RemoveRelatedPMI(NXObject)

    Declaration
    public void RemoveRelatedPMI(NXObject relatedPmi)
    Parameters
    Type Name Description
    NXObject relatedPmi

    SetRelatedExpressions(NXObject[])

    Declaration
    public void SetRelatedExpressions(NXObject[] relatedExps)
    Parameters
    Type Name Description
    NXObject[] relatedExps

    SetRelatedPMIs(NXObject[])

    Declaration
    public void SetRelatedPMIs(NXObject[] relatedPmis)
    Parameters
    Type Name Description
    NXObject[] relatedPmis

    Implements

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