Search Results for

    Show / Hide Table of Contents

    Class ElementCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    ElementCollection
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Markup
    Assembly: NXOpen.dll
    Syntax
    public class ElementCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    ElementCollection()

    Declaration
    protected ElementCollection()

    ElementCollection(Markup)

    Declaration
    protected ElementCollection(Markup owner)
    Parameters
    Type Name Description
    Markup owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateAnchoredLine(Point3d, Point3d, Point3d)

    Declaration
    public Line CreateAnchoredLine(Point3d anchorPoint, Point3d startPoint, Point3d endPoint)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point3d startPoint
    Point3d endPoint
    Returns
    Type Description
    Line

    CreateCircle(Point2d, Double)

    Declaration
    public Circle CreateCircle(Point2d center, double radius)
    Parameters
    Type Name Description
    Point2d center
    System.Double radius
    Returns
    Type Description
    Circle

    CreateCircle(Point3d, Point2d, Double)

    Declaration
    public Circle CreateCircle(Point3d anchorPoint, Point2d center, double radius)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point2d center
    System.Double radius
    Returns
    Type Description
    Circle

    CreateCircle(Point3d, Point3d, Double)

    Declaration
    public Circle CreateCircle(Point3d anchorPoint, Point3d center, double radius)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point3d center
    System.Double radius
    Returns
    Type Description
    Circle

    CreateCircle(Point3d, Double)

    Declaration
    public Circle CreateCircle(Point3d center, double radius)
    Parameters
    Type Name Description
    Point3d center
    System.Double radius
    Returns
    Type Description
    Circle

    CreateEditElementDisplayBuilder(Element[])

    Declaration
    public EditElementDisplayBuilder CreateEditElementDisplayBuilder(Element[] objects)
    Parameters
    Type Name Description
    Element[] objects
    Returns
    Type Description
    EditElementDisplayBuilder

    CreateElementBuilder(Element)

    Declaration
    public ElementBuilder CreateElementBuilder(Element annotation)
    Parameters
    Type Name Description
    Element annotation
    Returns
    Type Description
    ElementBuilder

    CreateEllipse(Point2d, Double, Double)

    Declaration
    public Ellipse CreateEllipse(Point2d center, double major, double minor)
    Parameters
    Type Name Description
    Point2d center
    System.Double major
    System.Double minor
    Returns
    Type Description
    Ellipse

    CreateEllipse(Point3d, Point2d, Double, Double)

    Declaration
    public Ellipse CreateEllipse(Point3d anchorPoint, Point2d center, double major, double minor)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point2d center
    System.Double major
    System.Double minor
    Returns
    Type Description
    Ellipse

    CreateEllipse(Point3d, Point3d, Double, Double)

    Declaration
    public Ellipse CreateEllipse(Point3d anchorPoint, Point3d center, double major, double minor)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point3d center
    System.Double major
    System.Double minor
    Returns
    Type Description
    Ellipse

    CreateEllipse(Point3d, Double, Double)

    Declaration
    public Ellipse CreateEllipse(Point3d center, double major, double minor)
    Parameters
    Type Name Description
    Point3d center
    System.Double major
    System.Double minor
    Returns
    Type Description
    Ellipse

    CreateFloatLine(Point3d, Point3d)

    Declaration
    public Line CreateFloatLine(Point3d startPoint, Point3d endPoint)
    Parameters
    Type Name Description
    Point3d startPoint
    Point3d endPoint
    Returns
    Type Description
    Line

    CreateFreehand(Point2d[])

    Declaration
    public Freehand CreateFreehand(Point2d[] points)
    Parameters
    Type Name Description
    Point2d[] points
    Returns
    Type Description
    Freehand

    CreateFreehand(Point3d, Point2d[])

    Declaration
    public Freehand CreateFreehand(Point3d anchorPoint, Point2d[] points)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point2d[] points
    Returns
    Type Description
    Freehand

    CreateFreehand(Point3d, Point3d[])

    Declaration
    public Freehand CreateFreehand(Point3d anchorPoint, Point3d[] points)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point3d[] points
    Returns
    Type Description
    Freehand

    CreateFreehand(Point3d[])

    Declaration
    public Freehand CreateFreehand(Point3d[] points)
    Parameters
    Type Name Description
    Point3d[] points
    Returns
    Type Description
    Freehand

    CreateIcon(Point2d, String, Icon.Size)

    Declaration
    public Icon CreateIcon(Point2d position, string iconName, Icon.Size size)
    Parameters
    Type Name Description
    Point2d position
    System.String iconName
    Icon.Size size
    Returns
    Type Description
    Icon

    CreateIcon(Point3d, Point2d, String, Icon.Size)

    Declaration
    public Icon CreateIcon(Point3d anchorPoint, Point2d position, string iconName, Icon.Size size)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point2d position
    System.String iconName
    Icon.Size size
    Returns
    Type Description
    Icon

    CreateIcon(Point3d, Point3d, String, Icon.Size)

    Declaration
    public Icon CreateIcon(Point3d anchorPoint, Point3d position, string iconName, Icon.Size size)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point3d position
    System.String iconName
    Icon.Size size
    Returns
    Type Description
    Icon

    CreateIcon(Point3d, String, Icon.Size)

    Declaration
    public Icon CreateIcon(Point3d position, string iconName, Icon.Size size)
    Parameters
    Type Name Description
    Point3d position
    System.String iconName
    Icon.Size size
    Returns
    Type Description
    Icon

    CreateInsetImage(Point3d, String)

    Declaration
    public InsetImage CreateInsetImage(Point3d position, string filename)
    Parameters
    Type Name Description
    Point3d position
    System.String filename
    Returns
    Type Description
    InsetImage

    CreatePolygon(Point2d[])

    Declaration
    public Polygon CreatePolygon(Point2d[] points)
    Parameters
    Type Name Description
    Point2d[] points
    Returns
    Type Description
    Polygon

    CreatePolygon(Point3d, Point2d[])

    Declaration
    public Polygon CreatePolygon(Point3d anchorPoint, Point2d[] points)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point2d[] points
    Returns
    Type Description
    Polygon

    CreatePolygon(Point3d, Point3d[])

    Declaration
    public Polygon CreatePolygon(Point3d anchorPoint, Point3d[] points)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point3d[] points
    Returns
    Type Description
    Polygon

    CreatePolygon(Point3d[])

    Declaration
    public Polygon CreatePolygon(Point3d[] points)
    Parameters
    Type Name Description
    Point3d[] points
    Returns
    Type Description
    Polygon

    CreatePolyline(Point2d[])

    Declaration
    public Polyline CreatePolyline(Point2d[] points)
    Parameters
    Type Name Description
    Point2d[] points
    Returns
    Type Description
    Polyline

    CreatePolyline(Point3d, Point2d[])

    Declaration
    public Polyline CreatePolyline(Point3d anchorPoint, Point2d[] points)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point2d[] points
    Returns
    Type Description
    Polyline

    CreatePolyline(Point3d, Point3d[])

    Declaration
    public Polyline CreatePolyline(Point3d anchorPoint, Point3d[] points)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point3d[] points
    Returns
    Type Description
    Polyline

    CreatePolyline(Point3d[])

    Declaration
    public Polyline CreatePolyline(Point3d[] points)
    Parameters
    Type Name Description
    Point3d[] points
    Returns
    Type Description
    Polyline

    CreateRectangle(Point2d, Double, Double)

    Declaration
    public Rectangle CreateRectangle(Point2d center, double length, double width)
    Parameters
    Type Name Description
    Point2d center
    System.Double length
    System.Double width
    Returns
    Type Description
    Rectangle

    CreateRectangle(Point3d, Point2d, Double, Double)

    Declaration
    public Rectangle CreateRectangle(Point3d anchorPoint, Point2d center, double length, double width)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point2d center
    System.Double length
    System.Double width
    Returns
    Type Description
    Rectangle

    CreateRectangle(Point3d, Point3d, Double, Double)

    Declaration
    public Rectangle CreateRectangle(Point3d anchorPoint, Point3d center, double length, double width)
    Parameters
    Type Name Description
    Point3d anchorPoint
    Point3d center
    System.Double length
    System.Double width
    Returns
    Type Description
    Rectangle

    CreateRectangle(Point3d, Double, Double)

    Declaration
    public Rectangle CreateRectangle(Point3d center, double length, double width)
    Parameters
    Type Name Description
    Point3d center
    System.Double length
    System.Double width
    Returns
    Type Description
    Rectangle

    CreateText(Point2d, String)

    Declaration
    public Text CreateText(Point2d position, string textContent)
    Parameters
    Type Name Description
    Point2d position
    System.String textContent
    Returns
    Type Description
    Text

    CreateText(Point3d, String)

    Declaration
    public Text CreateText(Point3d position, string textContent)
    Parameters
    Type Name Description
    Point3d position
    System.String textContent
    Returns
    Type Description
    Text

    EnumerateMoveNext(ref Tag, Byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    System.Byte[] state
    Returns
    Type Description
    System.Int32
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, Byte[])

    FindObject(String)

    Declaration
    public Element FindObject(string id)
    Parameters
    Type Name Description
    System.String id
    Returns
    Type Description
    Element

    ToArray()

    Declaration
    public Element[] ToArray()
    Returns
    Type Description
    Element[]

    Implements

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