200字范文,内容丰富有趣,生活中的好帮手!
200字范文 > 计算机函数公式的英文表达式 Houdini Expression functions 函数表达式中英文对照(二)...

计算机函数公式的英文表达式 Houdini Expression functions 函数表达式中英文对照(二)...

时间:2022-05-05 01:32:02

相关推荐

计算机函数公式的英文表达式 Houdini Expression functions 函数表达式中英文对照(二)...

u

dopnumfields Returns the number of fields in a DOP record

type返回字段中的DOP记录类型的数

u

dopnumfields(dop, objectSpec,

subDataName, recordType)

u

dopnumobjects returns the number of objects in a

simulation返回对象的模拟数

u

dopnumobjects(dop,

objectFilter)

u

dopnumrecords Returns the number of records of a given type in a

piece of dynamics data返回给定类型的记录在一块动力学数据的数量

u

dopnumrecords(dop, objectFilter,

subDataName, recordType)

u

dopnumrecordtypes Returns the number of

types of record in a piece of dynamics

data返回一块动态数据类型的记录数

u

dopnumrecordtypes(dop, objectSpec,

subDataName)

u

dopnumsubdata Returns the number of subdata items attached to an

object or data返回附加到对象或数据子数据项的数目

u

dopnumsubdata(dop, objectSpec,

subDataName)

u

dopobjectlist Returns all objects matching the an object

specification返回匹配的对象规范中的所有对象

u

dopobjectlist(dop, objectSpec,

listNames)

u

dopobjectscreaffectors Tests whether a set of objects has an affector

relationship with another object测试一组对象是否与另一个对象的影响器的关系

u

dopobjectsareaffectors(dop, objectSpec,

affectors)

u

dopobjscreatedby Returns the list of objects created by a

particular DOP node返回由一个特定的DOP节点创建的对象的名单

u

dopobjscreatedby(dop)

u

dopoption

Returns the value of a DOP field

as a float返回DOP字段的值作为浮点数

u

dopoption(dop, objectSpec,

subDataName, fieldName)

u

dopoptions

Returns the value of a DOP field

as a string返回DOP字段的值作为一个字符串

u

dopoptions(dop, objectSpec,

subDataName, fieldName)

u

doprecordtypename Returns the name of a record in DOPs data given

its index返回给定了索引扣分数据记录的名称

u

doprecordtypename(dop, objectSpec,

subDataName, recordTypeNum)

u

dopsolvedopnet Script solver support

function脚本解算器支持功能

u

dopsolvedopnet()

u

dopsolvenewovject Script solver support

function脚本解算器支持功能

u

dopsolvenewobject(object_index)

u

dopsolvenumnewobjects Script solver support

function脚本解算器支持功能

u

dopsolvenumnewobjects()

u

dopsolveobject Script solver support

function脚本解算器支持功能

u

dopsolveobject(object_index)

u

dopsolvetimestep Script solver support

function脚本解算器支持功能

u

dopsolvetimestep()

u

dopsubdataname Returns the name of a subdata of a given DOP

object返回给定的DOP对象的一个​​子数据的名称

u

dopsttoframe(dop,

simulationtime)

u

doptime

Returns the current time of a

simulation返回一个模拟的当前时间

u

doptime(dop)

u

doptransform Returns a transformation matrix associated with a

piece of data返回与一个数据块相关联的变换矩阵

u

doptransform(dop, objectSpec,

subDataName)

u

dopttost

Returns the simulation time equivalent

to a given global time返回仿真时间等于一个给定的全局时间

u

dopttost(dop, globaltime)

u

dopvelatpos Returns the velocity that a point at a location in

simulation space would have if it were attached to a DOP

object. 返回速度,一个点在仿真​​空间中的位置会,如果它已连接到一个DOP的对象。

u

dopvelatpos(dop, objectSpec, posx,

posy, posz, usevolumevelocity,

usepointvelocity)

u

dot

Computes the dot

product of two vectors 计算两个向量的点积

u

dot(v0,

v1)

u

ease

Channel segment function:

ease-in and –out 频道分类功能:缓解时间和出

u

ease()

u

easein

Channel segment function:

ease-in 频道分类功能:淡入

u

easein()

u

easeinp

Channel segment function:

ease-in with configurable acceleration

频道分类功能:易用性与可配置的加速度

u

easeinp(number)

u

easeout

Channel segment function:

ease-out频道分类功能:淡出

u

easeout()

u

easeoutp

Channel segment function:

ease-out with configurable acceleration

频道分类功能:易于用可配置的加速度

u

easeoutp(number)

u

easep

Channel segment function: ease-in and

