Search Results for

    Show / Hide Table of Contents

    Class GeodesicSketchCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    GeodesicSketchCollection
    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 GeodesicSketchCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    GeodesicSketchCollection()

    Declaration
    protected GeodesicSketchCollection()

    GeodesicSketchCollection(FeatureCollection)

    Declaration
    protected GeodesicSketchCollection(FeatureCollection owner)
    Parameters
    Type Name Description
    FeatureCollection owner

    Properties

    Tag

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

    Methods

    CreateGeodesicChamferBuilder(GeodesicChamfer)

    Declaration
    public GeodesicChamferBuilder CreateGeodesicChamferBuilder(GeodesicChamfer geodesicChamfer)
    Parameters
    Type Name Description
    GeodesicChamfer geodesicChamfer
    Returns
    Type Description
    GeodesicChamferBuilder

    CreateGeodesicFilletBuilder(GeodesicFillet)

    Declaration
    public GeodesicFilletBuilder CreateGeodesicFilletBuilder(GeodesicFillet geodesicFillet)
    Parameters
    Type Name Description
    GeodesicFillet geodesicFillet
    Returns
    Type Description
    GeodesicFilletBuilder

    CreateGeodesicIntersectBuilder(GeodesicIntersect)

    Declaration
    public GeodesicIntersectBuilder CreateGeodesicIntersectBuilder(GeodesicIntersect geodesicIntersect)
    Parameters
    Type Name Description
    GeodesicIntersect geodesicIntersect
    Returns
    Type Description
    GeodesicIntersectBuilder

    CreateGeodesicLineBuilder(GeodesicLine)

    Declaration
    public GeodesicLineBuilder CreateGeodesicLineBuilder(GeodesicLine geodesicLine)
    Parameters
    Type Name Description
    GeodesicLine geodesicLine
    Returns
    Type Description
    GeodesicLineBuilder

    CreateGeodesicOffsetBuilder(GeodesicOffset)

    Declaration
    public GeodesicOffsetBuilder CreateGeodesicOffsetBuilder(GeodesicOffset geodesicOffset)
    Parameters
    Type Name Description
    GeodesicOffset geodesicOffset
    Returns
    Type Description
    GeodesicOffsetBuilder

    CreateGeodesicPointBuilder(GeodesicPoint)

    Declaration
    public GeodesicPointBuilder CreateGeodesicPointBuilder(GeodesicPoint geodesicPoint)
    Parameters
    Type Name Description
    GeodesicPoint geodesicPoint
    Returns
    Type Description
    GeodesicPointBuilder

    CreateGeodesicProjectBuilder(GeodesicProject)

    Declaration
    public GeodesicProjectBuilder CreateGeodesicProjectBuilder(GeodesicProject geodesicProject)
    Parameters
    Type Name Description
    GeodesicProject geodesicProject
    Returns
    Type Description
    GeodesicProjectBuilder

    CreateGeodesicResetBuilder()

    Declaration
    public GeodesicResetBuilder CreateGeodesicResetBuilder()
    Returns
    Type Description
    GeodesicResetBuilder

    CreateGeodesicSketchBuilder(GeodesicSketch)

    Declaration
    public GeodesicSketchBuilder CreateGeodesicSketchBuilder(GeodesicSketch geodesicSketch)
    Parameters
    Type Name Description
    GeodesicSketch geodesicSketch
    Returns
    Type Description
    GeodesicSketchBuilder

    CreateGeodesicTrimBuilder(GeodesicSketch)

    Declaration
    public GeodesicTrimBuilder CreateGeodesicTrimBuilder(GeodesicSketch geodesicSketch)
    Parameters
    Type Name Description
    GeodesicSketch geodesicSketch
    Returns
    Type Description
    GeodesicTrimBuilder

    EditGeodesicSketch(GeodesicSketch)

    Declaration
    public void EditGeodesicSketch(GeodesicSketch geodesicSketch)
    Parameters
    Type Name Description
    GeodesicSketch geodesicSketch

    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