Search Results for

    Show / Hide Table of Contents

    Class UserDefinedObject

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NXObject
    DisplayableObject
    UserDefinedObject
    Implements
    System.Runtime.Remoting.Messaging.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, Int32, Int32, Update.Option)
    NXObject.SetUserAttribute(String, Int32, Double, Update.Option)
    NXObject.SetUserAttribute(String, Int32, String, Update.Option)
    NXObject.SetUserAttribute(String, Int32, Update.Option)
    NXObject.SetTimeUserAttribute(String, Int32, String, Update.Option)
    NXObject.SetTimeUserAttribute(String, Int32, NXObject.ComputationalTime, Update.Option)
    NXObject.SetBooleanUserAttribute(String, Int32, Boolean, Update.Option)
    NXObject.CreateAttributeIterator()
    NXObject.HasUserAttribute(AttributeIterator)
    NXObject.HasUserAttribute(String, NXObject.AttributeType, Int32)
    NXObject.GetUserAttributeCount(AttributeIterator)
    NXObject.GetUserAttributeCount(AttributeIterator, Boolean)
    NXObject.GetUserAttributeCount(NXObject.AttributeType)
    NXObject.GetUserAttributeCount(NXObject.AttributeType, Boolean, Boolean)
    NXObject.GetUserAttributeSize(String, NXObject.AttributeType)
    NXObject.GetNextUserAttribute(AttributeIterator, NXObject.AttributeInformation)
    NXObject.GetUserAttribute(String, NXObject.AttributeType, Int32)
    NXObject.GetBooleanUserAttribute(String, Int32)
    NXObject.GetIntegerUserAttribute(String, Int32)
    NXObject.GetRealUserAttribute(String, Int32)
    NXObject.GetStringUserAttribute(String, Int32)
    NXObject.GetTimeUserAttribute(String, Int32)
    NXObject.GetComputationalTimeUserAttribute(String, Int32)
    NXObject.GetUserAttributes(AttributeIterator)
    NXObject.GetUserAttributes()
    NXObject.GetUserAttributes(Boolean)
    NXObject.GetUserAttributeAsString(String, NXObject.AttributeType, Int32)
    NXObject.DeleteUserAttributes(AttributeIterator, Update.Option)
    NXObject.DeleteUserAttribute(NXObject.AttributeType, String, Boolean, Update.Option)
    NXObject.DeleteUserAttributes(NXObject.AttributeType, Update.Option)
    NXObject.SetUserAttributeLock(String, NXObject.AttributeType, Boolean)
    NXObject.GetUserAttributeLock(String, NXObject.AttributeType)
    NXObject.GetUserAttributeSourceObjects()
    NXObject.SetPdmReferenceAttribute(String, String)
    NXObject.GetPdmReferenceAttributeValue(String)
    NXObject.GetUserAttribute(String, Boolean, Boolean, NXObject.AttributeType)
    NXObject.GetUserAttributes(Boolean, Boolean)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType, Update.Option)
    NXObject.SetAttribute(String, Int32)
    NXObject.SetAttribute(String, Int32, 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, 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.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
    System.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
    System.Double[]

    GetAreas(Int32, Int32)

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

    GetDoubles()

    Declaration
    public double[] GetDoubles()
    Returns
    Type Description
    System.Double[]

    GetDoubles(Int32, Int32)

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

    GetIntegers()

    Declaration
    public int[] GetIntegers()
    Returns
    Type Description
    System.Int32[]

    GetIntegers(Int32, Int32)

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

    GetLengths()

    Declaration
    public double[] GetLengths()
    Returns
    Type Description
    System.Double[]

    GetLengths(Int32, Int32)

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

    GetLinks(UserDefinedObject.LinkType)

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

    GetLinks(UserDefinedObject.LinkType, Int32, Int32)

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

    GetStrings()

    Declaration
    public string[] GetStrings()
    Returns
    Type Description
    System.String[]

    GetStrings(Int32, Int32)

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

    GetUserDefinedObjectFeature()

    Declaration
    public UserDefinedObjectFeature GetUserDefinedObjectFeature()
    Returns
    Type Description
    UserDefinedObjectFeature

    GetUserDefinedObjectStatus()

    Declaration
    public int GetUserDefinedObjectStatus()
    Returns
    Type Description
    System.Int32

    GetVolumes()

    Declaration
    public double[] GetVolumes()
    Returns
    Type Description
    System.Double[]

    GetVolumes(Int32, Int32)

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

    PopAreas(Int32)

    Declaration
    public double[] PopAreas(int numAreas)
    Parameters
    Type Name Description
    System.Int32 numAreas
    Returns
    Type Description
    System.Double[]

    PopDoubles(Int32)

    Declaration
    public double[] PopDoubles(int numDoubles)
    Parameters
    Type Name Description
    System.Int32 numDoubles
    Returns
    Type Description
    System.Double[]

    PopIntegers(Int32)

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

    PopLengths(Int32)

    Declaration
    public double[] PopLengths(int numLengths)
    Parameters
    Type Name Description
    System.Int32 numLengths
    Returns
    Type Description
    System.Double[]

    PopLinks(UserDefinedObject.LinkType, Int32)

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

    PopStrings(Int32)

    Declaration
    public string[] PopStrings(int numStrings)
    Parameters
    Type Name Description
    System.Int32 numStrings
    Returns
    Type Description
    System.String[]

    PopVolumes(Int32)

    Declaration
    public double[] PopVolumes(int numVolumes)
    Parameters
    Type Name Description
    System.Int32 numVolumes
    Returns
    Type Description
    System.Double[]

    PushAreas(Double[])

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

    PushDoubles(Double[])

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

    PushIntegers(Int32[])

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

    PushLengths(Double[])

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

    PushLinks(UserDefinedObject.LinkType, UserDefinedObject.LinkDefinition[])

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

    PushStrings(String[])

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

    PushVolumes(Double[])

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

    SetAreas(Double[])

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

    SetAreas(Int32, Int32, Double[])

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

    SetDoubles(Double[])

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

    SetDoubles(Int32, Int32, Double[])

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

    SetIntegers(Int32, Int32, Int32[])

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

    SetIntegers(Int32[])

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

    SetLengths(Double[])

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

    SetLengths(Int32, Int32, Double[])

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

    SetLinks(UserDefinedObject.LinkType, UserDefinedObject.LinkDefinition[])

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

    SetLinks(UserDefinedObject.LinkType, Int32, Int32, UserDefinedObject.LinkDefinition[])

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

    SetStrings(Int32, Int32, String[])

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

    SetStrings(String[])

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

    SetVolumes(Double[])

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

    SetVolumes(Int32, Int32, Double[])

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

    Implements

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