User contributions

Jump to: navigation, search
Search for contributions
 
 
     
 
   

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 05:35, 22 April 2017 (diff | hist) . . (+867). . N ForceColorArrayUgly(Created page with " Sub ForceColorArrayUgly(InputArray As Variant, R As Integer, G As Integer, B As Integer, LineTypeNo As Integer, PointTypeNo As Integer, ThicknessNo As Integer) Dim VizProp A...") (current)
  • 05:35, 22 April 2017 (diff | hist) . . (+745). . N ForceColorArray(Created page with " Sub ForceColorArray(InputArray As Variant, R As Integer, G As Integer, B As Integer, LineTypeNo As Integer, PointTypeNo As Integer, ThicknessNo As Integer) Dim VizProp As...") (current)
  • 05:34, 22 April 2017 (diff | hist) . . (+222). . N FolderVerify(Created page with " Function FolderVerify(curFolderStr As String) As Boolean On Error GoTo blast HHH = FS.CreateFolder(curFolderStr) FolderVerify = True Exit Function blast: FolderVerify =...") (current)
  • 05:34, 22 April 2017 (diff | hist) . . (+493). . N FixUnboundedVector MEL(Created page with " global proc vector FixUnboundedVector(vector $TV2) { //0001D LLC 2015 Nick Pisca if (($TV2.x) > 1.0) { $TV2 = <<0.999, ($TV2.y), 0.0>>; } if (($TV2.y) > 1.0) {...") (current)
  • 05:34, 22 April 2017 (diff | hist) . . (+315). . N FixInstanceFactory(Created page with " Sub FixInstanceFactory(NameOfReference As String, NameOfDocument As String) On Error GoTo blast InstFactory.BeginInstanceFactory NameOfReference, NameOfDocument Exit Sub...") (current)
  • 05:34, 22 April 2017 (diff | hist) . . (+440). . N FindObjByStringInGeomSet(Created page with " Function FindObjByStringInGeomSet(GeoSet As HybridBody, StrSeg As String) As HybridShape Dim numb_set As Integer numb_set = GeoSet.HybridShapes.Count Dim loop_x As Integer...") (current)
  • 05:33, 22 April 2017 (diff | hist) . . (+341). . N FindFirstAxisParminParms(Created page with " Function FindFirstAxisParmInParms(SetParms As Parameters) As Parameter Dim TestStr As String TestStr = "Origin\X" For X = 1 To SetParms.Count If InStr(SetParms.Item(X...") (current)
  • 05:32, 22 April 2017 (diff | hist) . . (+1,986). . N FindDarkestNeighbor MEL(Created page with " global proc int[] FindDarkestNeighbor(string $RGBMat[], int $CurInt[], string $Skip[], int $All0NeighborNum) { //0001D LLC 2015 Nick Pisca //string $RGBMat[] = $WZ; int $...") (current)
  • 05:31, 22 April 2017 (diff | hist) . . (+651). . N FindClosestObjectInGeomSet(Created page with " Function FindClosestObjectInGeomSet(GeomSet As HybridBody, CurrentPt As Variant) As Variant Dim WinningDist As Double WinningDist = 1000000000 Dim CMeas 'As Measurable...") (current)
  • 05:31, 22 April 2017 (diff | hist) . . (+1,978). . N FilletStabilizer(Created page with " Function FilletStabilizer(CurveBefore As Variant, CurveAfter As Variant, InPlane As Variant, FilletRad As Double, GeomSet As HybridBody, SurfName As String) As Boolean Fi...") (current)
  • 05:31, 22 April 2017 (diff | hist) . . (+472). . N FilletCheck(Created page with " Function FilletCheck(FilletObj As Variant, Orientation1, Orientation2, TOri1, TOri2) As Boolean On Error GoTo Blast3 Dim MyPart As Part Set MyPart = CATIA.ActiveDocument.P...") (current)
  • 05:30, 22 April 2017 (diff | hist) . . (+197). . N ExtrudeScale-nullthing(Created page with "http://www.nullthing.com/wp-content/uploads/2008/08/extrudescale.zip ''More information on transformation commands, read pages 55-67 in [http://stores.lulu.com/nickpisca YSY...") (current)
  • 05:30, 22 April 2017 (diff | hist) . . (+407). . N Export Individual Files from Selection(Created page with " //Author Nick Pisca 0001d 2007 string $CCC[] = `ls-sl`; int $h = 0; do { select -r $CCC[$x] ; string $path2 = ("C:/SICA/IGESs/FBH_" + $CCC[$h]); pv_performAction $p...") (current)
  • 05:29, 22 April 2017 (diff | hist) . . (+507). . N ExportPtCoordToXLS(Created page with " Sub ExportPtCoordToXLS(CurPtObj As Variant) If IsUpdatable(CurPtObj) Then Dim CIMeas Set CIMeas = TheSPAWorkbench.GetMeasurable(CurPtObj) Dim CICoords()...") (current)
  • 05:29, 22 April 2017 (diff | hist) . . (+437). . N ExistsInArray(Created page with " Function ExistsInArray(CurName As String, NameArray As Variant) As Boolean If UBound(NameArray) = 0 Then ExistsInArray = False Exit Function End If For X = 0 To...") (current)
  • 05:29, 22 April 2017 (diff | hist) . . (+922). . N Evolutionary Systems(Created page with "<div align="right">Back to Academic_Archives.</div> __TOC__ === In Progress === === Pertinent Links === * Chu, Karl. [http://futurefeeder.com/wp-content/6chuCorr.pdf...") (current)
  • 05:28, 22 April 2017 (diff | hist) . . (+1,219). . N Emergence and Swarming(Created page with "<div align="right">Back to Academic_Archives.</div> __TOC__ ===In Progress=== ===Important Links=== * [http://www.red3d.com/cwr/boids/ Craig Reynolds Homepage] * [...") (current)
  • 05:28, 22 April 2017 (diff | hist) . . (+902). . N EmailNotify(Created page with " Sub EmailNotify(FromEmailAddress As String, ToEmailAddress As String, ServerName As String, SubjectStr As String, BodyStr As String) On Error GoTo blast Set objEmai...") (current)
  • 05:28, 22 April 2017 (diff | hist) . . (+12,091). . N EcoPanels-Dima Chiriacov(Created page with "You can find the original code here: http://www.lolerblades.com/dimac/EcoPanels.rvb http://www.lolerblades.com/dimac/EcoPanels.xls http://www.lolerblades.com/dimac/EcoPanel...") (current)
  • 05:27, 22 April 2017 (diff | hist) . . (+702). . N Dynamic Snapshot(Created page with " //Author Nicholas Pisca Copyright 2005 //Dynamic snapshot script for particle-based mutation //Requires file "110205a.mb" to be open and at currentTime 0 float $s1 = 0;...") (current)

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)