-out with configurable acceleration 频道分类功能:缓解时间和输出,可配置的加速度

u

easep(number)

u

edgegrouplist Returns the list of edge groups in a surface

node 返回一个表面边缘节点组的列表

u

edgegrouplist(surface_node)

u

edgegroupmask Returns the list of edge groups matching a pattern

in a surface node 返回一个表面节点相匹配的图案边缘的组的列表

u

edgegroupmask(surface_node,

pattern)

u

eval

Evaulates a string as an expression

returning a float. Evaulates一个字符串作为返回一个浮点数的表达式。

u

eval_r(expression)

u

evals

Evaulates a string as an expression returning a

string Evaulates一个字符串作为表达式返回一个字符串

u

evals(expression)

u

executeb

Runs a string as an HScript command

and returns the command and error output 运行一个字符串作为HScript命令并返回命令和错误输出

u

execute(command)

u

execute

Runs a string as an HScript command

and returns the command’s output 运行一个字符串作为HScript命令并返回命令的输出

u

executeb(command)

u

executee

Runs a string as an HScript command and returns

any error output 运行一个字符串作为HScript命令并返回任何错误输出

u

executee(command)

u

exp

Returns the logarithmic exponentiation

of the argument. 返回参数的对数幂。

u

exp(number)

u

explodematrix Explodes a 3×3 or 4×4 matrix into the euler

rotations required to rebuild it 爆炸一个3×3或4×4矩阵为重建它需要的Euler旋转

u

explodematrix(mat, trs, xyz,

component)

u

explodematrixp Explodes a 3×3 or 4×4 matrix into the euler

rotations required to rebuild it 爆炸一个3×3或4×4矩阵为重建它需要的Euler旋转

u

explodematrixp(mat, p, trs,

xyz, component)

u

findfileSearches the Houdini path for a

file 搜索胡迪尼路径的文件

u

findfile(filename)

u

fit

Fits a value from one

range to another 从一个范围到另一个适合的值

u

fit(num,

oldmin, oldmax, newmin,

newmax)

u

fit01

Fits a value to the 0-1

range 适合的值到0-1范围

u

fit01(num, newmin,

newmax)

u

fit10

Fits a number in the 0-1

range 适合数量在0-1范围内

u

fit10(num, newmin,

newmax)

u

fit11

Fits a number to the -1 to 1

range 适合数目的-1到1的范围

u

fit11(num, newmin,

newmax)

u

floor

Returns the largest integer not

greater than a number 返回的最大整数不是一个大于当前的数值

u

floor(number)

u

frac

Returns the fractional part of a floating-point

number 返回一个浮点数的小数部分

u

frac(number)

u

ftoaConverts a number to a string

将数字转换为字符串

u

ftoa(number)

u

groupbyval

Returns a string describing the

set of elements with a given value for an integer

attribute. 返回描述该组与一个整数属性的给定值的元素的字符串。

u

groupbyval(surface_node, class,

attribute, id)

u

groupbyvals Returns a string describing the set of elements

with a given value for a string

attribute返回描述元素的集合与给定值的字符串属性的字符串

u

groupbyvals(surface_node, class,

attribute, id)

u

hasdetailattrib Returns 1 if a

specified detail attribute exists

如果一个指定详细属性存在,返回1

u

hasdetailattrib(surface_node,

attribute)

u

haspointattrib Returns 1 if a specified point attribute

exists返回1,如果一个指定的点属性存在

u

haspointattrib(surface_node,

attribute)

u

hasprim

Returns 1 if a specified

primitive is in a specified group返回1,如果指定的图元是在一个指定的组

u

hasprim(group_name, surface_node,

prim_num)

u

hasprimattrib Returns 1 if a specified point attribute

exists返回1,如果一个指定的点属性存在

u

hasprimattrib(surface_node,

attribute)

u

hasvertexattrib Returns 1 if a specified vertex attribute

exists. 返回1,如果指定的顶点属性存在。

u

hasvertexattrib(surface_node,

attribute)

u

hextoint

Converts a hexadecimal argument

string into an integer一个十六进制的参数字符串转换成整数

u

hextoint(value)

u

hsv

Converts RGB values to HSV

components 转换成RGB值到HSV分量

u

hsv(red, green, blue,

component)

u

ic

Evaluates a CHOP’s input channel

at a specific index 评估CHOP的输入通道在某一特定指数

u

ic(input_index, channel_index,

index)

u

ice

Returns the end index of a

CHOP’s input. 返回印章的输入的结束索引。

u

ice(input_index)

u

icl

Returns the length of a CHOP’s

input, in samples 返回CHOP的输入的长度,在采样

u

icl(input_index)

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。