RhinoScript Functions
Function: Remap Array

ReMap Array ‘================================= ‘ReMap Array ‘This function takes a numeric array and remaps each ‘element to the users specified range ‘ ‘syntax: ‘funcRemapArray(arrNum, dblNumMin, dblNumMax) ‘ ‘parameters: ‘arrNum  Required. Array. An array of numbers ‘dblNumMin Required. Number. Range min value ‘dblNumMax Required. Number. Range max value ‘ ‘returns: ‘Array  An array or the remapped number values ‘=====================================

Reparameterize Surface

A function to match the domain parameterization of one surface to another.

Related Posts with Thumbnails