Skip to content

Instantly share code, notes, and snippets.

using NXOpen;
using System.Diagnostics;
namespace NXJournal
{
class Journal
{
static Session theSession;
public static void Main(string[] args)
@NiXeTools
NiXeTools / invoke-sql.ps1
Created October 23, 2019 09:44
Invoke SQL Statments to MSSQL und ORACLE
###########################################################################################################
#MS SQL
###########################################################################################################
<#
.SYNOPSIS
Performs a SQL query and returns an array of PSObjects.
.NOTES
Author: Jourdan Templeton - hello@jourdant.me
.LINK
@NiXeTools
NiXeTools / edittextnotepad.cs
Created November 2, 2015 07:37
Edit Text in NX with Notepad++ (NXOpen)
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Diagnostics;
using NXOpen;
using NXOpen.UF;
using NXOpen.Annotations;