Search Results for

    Show / Hide Table of Contents

    Class ObjectGeneralPropertiesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ObjectGeneralPropertiesBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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
    Assembly: NXOpen.dll
    Syntax
    public class ObjectGeneralPropertiesBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ObjectGeneralPropertiesBuilder()

    Declaration
    protected ObjectGeneralPropertiesBuilder()

    Properties

    Active

    Declaration
    public bool Active { get; set; }
    Property Value
    Type Description
    System.Boolean

    AddComponents

    Declaration
    public bool AddComponents { get; set; }
    Property Value
    Type Description
    System.Boolean

    AddIndex

    Declaration
    public bool AddIndex { get; set; }
    Property Value
    Type Description
    System.Boolean

    ApplyToComponent

    Declaration
    public bool ApplyToComponent { get; set; }
    Property Value
    Type Description
    System.Boolean

    GroupDisplayProperties

    Declaration
    public bool GroupDisplayProperties { get; set; }
    Property Value
    Type Description
    System.Boolean

    Index

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

    Name

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

    NameLocationSpecified

    Declaration
    public bool NameLocationSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    SelectedObjects

    Declaration
    public SelectNXObjectList SelectedObjects { get; }
    Property Value
    Type Description
    SelectNXObjectList

    TopLevel

    Declaration
    public bool TopLevel { get; set; }
    Property Value
    Type Description
    System.Boolean

    UniqueMembership

    Declaration
    public bool UniqueMembership { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    ApplyToAllOccurrences()

    Declaration
    public void ApplyToAllOccurrences()

    Delete()

    Declaration
    public void Delete()

    GetNameLocation()

    Declaration
    public Point3d GetNameLocation()
    Returns
    Type Description
    Point3d

    SetNameLocation(Point3d)

    Declaration
    public void SetNameLocation(Point3d nameLocation)
    Parameters
    Type Name Description
    Point3d nameLocation

    Implements

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