User contributions

Jump to: navigation, search
Search for contributions
 
 
     
 
   

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

  • 05:18, 22 April 2017 (diff | hist) . . (+106). . N Create Cells Normal to Surface-ResearchNodes(Created page with "http://researchnodes.org/doku.php?id=cellularaggregation:createcellsnormaltosurface.mel Category:MEL") (current)
  • 05:17, 22 April 2017 (diff | hist) . . (+205). . N CopyToCV-nullthing(Created page with "http://www.nullthing.com/wp-content/uploads/2008/01/copy_to_cv_scale.zip ''More information on managing control vertices, read pages 109-119 in [http://stores.lulu.com/nickp...") (current)
  • 05:16, 22 April 2017 (diff | hist) . . (+408). . N ConvertStrToVector MEL(Created page with " global proc vector ConvertStrToVector(string $CurStr) { //0001D LLC 2015 Nick Pisca //string $CurStr = "234.32,332.043"; string $DestUVs[]; $numTokens = `tokenize $Cu...") (current)
  • 05:16, 22 April 2017 (diff | hist) . . (+264). . N Color to RGB(Created page with " Function Color_to_RGB(Color As Long) As Variant Dim CurRGB() As Integer ReDim CurRGB(2) CurRGB(0) = Color Mod 256 CurRGB(1) = (Color \ 256) Mod 256 CurRGB(2) = (Co...") (current)
  • 05:15, 22 April 2017 (diff | hist) . . (+557). . N ColorAtPointThruNurb(Created page with " global proc vector colorAtPointThruNurb(string $ObjName, float $UVal, float $VVal) { //Author Nick Pisca 0001d 2009 string $TRel[] = `listRelatives $ObjName`; string $TCon...") (current)
  • 05:14, 22 April 2017 (diff | hist) . . (+841). . N ClosestPoints(Created page with " Sub ClosestPoints(Point1 As Variant, Point2 As Variant) Dim SmallestDist As Double SmallestDist = 100000000 Dim WinHH, WinJJ As Integer WinHH = 0: WinJJ = 0 For...") (current)
  • 05:14, 22 April 2017 (diff | hist) . . (+690). . N CleanOGS(Created page with " Sub CleanOGS(CurOGS As OrderedGeometricalSet) Dim SecondPart As Part Set SecondPart = GetContainingPart(CurOGS) If CATIA.ActiveDocument.Selection.Count <> 0 Then CATI...") (current)
  • 05:13, 22 April 2017 (diff | hist) . . (+76). . N CircleOnPoints-sheetd(Created page with "http://www.sheetd.com/files/CircleOnPoints.catvba Category:CATIA DP VB") (current)
  • 05:13, 22 April 2017 (diff | hist) . . (+405). . N CheckProjectionByDirection(Created page with " Function CheckProjectionByDirection(PointObj As Variant, LineObj As Variant, TargetObj As Variant) As Boolean On Error GoTo Blast Dim Pr As HybridShapeProject Set Pr = MyH...") (current)
  • 05:13, 22 April 2017 (diff | hist) . . (+356). . N CheckProjection(Created page with " Function CheckProjection(CElement As Variant, CSupport As Variant) As Boolean On Error GoTo Blast Dim TestInt As HybridShapeProject Set TestInt = MyHSFactory.AddNewProject...") (current)
  • 05:12, 22 April 2017 (diff | hist) . . (+233). . N CheckProduct(Created page with " Function CheckProduct(InputProduct As Variant) As Boolean On Error GoTo Blast Set InputProduct2 = InputProduct.Parent.Parent CheckProduct = True Exit Function Blast: Ch...") (current)
  • 05:12, 22 April 2017 (diff | hist) . . (+367). . N CheckLineNormal(Created page with " Function CheckLineNormal(PtObj As Variant, SurfObj As Variant) As Boolean On Error GoTo Blast Dim TestInt As HybridShapeLineNormal Set TestInt = MyHSFactory.AddNewLineNorm...") (current)
  • 05:12, 22 April 2017 (diff | hist) . . (+449). . N CheckIntersectionWithMoreOptions(Created page with " Function CheckIntersectionWithMoreOptions(Object1 As Variant, Object2 As Variant, CurPart As Part, CurHSFactory As HybridShapeFactory) As Boolean On Error GoTo Blast Dim Te...") (current)
  • 05:11, 22 April 2017 (diff | hist) . . (+368). . N CheckIntersection(Created page with " Function CheckIntersection(Object1 As Variant, Object2 As Variant) As Boolean On Error GoTo Blast Dim TestInt As HybridShapeIntersection Set TestInt = MyHSFactory.AddNewIn...") (current)
  • 05:11, 22 April 2017 (diff | hist) . . (+710). . N CheckInfiniteLineNormalIntersection(Created page with " Function CheckInfiniteLineNormalIntersection(PtObj As Variant, SurfObj As Variant, ConstSet As HybridBody) As Boolean On Error GoTo blast Dim TestInt As HybridShapeLineNorm...") (current)
  • 05:11, 22 April 2017 (diff | hist) . . (+783). . N CheckFolders(Created page with " Sub CheckFolders(CurDirectoryStr As String) Dim curFolderStr As String curFolderStr = CurDirectoryStr If FS.FolderExists(curFolderStr) = False Then...") (current)
  • 05:11, 22 April 2017 (diff | hist) . . (+283). . N CheckFill(Created page with " Function CheckFill(BoundaryObj As Variant) As Boolean On Error GoTo NNN Dim CF As HybridShapeFill Set CF = MyHSFactory.AddNewFill() CF.AddBound BoundaryObj MyPart.Update...") (current)
  • 05:10, 22 April 2017 (diff | hist) . . (+815). . N CheckExcelDuplicates(Created page with " Function CheckExcelDuplicates(ColumnNo As Integer, EndRow As Integer, CheckEmptyStrings As Boolean) As Boolean Dim ColStrArr() ReDim ColStrArr(0) For X = 1 To EndRow...") (current)
  • 05:10, 22 April 2017 (diff | hist) . . (+523). . N ChangeTopLineTXTFile(Created page with " global proc ChangeTopLineTXTFile(string $Path, int $NewValue) { //Nick Pisca 0001d, string $Path = "c:\\mayacount.txt"; //ChangeTopLineTXTFile "c:\\mayacount.txt" 3; s...") (current)
  • 05:09, 22 April 2017 (diff | hist) . . (+1,097). . N Cellular Automata(Created page with "__TOC__ right|thumb|300px|2D Cellular Automata ===Excel Sheet CA=== Download this Excel Sheet and feel...") (current)

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