Search Results for

    Show / Hide Table of Contents

    Class CurveCollector

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    CurveCollector
    Implements
    IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.TestFocusChange()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    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.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class CurveCollector : UIBlock, IMessageSink

    Constructors

    CurveCollector()

    Declaration
    protected CurveCollector()

    Properties

    AllowConvergentObject

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

    AllowConvergentObjectWithMixedGeometries

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  This property is no longer relevant as hybrid selection is default ON now.")]
    public bool AllowConvergentObjectWithMixedGeometries { get; set; }
    Property Value
    Type Description
    bool

    AllowInferredCurveSelection

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

    AutomaticProgression

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

    BalloonTooltipImage

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

    BalloonTooltipLayoutAsString

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

    BalloonTooltipText

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

    Bitmap

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

    BlendVirtualCurveOverlay

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

    CreateInterpartLink

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

    Cue

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

    CurveRules

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

    DefaultCurveRulesAsString

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

    EntityType

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

    InferredCurveSelection

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

    InterpartSelectionAsString

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

    LabelString

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

    MaximumScopeAsString

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

    PopupMenuEnabled

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

    SelectModeAsString

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

    StepStatusAsString

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

    ToolTip

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

    Methods

    GetBalloonTooltipLayoutMembers()

    Declaration
    public string[] GetBalloonTooltipLayoutMembers()
    Returns
    Type Description
    string[]

    GetCollectorObjectOfCurveCollector()

    Declaration
    public ScCollector GetCollectorObjectOfCurveCollector()
    Returns
    Type Description
    ScCollector

    GetDefaultCurveRulesMembers()

    Declaration
    public string[] GetDefaultCurveRulesMembers()
    Returns
    Type Description
    string[]

    GetInterpartSelectionMembers()

    Declaration
    public string[] GetInterpartSelectionMembers()
    Returns
    Type Description
    string[]

    GetSelectModeMembers()

    Declaration
    public string[] GetSelectModeMembers()
    Returns
    Type Description
    string[]

    GetSelectedObjects()

    Declaration
    public TaggedObject[] GetSelectedObjects()
    Returns
    Type Description
    TaggedObject[]

    GetStepStatusMembers()

    Declaration
    public string[] GetStepStatusMembers()
    Returns
    Type Description
    string[]

    SetCollectorObjectOfCurveCollector(ScCollector)

    Declaration
    public void SetCollectorObjectOfCurveCollector(ScCollector collectorObject)
    Parameters
    Type Name Description
    ScCollector collectorObject

    SetSelectedObjects(TaggedObject[])

    Declaration
    public void SetSelectedObjects(TaggedObject[] objectVector)
    Parameters
    Type Name Description
    TaggedObject[] objectVector

    TestSelection(TaggedObject[])

    Declaration
    public void TestSelection(TaggedObject[] objectVector)
    Parameters
    Type Name Description
    TaggedObject[] objectVector

    Implements

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