Interface ILocationsWithDirContainer
Assembly: NXOpen.dll
Syntax
public interface ILocationsWithDirContainer : INXObject
Methods
AddLocationCoordinatesWithDirectionCoordinates(int, Point, Point)
Declaration
LocationWithDir AddLocationCoordinatesWithDirectionCoordinates(int indexOfDefinition, Point point, Point direction)
Parameters
Type |
Name |
Description |
int |
indexOfDefinition |
|
Point |
point |
|
Point |
direction |
|
Returns
AddLocationCoordinatesWithDirectionSelectionRecipes(int, SelectionRecipe, SelectionRecipe)
Declaration
LocationWithDir AddLocationCoordinatesWithDirectionSelectionRecipes(int indexOfDefinition, SelectionRecipe startSelectionRecipe, SelectionRecipe endSelectionRecipe)
Parameters
Returns
AddLocationCoordinatesWithDirectionVector(int, Point, Direction)
Declaration
LocationWithDir AddLocationCoordinatesWithDirectionVector(int indexOfDefinition, Point masterPoint, Direction direction)
Parameters
Returns