Search Results for

    Show / Hide Table of Contents

    Class BaseFeatureCollection

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

    Constructors

    BaseFeatureCollection()

    Declaration
    protected BaseFeatureCollection()

    BaseFeatureCollection(BasePart)

    Declaration
    protected BaseFeatureCollection(BasePart owner)
    Parameters
    Type Name Description
    BasePart owner

    Properties

    Tag

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

    Methods

    CreateAssociativeArcBuilder(Arc)

    Declaration
    public AssociativeArcBuilder CreateAssociativeArcBuilder(Arc nonAssociativeArc)
    Parameters
    Type Name Description
    Arc nonAssociativeArc
    Returns
    Type Description
    AssociativeArcBuilder

    CreateAssociativeArcBuilder(AssociativeArc)

    Declaration
    public AssociativeArcBuilder CreateAssociativeArcBuilder(AssociativeArc associativeArc)
    Parameters
    Type Name Description
    AssociativeArc associativeArc
    Returns
    Type Description
    AssociativeArcBuilder

    CreateAssociativeLineBuilder(AssociativeLine)

    Declaration
    public AssociativeLineBuilder CreateAssociativeLineBuilder(AssociativeLine associativeLine)
    Parameters
    Type Name Description
    AssociativeLine associativeLine
    Returns
    Type Description
    AssociativeLineBuilder

    CreateAssociativeLineBuilder(Line)

    Declaration
    public AssociativeLineBuilder CreateAssociativeLineBuilder(Line nonAssociativeLine)
    Parameters
    Type Name Description
    Line nonAssociativeLine
    Returns
    Type Description
    AssociativeLineBuilder

    CreateDivideCurveBuilder(Feature)

    Declaration
    public DivideCurveBuilder CreateDivideCurveBuilder(Feature divideCurve)
    Parameters
    Type Name Description
    Feature divideCurve
    Returns
    Type Description
    DivideCurveBuilder

    CreateMoveObjectBuilder(MoveObject)

    Declaration
    public MoveObjectBuilder CreateMoveObjectBuilder(MoveObject moveObject)
    Parameters
    Type Name Description
    MoveObject moveObject
    Returns
    Type Description
    MoveObjectBuilder

    CreatePointFeatureBuilder(Feature)

    Declaration
    public PointFeatureBuilder CreatePointFeatureBuilder(Feature point)
    Parameters
    Type Name Description
    Feature point
    Returns
    Type Description
    PointFeatureBuilder

    CreateTrimCornerBuilder(Feature)

    Declaration
    public TrimCornerBuilder CreateTrimCornerBuilder(Feature trimCorner)
    Parameters
    Type Name Description
    Feature trimCorner
    Returns
    Type Description
    TrimCornerBuilder

    CreateWaveInterfaceLinkerBuilder(Feature)

    Declaration
    public WaveInterfaceLinkerBuilder CreateWaveInterfaceLinkerBuilder(Feature waveInterfaceLinker)
    Parameters
    Type Name Description
    Feature waveInterfaceLinker
    Returns
    Type Description
    WaveInterfaceLinkerBuilder

    CreateWaveLinkBuilder(Feature)

    Declaration
    public WaveLinkBuilder CreateWaveLinkBuilder(Feature wavelink)
    Parameters
    Type Name Description
    Feature wavelink
    Returns
    Type Description
    WaveLinkBuilder

    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[])

    ToArray()

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

    Implements

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