SetSymmetrizePolygonOpRefPlane

導入

v3.5

カテゴリ

operator

詳細

入力リファレンス プレーンから Symmetrize Polygons オペレータの対称プレーンに値をコピーします。

スクリプト構文

SetSymmetrizePolygonOpRefPlane( InputObjs, RefPlane );

パラメータ

パラメータ タイプ 詳細
InputObjs 文字列 ターゲット Symmetrize Polygons オペレータ
RefPlane 文字列 ソース リファレンス プレーンの名前(XY、XZ、YZ、View 以外)

VBScript の例

'This example creates a sphere and a reference plane,
'and uses that reference plane as a symmetry axis for
'the symmetrize polygon operator.
'
'It then reset the reference plane and set it back
'from the symmetrize polygon operator.
'Create the sphere and the reference plane
NewScene
CreatePrim "Sphere", "MeshSurface"
SetTransientReferencePlane "sphere.poly[5]"
'Apply SymmetrizePolygon on some polygons
ApplyTopoOp "SymmetrizePolygon", "sphere.poly[0-20]", siUnspecified, siPersistentOperation
'Use the reference plane as symmetry axis
SetSymmetrizePolygonOpRefPlane "sphere.polymsh.symmetrizepolygonop", "Transform"
'Reset the reference plane
SetTransientReferencePlane "sphere"
'Set the reference plane from the symmtry axis of the operator
SetRefPlaneFromSymmetrizePolygonOp "Transform", "sphere.polymsh.symmetrizepolygonop"

関連項目

SetRefPlaneFromSymmetrizePolygonOp