Search Results for

    Show / Hide Table of Contents

    Class UserDefinedObject

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NXObject
    DisplayableObject
    UserDefinedObject
    Implements
    IMessageSink
    IFitTo
    INXObject
    Inherited Members
    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.UserDefinedObjects
    Assembly: NXOpen.dll
    Syntax
    public class UserDefinedObject : DisplayableObject, IMessageSink, IFitTo, INXObject

    Constructors

    UserDefinedObject()

    Declaration
    protected UserDefinedObject()

    Properties

    ClassName

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

    UserDefinedClass

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

    Methods

    ClearUserDefinedObjectStatus()

    Declaration
    public void ClearUserDefinedObjectStatus()

    GetAreas()

    Declaration
    public double[] GetAreas()
    Returns
    Type Description
    double[]

    GetAreas(int, int)

    Declaration
    public double[] GetAreas(int offset, int length)
    Parameters
    Type Name Description
    int offset
    int length
    Returns
    Type Description
    double[]

    GetDoubles()

    Declaration
    public double[] GetDoubles()
    Returns
    Type Description
    double[]

    GetDoubles(int, int)

    Declaration
    public double[] GetDoubles(int offset, int length)
    Parameters
    Type Name Description
    int offset
    int length
    Returns
    Type Description
    double[]

    GetIntegers()

    Declaration
    public int[] GetIntegers()
    Returns
    Type Description
    int[]

    GetIntegers(int, int)

    Declaration
    public int[] GetIntegers(int offset, int length)
    Parameters
    Type Name Description
    int offset
    int length
    Returns
    Type Description
    int[]

    GetLengths()

    Declaration
    public double[] GetLengths()
    Returns
    Type Description
    double[]

    GetLengths(int, int)

    Declaration
    public double[] GetLengths(int offset, int length)
    Parameters
    Type Name Description
    int offset
    int length
    Returns
    Type Description
    double[]

    GetLinks(LinkType)

    Declaration
    public UserDefinedObject.LinkDefinition[] GetLinks(UserDefinedObject.LinkType linkType)
    Parameters
    Type Name Description
    UserDefinedObject.LinkType linkType
    Returns
    Type Description
    LinkDefinition[]

    GetLinks(LinkType, int, int)

    Declaration
    public UserDefinedObject.LinkDefinition[] GetLinks(UserDefinedObject.LinkType linkType, int offset, int length)
    Parameters
    Type Name Description
    UserDefinedObject.LinkType linkType
    int offset
    int length
    Returns
    Type Description
    LinkDefinition[]

    GetStrings()

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

    GetStrings(int, int)

    Declaration
    public string[] GetStrings(int offset, int length)
    Parameters
    Type Name Description
    int offset
    int length
    Returns
    Type Description
    string[]

    GetUserDefinedObjectFeature()

    Declaration
    public UserDefinedObjectFeature GetUserDefinedObjectFeature()
    Returns
    Type Description
    UserDefinedObjectFeature

    GetUserDefinedObjectStatus()

    Declaration
    public int GetUserDefinedObjectStatus()
    Returns
    Type Description
    int

    GetVolumes()

    Declaration
    public double[] GetVolumes()
    Returns
    Type Description
    double[]

    GetVolumes(int, int)

    Declaration
    public double[] GetVolumes(int offset, int length)
    Parameters
    Type Name Description
    int offset
    int length
    Returns
    Type Description
    double[]

    PopAreas(int)

    Declaration
    public double[] PopAreas(int numAreas)
    Parameters
    Type Name Description
    int numAreas
    Returns
    Type Description
    double[]

    PopDoubles(int)

    Declaration
    public double[] PopDoubles(int numDoubles)
    Parameters
    Type Name Description
    int numDoubles
    Returns
    Type Description
    double[]

    PopIntegers(int)

    Declaration
    public int[] PopIntegers(int numIntegers)
    Parameters
    Type Name Description
    int numIntegers
    Returns
    Type Description
    int[]

    PopLengths(int)

    Declaration
    public double[] PopLengths(int numLengths)
    Parameters
    Type Name Description
    int numLengths
    Returns
    Type Description
    double[]

    PopLinks(LinkType, int)

    Declaration
    public UserDefinedObject.LinkDefinition[] PopLinks(UserDefinedObject.LinkType linkType, int numLinks)
    Parameters
    Type Name Description
    UserDefinedObject.LinkType linkType
    int numLinks
    Returns
    Type Description
    LinkDefinition[]

    PopStrings(int)

    Declaration
    public string[] PopStrings(int numStrings)
    Parameters
    Type Name Description
    int numStrings
    Returns
    Type Description
    string[]

    PopVolumes(int)

    Declaration
    public double[] PopVolumes(int numVolumes)
    Parameters
    Type Name Description
    int numVolumes
    Returns
    Type Description
    double[]

    PushAreas(double[])

    Declaration
    public void PushAreas(double[] areas)
    Parameters
    Type Name Description
    double[] areas

    PushDoubles(double[])

    Declaration
    public void PushDoubles(double[] doubles)
    Parameters
    Type Name Description
    double[] doubles

    PushIntegers(int[])

    Declaration
    public void PushIntegers(int[] integers)
    Parameters
    Type Name Description
    int[] integers

    PushLengths(double[])

    Declaration
    public void PushLengths(double[] lengths)
    Parameters
    Type Name Description
    double[] lengths

    PushLinks(LinkType, LinkDefinition[])

    Declaration
    public void PushLinks(UserDefinedObject.LinkType linkType, UserDefinedObject.LinkDefinition[] links)
    Parameters
    Type Name Description
    UserDefinedObject.LinkType linkType
    LinkDefinition[] links

    PushStrings(string[])

    Declaration
    public void PushStrings(string[] strings)
    Parameters
    Type Name Description
    string[] strings

    PushVolumes(double[])

    Declaration
    public void PushVolumes(double[] volumes)
    Parameters
    Type Name Description
    double[] volumes

    SetAreas(double[])

    Declaration
    public void SetAreas(double[] areas)
    Parameters
    Type Name Description
    double[] areas

    SetAreas(int, int, double[])

    Declaration
    public void SetAreas(int offset, int length, double[] areas)
    Parameters
    Type Name Description
    int offset
    int length
    double[] areas

    SetDoubles(double[])

    Declaration
    public void SetDoubles(double[] doubles)
    Parameters
    Type Name Description
    double[] doubles

    SetDoubles(int, int, double[])

    Declaration
    public void SetDoubles(int offset, int length, double[] doubles)
    Parameters
    Type Name Description
    int offset
    int length
    double[] doubles

    SetIntegers(int, int, int[])

    Declaration
    public void SetIntegers(int offset, int length, int[] integers)
    Parameters
    Type Name Description
    int offset
    int length
    int[] integers

    SetIntegers(int[])

    Declaration
    public void SetIntegers(int[] integers)
    Parameters
    Type Name Description
    int[] integers

    SetLengths(double[])

    Declaration
    public void SetLengths(double[] lengths)
    Parameters
    Type Name Description
    double[] lengths

    SetLengths(int, int, double[])

    Declaration
    public void SetLengths(int offset, int length, double[] lengths)
    Parameters
    Type Name Description
    int offset
    int length
    double[] lengths

    SetLinks(LinkType, LinkDefinition[])

    Declaration
    public void SetLinks(UserDefinedObject.LinkType linkType, UserDefinedObject.LinkDefinition[] links)
    Parameters
    Type Name Description
    UserDefinedObject.LinkType linkType
    LinkDefinition[] links

    SetLinks(LinkType, int, int, LinkDefinition[])

    Declaration
    public void SetLinks(UserDefinedObject.LinkType linkType, int offset, int length, UserDefinedObject.LinkDefinition[] links)
    Parameters
    Type Name Description
    UserDefinedObject.LinkType linkType
    int offset
    int length
    LinkDefinition[] links

    SetStrings(int, int, string[])

    Declaration
    public void SetStrings(int offset, int length, string[] strings)
    Parameters
    Type Name Description
    int offset
    int length
    string[] strings

    SetStrings(string[])

    Declaration
    public void SetStrings(string[] strings)
    Parameters
    Type Name Description
    string[] strings

    SetVolumes(double[])

    Declaration
    public void SetVolumes(double[] volumes)
    Parameters
    Type Name Description
    double[] volumes

    SetVolumes(int, int, double[])

    Declaration
    public void SetVolumes(int offset, int length, double[] volumes)
    Parameters
    Type Name Description
    int offset
    int length
    double[] volumes

    Implements

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