Search Results for

    Show / Hide Table of Contents

    Class SheetDraftingViewCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    SheetDraftingViewCollection
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class SheetDraftingViewCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    SheetDraftingViewCollection()

    Declaration
    protected SheetDraftingViewCollection()

    SheetDraftingViewCollection(DrawingSheet)

    Declaration
    protected SheetDraftingViewCollection(DrawingSheet owner)
    Parameters
    Type Name Description
    DrawingSheet owner

    Properties

    Tag

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

    Methods

    CreateBaseView(ModelingView, Point3d, Double, Boolean)

    Declaration
    public BaseView CreateBaseView(ModelingView modelView, Point3d drawingReferencePoint, double viewScale, bool inheritClippingBoundry)
    Parameters
    Type Name Description
    ModelingView modelView
    Point3d drawingReferencePoint
    System.Double viewScale
    System.Boolean inheritClippingBoundry
    Returns
    Type Description
    BaseView

    CreateProjectedView(DraftingView, Point3d)

    Declaration
    public ProjectedView CreateProjectedView(DraftingView parentView, Point3d drawingReferencePoint)
    Parameters
    Type Name Description
    DraftingView parentView
    Point3d drawingReferencePoint
    Returns
    Type Description
    ProjectedView

    CreateProjectedView(DraftingView, Point3d, Direction)

    Declaration
    public ProjectedView CreateProjectedView(DraftingView parentView, Point3d drawingReferencePoint, Direction hingeLine)
    Parameters
    Type Name Description
    DraftingView parentView
    Point3d drawingReferencePoint
    Direction hingeLine
    Returns
    Type Description
    ProjectedView

    CreateProjectedView(DraftingView, Point3d, Boolean)

    Declaration
    public ProjectedView CreateProjectedView(DraftingView parentView, Point3d drawingReferencePoint, bool reverseDirection)
    Parameters
    Type Name Description
    DraftingView parentView
    Point3d drawingReferencePoint
    System.Boolean reverseDirection
    Returns
    Type Description
    ProjectedView

    DeleteView(DraftingView)

    Declaration
    public void DeleteView(DraftingView currentView)
    Parameters
    Type Name Description
    DraftingView currentView

    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 DraftingView FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    System.String journalIdentifier
    Returns
    Type Description
    DraftingView

    ToArray()

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

    Implements

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