Search Results for

    Show / Hide Table of Contents

    Class ControlPoint

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NXObject
    DisplayableObject
    SmartObject
    ControlPoint
    Implements
    IMessageSink
    IFitTo
    IRoutePosition
    ICharacteristic
    INXObject
    Inherited Members
    SmartObject.RemoveParameters()
    SmartObject.ReplaceParameters(SmartObject)
    SmartObject.Evaluate()
    SmartObject.SetVisibility(SmartObject.VisibilityOption)
    SmartObject.ProtectFromDelete()
    SmartObject.ReleaseDeleteProtection()
    SmartObject.Update
    SmartObject.Visibility
    DisplayableObject.Blank()
    DisplayableObject.Unblank()
    DisplayableObject.Highlight()
    DisplayableObject.Unhighlight()
    DisplayableObject.SetNameLocation(Point3d)
    DisplayableObject.RedisplayObject()
    DisplayableObject.RemoveViewDependency()
    DisplayableObject.Color
    DisplayableObject.IsBlanked
    DisplayableObject.Layer
    DisplayableObject.LineFont
    DisplayableObject.LineWidth
    DisplayableObject.NameLocation
    NXObject.SetUserAttribute(NXObject.AttributeInformation, Update.Option)
    NXObject.SetUserAttribute(string, int, int, Update.Option)
    NXObject.SetUserAttribute(string, int, double, Update.Option)
    NXObject.SetUserAttribute(string, int, string, Update.Option)
    NXObject.SetUserAttribute(string, int, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, string, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, NXObject.ComputationalTime, Update.Option)
    NXObject.SetBooleanUserAttribute(string, int, bool, Update.Option)
    NXObject.CreateAttributeIterator()
    NXObject.HasUserAttribute(AttributeIterator)
    NXObject.HasUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetUserAttributeCount(AttributeIterator)
    NXObject.GetUserAttributeCount(AttributeIterator, bool)
    NXObject.GetUserAttributeCount(NXObject.AttributeType)
    NXObject.GetUserAttributeCount(NXObject.AttributeType, bool, bool)
    NXObject.GetUserAttributeSize(string, NXObject.AttributeType)
    NXObject.GetNextUserAttribute(AttributeIterator, out NXObject.AttributeInformation)
    NXObject.GetUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetBooleanUserAttribute(string, int)
    NXObject.GetIntegerUserAttribute(string, int)
    NXObject.GetRealUserAttribute(string, int)
    NXObject.GetStringUserAttribute(string, int)
    NXObject.GetTimeUserAttribute(string, int)
    NXObject.GetComputationalTimeUserAttribute(string, int)
    NXObject.GetUserAttributes(AttributeIterator)
    NXObject.GetUserAttributes()
    NXObject.GetUserAttributes(bool)
    NXObject.GetUserAttributeAsString(string, NXObject.AttributeType, int)
    NXObject.DeleteUserAttributes(AttributeIterator, Update.Option)
    NXObject.DeleteUserAttribute(NXObject.AttributeType, string, bool, Update.Option)
    NXObject.DeleteUserAttributes(NXObject.AttributeType, Update.Option)
    NXObject.SetUserAttributeLock(string, NXObject.AttributeType, bool)
    NXObject.GetUserAttributeLock(string, NXObject.AttributeType)
    NXObject.GetUserAttributeSourceObjects()
    NXObject.SetPdmReferenceAttribute(string, string)
    NXObject.GetPdmReferenceAttributeValue(string)
    NXObject.GetUserAttribute(string, bool, bool, NXObject.AttributeType)
    NXObject.GetUserAttributes(bool, bool)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType, Update.Option)
    NXObject.SetAttribute(string, int)
    NXObject.SetAttribute(string, int, Update.Option)
    NXObject.SetAttribute(string, double)
    NXObject.SetAttribute(string, double, Update.Option)
    NXObject.SetAttribute(string, string)
    NXObject.SetAttribute(string, string, Update.Option)
    NXObject.SetAttribute(string)
    NXObject.SetAttribute(string, Update.Option)
    NXObject.SetTimeAttribute(string, string)
    NXObject.SetTimeAttribute(string, string, Update.Option)
    NXObject.GetIntegerAttribute(string)
    NXObject.GetRealAttribute(string)
    NXObject.GetStringAttribute(string)
    NXObject.GetTimeAttribute(NXObject.DateAndTimeFormat, string)
    NXObject.GetReferenceAttribute(string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string, Update.Option)
    NXObject.SetReferenceAttribute(string, string)
    NXObject.SetReferenceAttribute(string, string, Update.Option)
    NXObject.GetAttributeTitlesByType(NXObject.AttributeType)
    NXObject.GetUserAttributesAsStrings()
    NXObject.FindObject(string)
    NXObject.Print()
    NXObject.SetName(string)
    NXObject.IsOccurrence
    NXObject.JournalIdentifier
    NXObject.Name
    NXObject.OwningComponent
    NXObject.OwningPart
    NXObject.Prototype
    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.Routing
    Assembly: NXOpen.dll
    Syntax
    public class ControlPoint : SmartObject, IMessageSink, IFitTo, IRoutePosition, ICharacteristic, INXObject

    Constructors

    ControlPoint()

    Declaration
    protected ControlPoint()

    Properties

    Guid

    Declaration
    public string Guid { get; }
    Property Value
    Type Description
    string

    Point

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

    Position

    Declaration
    public Point3d Position { get; set; }
    Property Value
    Type Description
    Point3d

    Methods

    AssignDefaultElbow()

    Declaration
    public Component AssignDefaultElbow()
    Returns
    Type Description
    Component

    DeleteCharacterstics(CharacteristicList)

    Declaration
    public void DeleteCharacterstics(CharacteristicList values)
    Parameters
    Type Name Description
    CharacteristicList values

    GenerateNewGuid()

    Declaration
    public void GenerateNewGuid()

    GetCharacteristics()

    Declaration
    public CharacteristicList GetCharacteristics()
    Returns
    Type Description
    CharacteristicList

    GetDefiningObject()

    Declaration
    public NXObject GetDefiningObject()
    Returns
    Type Description
    NXObject

    GetDestinationCharacteristics()

    Declaration
    public CharacteristicList GetDestinationCharacteristics()
    Returns
    Type Description
    CharacteristicList

    GetIntegerCharacteristic(string)

    Declaration
    public int GetIntegerCharacteristic(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    int

    GetIsUserDefined()

    Declaration
    public ControlPoint.DefinedStatus GetIsUserDefined()
    Returns
    Type Description
    ControlPoint.DefinedStatus

    GetRcpSegments()

    Declaration
    public ISegment[] GetRcpSegments()
    Returns
    Type Description
    ISegment[]

    GetRealCharacteristic(string)

    Declaration
    public double GetRealCharacteristic(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    double

    GetStringCharacteristic(string)

    Declaration
    public string GetStringCharacteristic(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    string

    IsLockedToObject(NXObject)

    Declaration
    public bool IsLockedToObject(NXObject @object)
    Parameters
    Type Name Description
    NXObject object
    Returns
    Type Description
    bool

    LockToObject(NXObject)

    Declaration
    public Constraint LockToObject(NXObject @object)
    Parameters
    Type Name Description
    NXObject object
    Returns
    Type Description
    Constraint

    RemoveCorner()

    Declaration
    public void RemoveCorner()

    SetCharacteristic(string, double)

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.Routing.ICharacteristic.SetCharacteristic2 instead.")]
    public void SetCharacteristic(string name, double value)
    Parameters
    Type Name Description
    string name
    double value

    SetCharacteristic(string, int)

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.Routing.ICharacteristic.SetCharacteristic2 instead.")]
    public void SetCharacteristic(string name, int value)
    Parameters
    Type Name Description
    string name
    int value

    SetCharacteristic(string, string)

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.Routing.ICharacteristic.SetCharacteristic2 instead.")]
    public void SetCharacteristic(string name, string value)
    Parameters
    Type Name Description
    string name
    string value

    SetCharacteristic2(string, double)

    Declaration
    public void SetCharacteristic2(string title, double value)
    Parameters
    Type Name Description
    string title
    double value

    SetCharacteristic2(string, int)

    Declaration
    public void SetCharacteristic2(string title, int value)
    Parameters
    Type Name Description
    string title
    int value

    SetCharacteristic2(string, string)

    Declaration
    public void SetCharacteristic2(string title, string value)
    Parameters
    Type Name Description
    string title
    string value

    SetCharacteristics(CharacteristicList)

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.Routing.ICharacteristic.SetCharacteristics2 instead.")]
    public void SetCharacteristics(CharacteristicList values)
    Parameters
    Type Name Description
    CharacteristicList values

    SetCharacteristics2(CharacteristicList)

    Declaration
    public void SetCharacteristics2(CharacteristicList values)
    Parameters
    Type Name Description
    CharacteristicList values

    UnlockFromObject(NXObject)

    Declaration
    public void UnlockFromObject(NXObject @object)
    Parameters
    Type Name Description
    NXObject object

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IFitTo
    IRoutePosition
    ICharacteristic
    INXObject
    In this article
    Back to top Generated by DocFX