Search Results for

    Show / Hide Table of Contents

    Class PartGeometryCopySelectBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PartGeometryCopySelectBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.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
    System.Int32

    CurrentInterfaceUsageTypeString

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

    CurrentObjectType

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

    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
    System.String

    ObjectName

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

    ObjectType

    Declaration
    public string ObjectType { get; set; }
    Property Value
    Type Description
    System.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
    System.Boolean

    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[]

    RemoveAllRelatedExpressions()

    Declaration
    public void RemoveAllRelatedExpressions()

    RemoveRelatedExpression(NXObject)

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

    SetRelatedExpressions(NXObject[])

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

    Implements

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