Search Results for

    Show / Hide Table of Contents

    Interface ILocationsWithDirContainer

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

    Methods

    AddLocationCoordinatesWithDirectionCoordinates(Int32, Point, Point)

    Declaration
    LocationWithDir AddLocationCoordinatesWithDirectionCoordinates(int indexOfDefinition, Point point, Point direction)
    Parameters
    Type Name Description
    System.Int32 indexOfDefinition
    Point point
    Point direction
    Returns
    Type Description
    LocationWithDir

    AddLocationCoordinatesWithDirectionSelectionRecipes(Int32, SelectionRecipe, SelectionRecipe)

    Declaration
    LocationWithDir AddLocationCoordinatesWithDirectionSelectionRecipes(int indexOfDefinition, SelectionRecipe startSelectionRecipe, SelectionRecipe endSelectionRecipe)
    Parameters
    Type Name Description
    System.Int32 indexOfDefinition
    SelectionRecipe startSelectionRecipe
    SelectionRecipe endSelectionRecipe
    Returns
    Type Description
    LocationWithDir

    AddLocationCoordinatesWithDirectionVector(Int32, Point, Direction)

    Declaration
    LocationWithDir AddLocationCoordinatesWithDirectionVector(int indexOfDefinition, Point masterPoint, Direction direction)
    Parameters
    Type Name Description
    System.Int32 indexOfDefinition
    Point masterPoint
    Direction direction
    Returns
    Type Description
    LocationWithDir
    In This Article
    Back to top Generated by DocFX