Deprecated List



Your Ad Here

Member XSI::Application::ExecuteCommand (const CString &in_name, const CValueArray &in_args, CValue &io_val) const
3.5 This version is kept for backward compatibility, please use the new version instead.
Parameters:
in_name  Command scripting name.
in_args  Array of values containing the arguments to pass to the command. Because this argument is defined as const, the array cannot be updated with the output argument values returned by the command. You should use the other version of ExecuteCommand defined with a CValueArray& argument if you need to access the output argument values.
io_val  The value returned by the command.
Returns:
CStatus::OK success

CStatus::Fail failure

Member XSI::Geometry::SetupClosestLocationQueries (siClosestLocationMethod in_method=siClosestSurface, MATH::CTransformation *in_pTransfo=NULL, LONG in_nbFacetsToRestrictSearch=-1, const LONG *in_pFacetsToRestrictSearch=NULL)
6.0 Use the other overloaded version of this function where the argument in_nbLocatorsToBeQueried is present.

Class ImageClip
4.0 (but plug-ins using this class will continue to run in XSI).

Member XSI::Menu::PutFilter (const CString &in_strFilter)
6.0 This method is required for backward compatibility, use MenuItem::Filter instead.

Member XSI::PortGroup::AddInputPort (const CRef &target, const CString &name=CString(), LONG insertat=-1, LONG flags=0, CStatus *pst=0)
5.1 This method is obsolete and must not be used. Use CustomOperator::AddInputPort instead.
Parameters:
target  Object to be connected to the port.
name  Port name.
insertat  Port index within group.
flags  Mask of input port flags described by siPortFlags.
Return values:
pst  The returned status code, returns CStatus::OK for success.
Returns:
A reference to the new InputPort.

Member XSI::PortGroup::AddOutputPort (const CRef &target, const CString &name=CString(), LONG insertat=-1, LONG flags=0, CStatus *pst=0)
5.1 This method is obsolete and must not be used. Use CustomOperator::AddOutputPort instead.
Parameters:
target  Object to be connected to the port.
name  Port name.
insertat  Port index within group.
flags  Mask of output port flags described by siPortFlags.
Return values:
pst  The returned status code, returns CStatus::OK for success.
Returns:
A reference to the new OutputPort.

Member XSI::PortGroup::AddIOPort (const CRef &target, const CString &name=CString(), LONG insertat=-1, LONG flags=0, CStatus *pst=0)
5.1 This method is obsolete and must not be used. Use CustomOperator::AddIOPort instead.
Parameters:
target  Object to be connected to the port.
name  Port name.
insertat  Port index within group.
flags  Mask of port flags described by siPortFlags.
Return values:
pst  The returned status code, returns CStatus::OK for success.
Returns:
Array of references to the new input and output ports.

Member XSI::SceneItem::AddProperty (const CString &in_preset, bool in_bBranch, const CString &in_name, Property &out_prop)
4.0 (but still maintained for backward compatibility)

Member XSI::Shader::GetOutputType () const
5.0 (Shader::GetOutputType2 uses siShaderParameterType enum values instead of siShaderOutputType)

Return to Softimage XSI Index


Your Ad Here