feature_mirror_node_by_name#

镜像对象#

图块代码

../../_images/feature_mirror_node_by_name.png

javascript

jih_doc.feature_mirror_node_by_name(op, name, axis_dir, color)

python

jih_doc.feature_mirror_node_by_name(op, name, axis_dir, color)

npl

jih_doc:feature_mirror_node_by_name(op, name, axis_dir, color)

参数#

参数

类型

默认值

说明

op

string

“union”

name

string

“object1”

axis_dir

string

“‘x’”

color

string

“#ffc658”

示例#

jih_doc.feature_mirror_node_by_name("union", 'object1', 'x', "#ffc658")
jih_doc.feature_mirror_node_by_name("union", 'object1', 'x', "#ffc658")
jih_doc:feature_mirror_node_by_name("union", 'object1', 'x', "#ffc658")