Search Results for

    Show / Hide Table of Contents

    Interface IDynamicSectionCutCreator

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

    Methods

    Find(String)

    Declaration
    DynamicSectionCut Find(string journalIdentifier)
    Parameters
    Type Name Description
    System.String journalIdentifier
    Returns
    Type Description
    DynamicSectionCut

    GetSectionCuts(NXObject, View, out DynamicSectionCut[])

    Declaration
    void GetSectionCuts(NXObject contextOccurrence, View view, out DynamicSectionCut[] sectionCuts)
    Parameters
    Type Name Description
    NXObject contextOccurrence
    View view
    DynamicSectionCut[] sectionCuts
    In This Article
    Back to top Generated by DocFX