User contributions

Jump to: navigation, search
Search for contributions
 
 
     
 
   

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

  • 19:37, 24 April 2017 (diff | hist) . . (+8). . N Nptest(Created page with "nptest 2") (current)
  • 19:37, 24 April 2017 (diff | hist) . . (+255). . N Naming Sub-Ds(Created page with " //Author Nick Pisca 0001d 2008 CreateSubdivSphere; string $tempSel[] = `ls-sl`; rename $tempSel[0] "SUBD1"; ''More information of Sub-D naming and manipulation, read pag...") (current)
  • 19:37, 24 April 2017 (diff | hist) . . (+121). . N Naming Soft Bodies(Created page with " //Author Nick Pisca 0001d 2008 string $CSoft[] = `soft -c nurbsTorus1`; rename $CSoft[0] ReplName1; Category:MEL") (current)
  • 19:36, 24 April 2017 (diff | hist) . . (+776). . N MultiRotate(Created page with " Function MultiRotate(Obj1 As Variant, RotCount As Integer, RotAngle As Double, CurSet As HybridBody, NameStr As String) As Variant Dim RotArr() ReDim RotArr(RotCount - 1)...") (current)
  • 19:36, 24 April 2017 (diff | hist) . . (+176). . N Editing Move MC Opposite to Mouse Direction(Created page with " onClipEvent (mouseMove) { xvar = (-1.8)*_root._xmouse + 1350; yvar = (-1.6)*_root._ymouse + 850; this._y = yvar; this._x = xvar; } Category:ActionScript") (current)
  • 19:36, 24 April 2017 (diff | hist) . . (+723). . N MovePointOnCurveCloserToObj(Created page with " Sub MovePointOnCurveCloserToObj(CurvePt As HybridShapePointOnCurve, CompareObj As Variant) Dim CurOri As Boolean CurOri = CurvePt.Orientation Dim OppOri As Boolean OppOri...") (current)
  • 19:35, 24 April 2017 (diff | hist) . . (+721). . N MovePlaneOffsetCloserToObj(Created page with " Sub MovePlaneOffsetCloserToObj(CurvePL As HybridShapePlaneOffset, CompareObj As Variant) Dim CurOri As Boolean CurOri = CurvePL.Orientation Dim OppOri As Boolean OppOri =...") (current)
  • 19:35, 24 April 2017 (diff | hist) . . (+754). . N MoveOffsetCloserToObj(Created page with " Sub MoveOffsetCloserToObj(OffsetSurf As HybridShapeOffset, CompareObj As Variant) Dim CurOri As Boolean CurOri = OffsetSurf.OffsetDirection '.InvertDirection Dim OppO...") (current)
  • 19:35, 24 April 2017 (diff | hist) . . (+892). . N MoveOffsetCloserToCoord(Created page with " Sub MoveOffsetCloserToCoord(CurvePar As HybridShapeOffset, XVal As Double, YVal As Double, ZVal As Double) MyPart.UpdateObject CurvePar Dim CMeas Set CMeas = TheSPAWorkben...") (current)
  • 19:34, 24 April 2017 (diff | hist) . . (+987). . N MoveLineTangencyCloserToCoord(Created page with " Sub MoveLineTangencyCloserToCoord(CurvePar As HybridShapeLineTangency, XVal As Double, YVal As Double, ZVal As Double) Dim CurOri Dim OppOri CurOri = CurvePar.Orientation...") (current)
  • 19:34, 24 April 2017 (diff | hist) . . (+716). . N MoveLinePtDirCloserToObj(Created page with " Sub MoveLinePtDirCloserToObj(CurvePt As HybridShapeLinePtDir, CompareObj As Variant) Dim CurOri As Boolean CurOri = CurvePt.Orientation Dim OppOri As Boolean OppOri = Not...") (current)
  • 19:34, 24 April 2017 (diff | hist) . . (+742). . N MoveLineAngleCloserToObjByNegAngle(Created page with " Sub MoveLineAngleCloserToObjByNegAngle(CurvePt As HybridShapeLineAngle, CompareObj As Variant) Dim CurOri As Double CurOri = CurvePt.Angle.Value Dim OppOri As Double OppO...") (current)
  • 19:33, 24 April 2017 (diff | hist) . . (+718). . N MoveLineAngleCloserToObj(Created page with " Sub MoveLineAngleCloserToObj(CurvePt As HybridShapeLineAngle, CompareObj As Variant) Dim CurOri As Boolean CurOri = CurvePt.Orientation Dim OppOri As Boolean OppOri = Not...") (current)
  • 19:33, 24 April 2017 (diff | hist) . . (+965). . N MoveLineAngleCloserToCoord(Created page with " Sub MoveLineAngleCloserToCoord(CurvePar As HybridShapeLineAngle, XVal As Double, YVal As Double, ZVal As Double) MyPart.UpdateObject CurvePar Dim CMeas Set CMeas = TheSPAW...") (current)
  • 19:33, 24 April 2017 (diff | hist) . . (+885). . N MoveExtrudeCloserToCoord(Created page with " Sub MoveExtrudeCloserToCoord(CurvePar As HybridShapeExtrude, XVal As Double, YVal As Double, ZVal As Double) MyPart.UpdateObject CurvePar Dim CMeas Set CMeas = TheSPAWorkb...") (current)
  • 19:33, 24 April 2017 (diff | hist) . . (+657). . N MoveExtremumCloserToObj(Created page with " Sub MoveExtremumCloserToObj(CurExtremum As HybridShapeExtremum, CompareObj As Variant) MyPart.UpdateObject CurExtremum MyPart.UpdateObject CompareObj Dim CMeas Set CMeas...") (current)
  • 19:32, 24 April 2017 (diff | hist) . . (+739). . N MoveCurveParCloserToObj(Created page with " Sub MoveCurveParCloserToObj(CurvePar As HybridShapeCurvePar, CompareObj As Variant) Dim CurOri As Boolean CurOri = CurvePar.InvertDirection Dim OppOri As Boolean OppOri =...") (current)
  • 19:32, 24 April 2017 (diff | hist) . . (+856). . N MoveCurveParCloserToCoord(Created page with " Sub MoveCurveParCloserToCoord(CurvePar As HybridShapeCurvePar, XVal As Double, YVal As Double, ZVal As Double) MyPart.UpdateObject CurvePar Dim CMeas Set CMeas = TheSPAWor...") (current)
  • 19:32, 24 April 2017 (diff | hist) . . (+714). . N MoveCircle2PointsRadCloserToObj(Created page with " Sub MoveCircle2PointsRadCloserToObj(CurveCirc As HybridShapeCircle2PointsRad, CompareObj As Variant) MyPart.UpdateObject CurveCirc MyPart.UpdateObject CompareObj Dim CMea...") (current)
  • 19:31, 24 April 2017 (diff | hist) . . (+1,134). . N MoveAxisSystemXDirFartherFromCoord(Created page with " Sub MoveAxisSystemXDirFartherFromCoord(CurvePar As AxisSystem, ResultObj As Variant, XVal As Double, YVal As Double, ZVal As Double) If IsUpdatable(CurvePar) And IsUpd...") (current)

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