Search Results for

    Show / Hide Table of Contents

    Interface IContainerFeature

    Inherited Members
    INXObject.FindObject(String)
    INXObject.Print()
    INXObject.SetName(String)
    INXObject.IsOccurrence
    INXObject.JournalIdentifier
    INXObject.Name
    INXObject.OwningComponent
    INXObject.OwningPart
    INXObject.Prototype
    Namespace: NXOpen.Features
    Assembly: NXOpen.dll
    Syntax
    public interface IContainerFeature : INXObject

    Methods

    GetAllContainedFeatures()

    Declaration
    Feature[] GetAllContainedFeatures()
    Returns
    Type Description
    Feature[]

    GetAssociatedBodies()

    Declaration
    Body[] GetAssociatedBodies()
    Returns
    Type Description
    Body[]

    GetAssociatedCurvesPointsDatums()

    Declaration
    DisplayableObject[] GetAssociatedCurvesPointsDatums()
    Returns
    Type Description
    DisplayableObject[]

    GetAssociatedEdges()

    Declaration
    Edge[] GetAssociatedEdges()
    Returns
    Type Description
    Edge[]

    GetAssociatedFaces()

    Declaration
    Face[] GetAssociatedFaces()
    Returns
    Type Description
    Face[]

    GetImmediateContainedFeatures()

    Declaration
    Feature[] GetImmediateContainedFeatures()
    Returns
    Type Description
    Feature[]
    In This Article
    Back to top Generated by DocFX