Cyclone 3DR Script
from Technodigit, part of Hexagon. Copyright 1997-2024.
Loading...
Searching...
No Matches
Deprecated List
Member SCloud::ExplodeWithInspectionSteps ()
This function is deprecated. Use ScalarSteps instead.
Member SCloud::FilterWithInspectionValues (Array< SCloud > cloudOfPoints, number lowerThreshold, number upperThreshold, OutputCloudsTypeInspectionValuesEnum outputCloudsType=SCloud.Both)
This function is deprecated. Use FilterWithScalarRange() instead.
Member ScriptUtil::copydircontent (string srcDir, string destDir)
This function is deprecated. Use CopyDirContent() instead.
Member ScriptUtil::mkdir (string path)
This function is deprecated. Use MkDir() instead.
Member ScriptUtil::OpenRsh (string fileName, boolean clearDoc=false, boolean applyUnit=false)
This function is deprecated. Use OpenDoc() instead.
Member ScriptUtil::RemoveSplit ()
This function is deprecated.
Member ScriptUtil::SaveRsh (string fileName, boolean isOverWrite)
This function is deprecated. Use SaveDoc() instead.
Member ScriptUtil::SetViewDir (SVector dir, SVector up)
This function is deprecated. Use SetCameraDirection() instead.
Member ScriptUtil::SetViewDir (ViewDirEnum dir)
This function is deprecated. Use SetCameraDirection() instead.
Member SDialog::AddLine (string label, boolean isInput, Object labParams={}, string defaultInput="")
This function is deprecated. Use AddBoolean(), AddTextField()... instead.
Member SDialog::AddLine (string label, boolean isInput, Object labParams={}, number defaultInput=0)

This function is deprecated. Use AddBoolean(), AddTextField()... instead.

This function is deprecated. Use AddBoolean(), AddTextField()... instead.

Member SDialog::AddOutput (string label, string output, Object labParams={}, Object outParams={})
This function is deprecated. Use AddBoolean(), AddTextField()... instead.
Member SDialog::Execute ()
This function is deprecated. Use Run() instead.
Member SMultiline::Save (string filePath, SMatrix coordinateSystemMatrix=SMatrix())
IGES format is deprecated in this function. Use SShape.New(SMultiline multiline, SmoothingMethod method) instead.
Member SPoly::Extrusion (SMultiline profile, SMultiline path, boolean turnWithPath=true, boolean perpendicularToPath=true, SMultiline secondPath=null, RotateEnum option=SPoly.ROTATE_AUTO, SPoint rotatePt=null)
This function is deprecated. Use ProfileAlongPath() instead.
Member SPoly::ProfileAlongPath (SComp profile, SComp path, boolean makePerpendicular, boolean turnWthCurve, boolean usePathToLeanOn, boolean startAtProfilePosition, boolean closeExtremities, SComp pathToLeanOn)
This function is deprecated. Use the other ProfileAlongPath() instead.
Member STexturingUtil::ConvertColorToTexture (SPoly meshToTexture, number pixelsPerTriangle, boolean isUpdateOnlyTriWithoutTexture=false)
This function is deprecated. Use STexturing.ConvertInspectionToTexture() instead.
Member STexturingUtil::TakeColorFromClouds (SPoly meshToColor, Array< SCloud > cloudsTable, number ignoreOver, number resetColor, number defaultRed, number defaultGreen, number defaultBlue)
This function is deprecated. Use STexturing.TextureFromClouds() instead.