Cyclone 3DR Script
from Technodigit, part of Hexagon. Copyright 1997-2023.
Loading...
Searching...
No Matches
Deprecated List
Member SCloud::hasScanDir ()
This function is deprecated. Use HasScanDir() instead.
Member SCloud::ScanToMesh (MeshingMode meshingMode, boolean textureFromCloud, boolean ignoreScanDir)
This function is deprecated. Use SPoly.ScanToMesh() 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 SCwCloud::RegeneratePoints ()
This function is deprecated. You no longer need to regenerate points.
Member SCwCloud::ScanToMesh (CWMeshingMode meshingMode, boolean textureFromCloud, boolean ignoreScanDir)
This function is deprecated. Use SPoly.ScanToMesh() 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.