Introduced
2.0
Description
Connects a curve to the CurveListToMesh operator for the bevel profile.
Scripting Syntax
ConnectBevelProfileCurve( Target, Source )
Parameters
|
Parameter |
Type |
Description |
|
Target |
The CurveListToMesh operator |
|
|
Source |
The bevel profile |
Examples
VBScript Example
SICreateCurve "crvlist", 3, 0 SIAddPointOnCurveAtEnd "crvlist", -3.524, -2.457, 0.000, False SIAddPointOnCurveAtEnd "crvlist", -1.563, -1.972, 0.000, False SIAddPointOnCurveAtEnd "crvlist", -3.019, -1.098, 0.000, False SIAddPointOnCurveAtEnd "crvlist", -1.796, -0.748, 0.000, False SIAddPointOnCurveAtEnd "crvlist", -3.097, 0.301, 0.000, False SIAddPointOnCurveAtEnd "crvlist", -1.485, 0.340, 0.000, False CreateMeshText "CurveListToSolidMeshForText", siPersistentOperation SetValue "polymsh.polymsh.CurveListToMesh.extrudelength", 0.000 SetValue "polymsh.polymsh.CurveListToMesh.beveldepth", 0.050 ConnectBevelProfileCurve "polymsh.polymsh.CurveListToMesh.bevelprofilepreset", "crvlist" ' result = The bevel profile uses the curve created at first place
Autodesk Softimage v7.5