HybridShapeRollingOffset (Object)

The RollingOffset feature

Properties


Property Offset() As (Read Only)
Role: To get_Offset on the object.
Parameters:
oOffset
offset value return value for CATScript applications, with (IDLRETVAL) function type
See also:
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:
Property Support() As
Role: To manage the support on the object.
Parameters:
iSupport
return value for CATScript applications, with (IDLRETVAL) function type
See also:
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:

Methods


Func getCurve( iPos) As
Role: To get_Curve on the object.
Parameters:
iPos
Position
See also:
long
Parameters:
oCurve
return value for CATScript applications, with (IDLRETVAL) function type
See also:
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:
Func getNbCurve() As
Role: To get_NbCurve on the object.
Parameters:
CurvesNb
Number of curves
See also:
long
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:
Func getOffset() As
Role: To getOffset on the object.
Parameters:
oOffset
offset value
See also:
double
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:
Sub putCurve( iCurve)
Role: To add or remove a curve on the object.
Parameters:
iCurve
Curve to Add/Remove if not present in the list, or to remove.
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:
Sub putOffset( iOffset)
Role: To put_Offset on the object.
Parameters:
iOffset
offset value
See also:
double
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also: