Search Results for

    Show / Hide Table of Contents

    Class ComponentConstraintGroupBuilder

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

    Constructors

    ComponentConstraintGroupBuilder()

    Declaration
    protected ComponentConstraintGroupBuilder()

    Properties

    ConstraintCollectionType

    Declaration
    public ComponentConstraintGroup.ConstraintsCollectionType ConstraintCollectionType { get; set; }
    Property Value
    Type Description
    ComponentConstraintGroup.ConstraintsCollectionType

    ConstraintGroupName

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

    RememberComponentState

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

    SelectedComponentList

    Declaration
    public SelectDisplayableObjectList SelectedComponentList { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    SelectedConstraintsList

    Declaration
    public SelectDisplayableObjectList SelectedConstraintsList { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    Methods

    GetContextComponent()

    Declaration
    public Component GetContextComponent()
    Returns
    Type Description
    Component

    Implements

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