OpenTD.ThermalDesktop Class Reference
Last update: 16.07.2025Represents one instance of Thermal Desktop. This is the top-level class for interacting with OpenTD. More...

Public Member Functions | |
| AcEllipse | CreateAcEllipse () |
| Creates a new Ellipse in this Thermal Desktop instance. | |
| AcEllipse | GetAcEllipse (string handle, bool searchXREFS=false) |
| Gets an existing Ellipse from this TD instance. | |
| List< AcEllipse > | GetAcEllipses (bool searchXREFS=false) |
| Gets all the Ellipses in this TD instance. | |
| Arc | CreateArc () |
| Creates a new Arc in this Thermal Desktop instance. | |
| Arc | GetArc (string handle, bool searchXREFS=false) |
| Gets an existing Arc from this TD instance. | |
| List< Arc > | GetArcs (bool searchXREFS=false) |
| Gets all the Arcs in this TD instance. | |
| ArrayInterpolation | CreateArrayInterpolation (IEnumerable< double > xValues, IEnumerable< double > yValues, string outputSymbol) |
| Creates a new ArrayInterpolation using defaults from this TD instance. | |
| CaseSet | CreateCaseSet (string name, string groupName="", string sindaFilenames="") |
| Creates a new Case Set using defaults from this TD instance. | |
| void | DeleteCaseSet (string caseName, string groupName="") |
| Deletes a Case Set within this TD instance. | |
| CaseSet | GetCaseSet (string name, string groupName="") |
| Gets an existing Case Set from this TD instance. | |
| List< CaseSet > | GetCaseSets () |
| Gets all the Case Sets in this TD instance. | |
| Circle | CreateCircle () |
| Creates a new Circle in this Thermal Desktop instance. | |
| Circle | GetCircle (string handle, bool searchXREFS=false) |
| Gets an existing Circle from this TD instance. | |
| List< Circle > | GetCircles (bool searchXREFS=false) |
| Gets all the Circles in this TD instance. | |
| Conductor | CreateConductor (Connection from, Connection to) |
| Creates a new Conductor using defaults from this TD instance. | |
| Conductor | CreateConductor (Connection from, IEnumerable< Connection > to) |
| Creates a new Conductor using defaults from this TD instance. | |
| Conductor | GetConductor (string handle, bool searchXREFS=false) |
| Gets an existing Conductor from this TD instance. | |
| List< Conductor > | GetConductors (bool searchXREFS=false) |
| Gets all the Conductors in this TD instance. | |
| Contactor | CreateContactor (IEnumerable< Connection > from, IEnumerable< Connection > to) |
| Creates a new Contactor using defaults from this TD instance. | |
| Contactor | CreateContactor (Connection from, IEnumerable< Connection > to) |
| Creates a new Contactor using defaults from this TD instance. | |
| Contactor | CreateContactor (IEnumerable< Connection > from, Connection to) |
| Creates a new Contactor using defaults from this TD instance. | |
| Contactor | CreateContactor (Connection from, Connection to) |
| Creates a new Contactor using defaults from this TD instance. | |
| Contactor | GetContactor (string handle, bool searchXREFS=false) |
| Gets an existing Contactor from this TD instance. | |
| List< Contactor > | GetContactors (bool searchXREFS=false) |
| Gets all the Contactors in this TD instance. | |
| IDbIterator | CreateDbIterator (bool forward=true, bool modelSpace=true, bool xRefs=false, bool paperSpace=false, bool tdOnly=true) |
| Creates an iterator for walking the AutoCAD entity database. | |
| int | GetNumberOfDbObjects (bool forward=true, bool modelSpace=true, bool xRefs=false, bool paperSpace=false, bool tdOnly=true) |
| IDomainManager | GetDomainManager () |
| Gets an IDomainManager for working with domains in this TD instance. | |
| DynamicSindaStatus | GetDynamicSindaStatus () |
| Cappmp | CreateCappmp (Connection fromLump, Connection toLump, Connection Node=null) |
| Creates a new cappmp using defaults from this TD instance. | |
| Cappmp | GetCappmp (string handle, bool searchXREFS=false) |
| Gets an existing cappmp from this TD instance. | |
| List< Cappmp > | GetCappmps (bool searchXREFS=false) |
| Gets all the cappmps in this TD instance. | |
| Compartment | CreateCompartment (List< List< Connection > > volumes, List< List< Connection > > surfaces=null) |
| Creates a new Compartment using defaults from this TD instance. | |
| Compartment | GetCompartment (string handle, bool searchXREFS=false) |
| Gets an existing Compartment from this TD instance. | |
| List< Compartment > | GetCompartments (bool searchXREFS=false) |
| Gets all the Compartments in this TD instance. | |
| FkLocator | CreateFkLocator (string attachedHandle, Point3d origin) |
| Creates a new FkLocator using defaults from this TD instance. | |
| FkLocator | GetFkLocator (string handle, bool searchXREFS=false) |
| Gets an existing FkLocator from this TD instance. | |
| List< FkLocator > | GetFkLocators (bool searchXREFS=false) |
| Gets all the FkLocators in this TD instance. | |
| FluidSubmodel | CreateFluidSubmodel (string name) |
| Creates a new fluid submodel using defaults from this TD instance. | |
| void | DeleteFluidSubmodel (string name) |
| Deletes a fluid submodel within this TD instance. | |
| FluidSubmodel | GetFluidSubmodel (string name) |
| Gets an existing fluid submodel from this TD instance. | |
| List< FluidSubmodel > | GetFluidSubmodels (bool searchXREFS=false) |
| Gets all the fluid submodels in this TD instance. | |
| FTie | CreateFTie (Connection AttachedLumpC, Connection AttachedLumpD, Connection AttachedPath, RcFTieData.FTieTypes FTieType=RcFTieData.FTieTypes.USERFTIE) |
| Creates a new FTie using defaults from this TD instance. | |
| FTie | GetFTie (string handle, bool searchXREFS=false) |
| Gets an existing FTie from this TD instance. | |
| List< FTie > | GetFTies (bool searchXREFS=false) |
| Gets all the FTies in this TD instance. | |
| IFace | CreateIFace (Connection TankA, Connection TankB) |
| Creates a new IFace using defaults from this TD instance. | |
| IFace | GetIFace (string handle, bool searchXREFS=false) |
| Gets an existing IFace from this TD instance. | |
| List< IFace > | GetIFaces (bool searchXREFS=false) |
| Gets all the IFaces in this TD instance. | |
| Lump | CreateLump () |
| Creates a new Lump using defaults from this TD instance. | |
| Lump | GetLump (string handle, bool searchXREFS=false) |
| Gets an existing Lump from this TD instance. | |
| List< Lump > | GetLumps (bool searchXREFS=false) |
| Gets all the Lumps in this TD instance. | |
| Path | CreatePath (Connection from, Connection to, Path.PathTypes pType=Path.PathTypes.TUBE, bool twinPath=false) |
| Creates a new Path using defaults from this TD instance. | |
| Path | GetPath (string handle, bool searchXREFS=false) |
| Gets an existing Path from this TD instance. | |
| List< Path > | GetPaths (bool searchXREFS=false) |
| Gets all the Paths in this TD instance. | |
| Pipe | CreatePipe (DbObject centerline) |
| Pipe | CreatePipe (IEnumerable< string > centerlineHandles) |
| Creates a new Pipe using defaults from this TD instance. | |
| Pipe | GetPipe (string handle, bool searchXREFS=false) |
| Gets an existing Pipe from this TD instance. | |
| List< Pipe > | GetPipes (bool searchXREFS=false) |
| Gets all the Pipes in this TD instance. | |
| Port | CreatePort (Connection connection) |
| Creates a new Port using defaults from this TD instance. Pass an empty connection to create a port that's not attached to anything. | |
| Port | GetPort (string handle, bool searchXREFS=false) |
| Gets an existing Port from this TD instance. | |
| List< Port > | GetPorts (bool searchXREFS=false) |
| Gets all the Ports in this TD instance. | |
| Tee | CreateTee (IEnumerable< string > mainBranchHandles, string sideBranchHandle) |
| Creates a new Tee from a main branch and side branch using defaults from this TD instance. | |
| Tee | CreateTee (IEnumerable< string > mainBranchHandles, Point3d origin) |
| Creates a new Tee from a main branch and a location using defaults from this TD instance. | |
| Tee | GetTee (string handle, bool searchXREFS=false) |
| Gets an existing Tee from this TD instance. | |
| List< Tee > | GetTees (bool searchXREFS=false) |
| Gets all the Tees in this TD instance. | |
| Tie | CreateTie (IEnumerable< Connection > thermals, IEnumerable< Connection > lumps, IEnumerable< string > paths) |
| Creates a new Tie using defaults from this TD instance. | |
| Tie | GetTie (string handle, bool searchXREFS=false) |
| Gets an existing Tie from this TD instance. | |
| List< Tie > | GetTies (bool searchXREFS=false) |
| Gets all the Ties in this TD instance. | |
| Heater | CreateHeater (IEnumerable< Connection > applyConnections, IEnumerable< Connection > sensorConnections) |
| Creates a new Heater using defaults from this TD instance. | |
| Heater | GetHeater (string handle, bool searchXREFS=false) |
| Gets an existing Heater from this TD instance. | |
| List< Heater > | GetHeaters (bool searchXREFS=false) |
| Gets all the Heaters in this TD instance. | |
| HeatLoad | CreateHeatLoad (IEnumerable< Connection > applyConnections) |
| Creates a new HeatLoad using defaults from this TD instance. | |
| HeatLoad | CreateHeatLoad (Connection applyConnection) |
| Creates a new HeatLoad using defaults from this TD instance. | |
| HeatLoad | GetHeatLoad (string handle, bool searchXREFS=false) |
| Gets an existing HeatLoad from this TD instance. | |
| List< HeatLoad > | GetHeatLoads (bool searchXREFS=false) |
| Gets all the HeatLoads in this TD instance. | |
| Helix | CreateHelix () |
| Creates a new Helix in this Thermal Desktop instance. | |
| Helix | GetHelix (string handle, bool searchXREFS=false) |
| Gets an existing Helix from this TD instance. | |
| List< Helix > | GetHelices (bool searchXREFS=false) |
| Gets all the Helixs in this TD instance. | |
| Layer | CreateLayer (string name) |
| Creates a new Layer using defaults from this TD instance. | |
| void | DeleteLayer (string name) |
| Deletes a Layer within this TD instance. | |
| Layer | GetLayer (string handle) |
| Gets an existing Layer from this TD instance. Note: this method accecpts an AutoCAD handle, not a layer name. | |
| Layer | GetLayerByName (string name) |
| Gets an existing Layer from this TD instance, based on the layer name. | |
| List< Layer > | GetLayers (bool searchXREFS=false) |
| Gets all the Layers in this TD instance. | |
| Line | CreateLine (Point3d pointA, Point3d pointB) |
| Creates a new Line in this TD instance. | |
| Line | GetLine (string handle, bool searchXREFS=false) |
| Gets an existing Line from this TD instance. | |
| List< Line > | GetLines (bool searchXREFS=false) |
| Gets all the Lines in this TD instance. | |
| void | DeleteLogicObject (string handle) |
| Deletes a LogicObject within this TD instance. | |
| List< LogicObject > | GetLogicObjects (bool searchXREFS=false) |
| Gets all the LogicObjects in this TD instance. | |
| MaterialStack | CreateMaterialStack (string caseSensitiveName) |
| Creates a new Material Stack using defaults from this TD instance. | |
| void | DeleteMaterialStack (string caseSensitiveName) |
| Deletes a Material Stack within this TD instance. | |
| MaterialStack | GetMaterialStack (string caseSensitiveName) |
| Gets an existing Material Stack from this TD instance. | |
| List< MaterialStack > | GetMaterialStacks (bool searchXREFS=false) |
| Gets all the Material Stacks in this TD instance. | |
| Measure | CreateMeasure () |
| Creates a new Measure using defaults from this TD instance. | |
| Measure | GetMeasure (string handle, bool searchXREFS=false) |
| Gets an existing Measure from this TD instance. | |
| List< Measure > | GetMeasures (bool searchXREFS=false) |
| Gets all the Measures in this TD instance. | |
| MeasureMappingTolerances | GetMeasureMappingTolerances () |
| Gets the mapping tolerances used by Measures in this TD instance. | |
| Model | GetModel () |
| Gets a Model representing all OpenTD-supported entities in this TD instance. | |
| Node | CreateNode () |
| Creates a new Node using defaults from this TD instance. | |
| Node | CreateNode (Point3d origin) |
| Creates a new Node with a given origin using defaults from this TD instance. | |
| Node | GetNode (string handle, bool searchXREFS=false) |
| Gets an existing Node from this TD instance. | |
| List< Node > | GetNodes (bool searchXREFS=false) |
| Gets all the Nodes in this TD instance. | |
| Notes | GetNotes () |
| Gets the dwg notes from this TD instance. | |
| PID | CreatePID () |
| Creates a new PID using defaults from this TD instance. | |
| Polyline | CreatePolyline () |
| Creates a new LWPolyline in this Thermal Desktop instance. | |
| Polyline | GetPolyline (string handle, bool searchXREFS=false) |
| Gets an existing LWPolyline from this TD instance. | |
| List< Polyline > | GetPolylines (bool searchXREFS=false) |
| Gets all the LWPolylines in this TD instance. | |
| Polyline3d | CreatePolyline3d (IEnumerable< Point3d > vertices, bool closed=false) |
| Creates a new 3d polyline in this Thermal Desktop instance. | |
| Polyline3d | GetPolyline3d (string handle, bool searchXREFS=false) |
| Gets an existing 3d polyline from this TD instance. | |
| List< Polyline3d > | GetPolyline3ds (bool searchXREFS=false) |
| Gets all the 3d polylines in this TD instance. | |
| DataMapper | CreatePostProcessingDataMapper (string inputPathname, UnitsData.ModelLength inputUnit, DataMapper.FileFormats inputFileFormat, bool loadGroupsFromPatran=false, string patranPathname="", bool useUCS=false) |
| Creates a new PostProcessingDataMapper using defaults from this TD instance. | |
| DataMapper | GetPostProcessingDataMapper (string handle, bool searchXREFS=false) |
| Gets an existing PostProcessingDataMapper from this TD instance. | |
| List< DataMapper > | GetPostProcessingDataMappers (bool searchXREFS=false) |
| Gets all the PostProcessingDataMappers in this TD instance. | |
| PressureLoad | CreatePressureLoad (IEnumerable< Connection > appliedTo) |
| Creates a new PressureLoad using defaults from this TD instance. | |
| PressureLoad | GetPressureLoad (string handle, bool searchXREFS=false) |
| Gets an existing PressureLoad from this TD instance. | |
| List< PressureLoad > | GetPressureLoads (bool searchXREFS=false) |
| Gets all the PressureLoads in this TD instance. | |
| Assembly | CreateAssembly (Point3d origin) |
| Creates a new Assembly using defaults from this TD instance. | |
| Assembly | GetAssembly (string handle, bool searchXREFS=false) |
| Gets an existing Assembly from this TD instance. | |
| List< Assembly > | GetAssemblies (bool searchXREFS=false) |
| Gets all the Assemblys in this TD instance. | |
| Cone | CreateCone () |
| Creates a new Cone using defaults from this TD instance. | |
| Cone | GetCone (string handle, bool searchXREFS=false) |
| Gets an existing Cone from this TD instance. | |
| List< Cone > | GetCones (bool searchXREFS=false) |
| Gets all the Cones in this TD instance. | |
| Cylinder | CreateCylinder () |
| Creates a new Cylinder using defaults from this TD instance. | |
| Cylinder | GetCylinder (string handle, bool searchXREFS=false) |
| Gets an existing Cylinder from this TD instance. | |
| List< Cylinder > | GetCylinders (bool searchXREFS=false) |
| Gets all the Cylinders in this TD instance. | |
| Disk | CreateDisk () |
| Creates a new Disk using defaults from this TD instance. | |
| Disk | GetDisk (string handle, bool searchXREFS=false) |
| Gets an existing Disk from this TD instance. | |
| List< Disk > | GetDisks (bool searchXREFS=false) |
| Gets all the Disks in this TD instance. | |
| Ellipse | CreateEllipse () |
| Creates a new Ellipse using defaults from this TD instance. | |
| Ellipse | GetEllipse (string handle, bool searchXREFS=false) |
| Gets an existing Ellipse from this TD instance. | |
| List< Ellipse > | GetEllipses (bool searchXREFS=false) |
| Gets all the Ellipses in this TD instance. | |
| Ellipsoid | CreateEllipsoid () |
| Creates a new Ellipsoid using defaults from this TD instance. | |
| Ellipsoid | GetEllipsoid (string handle, bool searchXREFS=false) |
| Gets an existing Ellipsoid from this TD instance. | |
| List< Ellipsoid > | GetEllipsoids (bool searchXREFS=false) |
| Gets all the Ellipsoids in this TD instance. | |
| EllipticCone | CreateEllipticCone () |
| Creates a new EllipticCone using defaults from this TD instance. | |
| EllipticCone | GetEllipticCone (string handle, bool searchXREFS=false) |
| Gets an existing EllipticCone from this TD instance. | |
| List< EllipticCone > | GetEllipticCones (bool searchXREFS=false) |
| Gets all the Cones in this TD instance. | |
| EllipticCylinder | CreateEllipticCylinder () |
| Creates a new EllipticCylinder using defaults from this TD instance. | |
| EllipticCylinder | GetEllipticCylinder (string handle, bool searchXREFS=false) |
| Gets an existing EllipticCylinder from this TD instance. | |
| List< EllipticCylinder > | GetEllipticCylinders (bool searchXREFS=false) |
| Gets all the EllipticCylinders in this TD instance. | |
| SolidBrick | CreateSolidBrick () |
| Creates a new SolidBrick using defaults from this TD instance. | |
| SolidBrick | GetSolidBrick (string handle, bool searchXREFS=false) |
| Gets an existing SolidBrick from this TD instance. | |
| List< SolidBrick > | GetSolidBricks (bool searchXREFS=false) |
| Gets all the SolidBricks in this TD instance. | |
| SolidCone | CreateSolidCone () |
| Creates a new SolidCone using defaults from this TD instance. | |
| SolidCone | GetSolidCone (string handle, bool searchXREFS=false) |
| Gets an existing SolidCone from this TD instance. | |
| List< SolidCone > | GetSolidCones (bool searchXREFS=false) |
| Gets all the SolidCones in this TD instance. | |
| SolidCylinder | CreateSolidCylinder () |
| Creates a new SolidCylinder using defaults from this TD instance. | |
| SolidCylinder | GetSolidCylinder (string handle, bool searchXREFS=false) |
| Gets an existing SolidCylinder from this TD instance. | |
| List< SolidCylinder > | GetSolidCylinders (bool searchXREFS=false) |
| Gets all the SolidCylinders in this TD instance. | |
| SolidEllipsoid | CreateSolidEllipsoid () |
| Creates a new SolidEllipsoid using defaults from this TD instance. | |
| SolidEllipsoid | GetSolidEllipsoid (string handle, bool searchXREFS=false) |
| Gets an existing SolidEllipsoid from this TD instance. | |
| List< SolidEllipsoid > | GetSolidEllipsoids (bool searchXREFS=false) |
| Gets all the SolidEllipsoids in this TD instance. | |
| SolidSphere | CreateSolidSphere () |
| Creates a new SolidSphere using defaults from this TD instance. | |
| SolidSphere | GetSolidSphere (string handle, bool searchXREFS=false) |
| Gets an existing SolidSphere from this TD instance. | |
| List< SolidSphere > | GetSolidSpheres (bool searchXREFS=false) |
| Gets all the SolidSpheres in this TD instance. | |
| LinearBrick | CreateLinearBrick (IEnumerable< string > nodeHandles) |
| Creates a new LinearBrick using defaults from this TD instance. | |
| LinearBrick | GetLinearBrick (string handle, bool searchXREFS=false) |
| Gets an existing LinearBrick from this TD instance. | |
| List< LinearBrick > | GetLinearBricks (bool searchXREFS=false) |
| Gets all the LinearBricks in this TD instance. | |
| LinearPyramid | CreateLinearPyramid (IEnumerable< string > nodeHandles) |
| Creates a new LinearPyramid using defaults from this TD instance. | |
| LinearPyramid | GetLinearPyramid (string handle, bool searchXREFS=false) |
| Gets an existing LinearPyramid from this TD instance. | |
| List< LinearPyramid > | GetLinearPyramids (bool searchXREFS=false) |
| Gets all the LinearPyramids in this TD instance. | |
| LinearQuad | CreateLinearQuad (IEnumerable< string > nodeHandles) |
| Creates a new LinearQuad using defaults from this TD instance. | |
| LinearQuad | GetLinearQuad (string handle, bool searchXREFS=false) |
| Gets an existing LinearQuad from this TD instance. | |
| List< LinearQuad > | GetLinearQuads (bool searchXREFS=false) |
| Gets all the LinearQuads in this TD instance. | |
| LinearTet | CreateLinearTet (IEnumerable< string > nodeHandles) |
| Creates a new LinearTet using defaults from this TD instance. | |
| LinearTet | GetLinearTet (string handle, bool searchXREFS=false) |
| Gets an existing LinearTet from this TD instance. | |
| List< LinearTet > | GetLinearTets (bool searchXREFS=false) |
| Gets all the LinearTets in this TD instance. | |
| LinearTri | CreateLinearTri (IEnumerable< string > nodeHandles) |
| Creates a new LinearTri using defaults from this TD instance. | |
| LinearTri | GetLinearTri (string handle, bool searchXREFS=false) |
| Gets an existing LinearTri from this TD instance. | |
| List< LinearTri > | GetLinearTris (bool searchXREFS=false) |
| Gets all the LinearTris in this TD instance. | |
| LinearWedge | CreateLinearWedge (IEnumerable< string > nodeHandles) |
| Creates a new LinearWedge using defaults from this TD instance. | |
| LinearWedge | GetLinearWedge (string handle, bool searchXREFS=false) |
| Gets an existing LinearWedge from this TD instance. | |
| List< LinearWedge > | GetLinearWedges (bool searchXREFS=false) |
| Gets all the LinearWedges in this TD instance. | |
| QuadraticBrick | CreateQuadraticBrick (IEnumerable< string > nodeHandles) |
| Creates a new QuadraticBrick using defaults from this TD instance. | |
| QuadraticBrick | GetQuadraticBrick (string handle, bool searchXREFS=false) |
| Gets an existing QuadraticBrick from this TD instance. | |
| List< QuadraticBrick > | GetQuadraticBricks (bool searchXREFS=false) |
| Gets all the QuadraticBricks in this TD instance. | |
| QuadraticPyramid | CreateQuadraticPyramid (IEnumerable< string > nodeHandles) |
| Creates a new QuadraticPyramid using defaults from this TD instance. | |
| QuadraticPyramid | GetQuadraticPyramid (string handle, bool searchXREFS=false) |
| Gets an existing QuadraticPyramid from this TD instance. | |
| List< QuadraticPyramid > | GetQuadraticPyramids (bool searchXREFS=false) |
| Gets all the QuadraticPyramids in this TD instance. | |
| QuadraticQuad | CreateQuadraticQuad (IEnumerable< string > nodeHandles) |
| Creates a new QuadraticQuad using defaults from this TD instance. | |
| QuadraticQuad | GetQuadraticQuad (string handle, bool searchXREFS=false) |
| Gets an existing QuadraticQuad from this TD instance. | |
| List< QuadraticQuad > | GetQuadraticQuads (bool searchXREFS=false) |
| Gets all the QuadraticQuads in this TD instance. | |
| QuadraticTet | CreateQuadraticTet (IEnumerable< string > nodeHandles) |
| Creates a new QuadraticTet using defaults from this TD instance. | |
| QuadraticTet | GetQuadraticTet (string handle, bool searchXREFS=false) |
| Gets an existing QuadraticTet from this TD instance. | |
| List< QuadraticTet > | GetQuadraticTets (bool searchXREFS=false) |
| Gets all the QuadraticTets in this TD instance. | |
| QuadraticTri | CreateQuadraticTri (IEnumerable< string > nodeHandles) |
| Creates a new QuadraticTri using defaults from this TD instance. | |
| QuadraticTri | GetQuadraticTri (string handle, bool searchXREFS=false) |
| Gets an existing QuadraticTri from this TD instance. | |
| List< QuadraticTri > | GetQuadraticTris (bool searchXREFS=false) |
| Gets all the QuadraticTris in this TD instance. | |
| QuadraticWedge | CreateQuadraticWedge (IEnumerable< string > nodeHandles) |
| Creates a new QuadraticWedge using defaults from this TD instance. | |
| QuadraticWedge | GetQuadraticWedge (string handle, bool searchXREFS=false) |
| Gets an existing QuadraticWedge from this TD instance. | |
| List< QuadraticWedge > | GetQuadraticWedges (bool searchXREFS=false) |
| Gets all the QuadraticWedges in this TD instance. | |
| FEMeshImporter | CreateFEMeshImporter (string name, bool useCurrentUCS) |
| Creates a new FEMeshImporter. | |
| FEMeshImporter | GetFEMeshImporter (string handle, bool searchXREFS=false) |
| Gets an existing FEMeshImporter from this TD instance. | |
| List< FEMeshImporter > | GetFEMeshImporters (bool searchXREFS=false) |
| Gets all the FEMeshImporters in this TD instance. | |
| MeshFD | CreateMeshFD (IEnumerable< Face > faces, IEnumerable< Point3d > vertices) |
| Creates a new MeshFD using defaults from this TD instance. | |
| MeshFD | GetMeshFD (string handle, bool searchXREFS=false) |
| Gets an existing MeshFD from this TD instance. | |
| List< MeshFD > | GetMeshFDs (bool searchXREFS=false) |
| Gets all the MeshFDs in this TD instance. | |
| OffsetParaboloid | CreateOffsetParaboloid () |
| Creates a new OffsetParaboloid using defaults from this TD instance. | |
| OffsetParaboloid | GetOffsetParaboloid (string handle, bool searchXREFS=false) |
| Gets an existing OffsetParaboloid from this TD instance. | |
| List< OffsetParaboloid > | GetOffsetParaboloids (bool searchXREFS=false) |
| Gets all the OffsetParaboloids in this TD instance. | |
| Ogive | CreateOgive () |
| Creates a new Ogive using defaults from this TD instance. | |
| Ogive | GetOgive (string handle, bool searchXREFS=false) |
| Gets an existing Ogive from this TD instance. | |
| List< Ogive > | GetOgives (bool searchXREFS=false) |
| Gets all the Ogives in this TD instance. | |
| OpticalProps | CreateOpticalProps (string caseSensitiveName) |
| Creates a new optical property using defaults from this TD instance. | |
| void | DeleteOpticalProps (string caseSensitiveName) |
| Deletes an optical property within this TD instance. | |
| OpticalProps | GetOpticalProps (string name) |
| Gets an existing optical property from this TD instance. | |
| List< OpticalProps > | GetOpticalPropss (bool searchXREFS=false) |
| Gets all the optical properties in this TD instance. | |
| Orbit | CreateOrbit (string name) |
| Creates a new orbit using defaults from this TD instance. | |
| void | DeleteOrbit (string name) |
| Deletes an orbit within this TD instance. | |
| Orbit | GetOrbit (string name) |
| Gets an existing orbit from this TD instance. | |
| List< Orbit > | GetOrbits () |
| Gets all the orbits in this TD instance. | |
| ParabolicTrough | CreateParabolicTrough () |
| Creates a new ParabolicTrough using defaults from this TD instance. | |
| ParabolicTrough | GetParabolicTrough (string handle, bool searchXREFS=false) |
| Gets an existing ParabolicTrough from this TD instance. | |
| List< ParabolicTrough > | GetParabolicTroughs (bool searchXREFS=false) |
| Gets all the ParabolicTroughs in this TD instance. | |
| Paraboloid | CreateParaboloid () |
| Creates a new Paraboloid using defaults from this TD instance. | |
| Paraboloid | GetParaboloid (string handle, bool searchXREFS=false) |
| Gets an existing Paraboloid from this TD instance. | |
| List< Paraboloid > | GetParaboloids (bool searchXREFS=false) |
| Gets all the Paraboloids in this TD instance. | |
| Polygon | CreatePolygon (IEnumerable< Point3d > vertices) |
| Creates a new single-face MeshFD using defaults from this TD instance. | |
| Polygon | GetPolygon (string handle) |
| Gets an existing single-face MeshFD from this TD instance. | |
| List< Polygon > | GetPolygons (bool searchXREFS=false) |
| Gets all the Polygons in this TD instance. | |
| Rectangle | CreateRectangle () |
| Creates a new Rectangle using defaults from this TD instance. | |
| Rectangle | GetRectangle (string handle, bool searchXREFS=false) |
| Gets an existing Rectangle from this TD instance. | |
| List< Rectangle > | GetRectangles (bool searchXREFS=false) |
| Gets all the Rectangles in this TD instance. | |
| ScarfedCone | CreateScarfedCone () |
| Creates a new ScarfedCone using defaults from this TD instance. | |
| ScarfedCone | GetScarfedCone (string handle, bool searchXREFS=false) |
| Gets an existing ScarfedCone from this TD instance. | |
| List< ScarfedCone > | GetScarfedCones (bool searchXREFS=false) |
| Gets all the ScarfedCones in this TD instance. | |
| ScarfedCylinder | CreateScarfedCylinder () |
| Creates a new ScarfedCylinder using defaults from this TD instance. | |
| ScarfedCylinder | GetScarfedCylinder (string handle, bool searchXREFS=false) |
| Gets an existing ScarfedCylinder from this TD instance. | |
| List< ScarfedCylinder > | GetScarfedCylinders (bool searchXREFS=false) |
| Gets all the ScarfedCylinders in this TD instance. | |
| Sphere | CreateSphere () |
| Creates a new Sphere using defaults from this TD instance. | |
| Sphere | GetSphere (string handle, bool searchXREFS=false) |
| Gets an existing Sphere from this TD instance. | |
| List< Sphere > | GetSpheres (bool searchXREFS=false) |
| Gets all the Spheres in this TD instance. | |
| Torus | CreateTorus () |
| Creates a new Torus using defaults from this TD instance. | |
| Torus | GetTorus (string handle, bool searchXREFS=false) |
| Gets an existing Torus from this TD instance. | |
| List< Torus > | GetToruses (bool searchXREFS=false) |
| Gets all the Toruss in this TD instance. | |
| Tracker | CreateTracker (Point3d origin) |
| Creates a new Tracker using defaults from this TD instance. | |
| Tracker | GetTracker (string handle, bool searchXREFS=false) |
| Gets an existing Tracker from this TD instance. | |
| List< Tracker > | GetTrackers (bool searchXREFS=false) |
| Gets all the Trackers in this TD instance. | |
| Spline | CreateSpline () |
| Creates a new Spline in this Thermal Desktop instance. | |
| Spline | GetSpline (string handle, bool searchXREFS=false) |
| Gets an existing Spline from this TD instance. | |
| List< Spline > | GetSplines (bool searchXREFS=false) |
| Gets all the Splines in this TD instance. | |
| Submodel | CreateSubmodel (string name) |
| Creates a new Submodel using defaults from this TD instance. | |
| void | DeleteSubmodel (string name) |
| Deletes a Submodel within this TD instance. | |
| List< Submodel > | GetSubmodels (bool searchXREFS=false) |
| Gets all the Submodels in this TD instance. | |
| Symbol | CreateSymbol (string name, string value) |
| Creates a new Symbol using defaults from this TD instance. | |
| void | DeleteSymbol (string name) |
| Deletes a Symbol within this TD instance. | |
| Symbol | GetSymbol (string name) |
| Gets an existing Symbol from this TD instance. | |
| double | GetSymbolValue (string name) |
| Gets an evaluated symbol value from this TD instance. Throws an OpenTDException if symbol does not exist. | |
| List< Symbol > | GetSymbols () |
| Gets all the Symbols in this TD instance. | |
| Tec | CreateTec (IEnumerable< Connection > from, IEnumerable< Connection > to) |
| Creates a new Tec using defaults from this TD instance. | |
| Tec | CreateTec (Connection from, IEnumerable< Connection > to) |
| Creates a new Tec using defaults from this TD instance. | |
| Tec | CreateTec (IEnumerable< Connection > from, Connection to) |
| Creates a new Tec using defaults from this TD instance. | |
| Tec | CreateTec (Connection from, Connection to) |
| Creates a new Tec using defaults from this TD instance. | |
| Tec | GetTec (string handle, bool searchXREFS=false) |
| Gets an existing Tec from this TD instance. | |
| List< Tec > | GetTecs (bool searchXREFS=false) |
| Gets all the Tecs in this TD instance. | |
| Text | CreateText (string text) |
| Creates a new Text annotation using defaults from this TD instance. | |
| Text | GetText (string handle, bool searchXREFS=false) |
| Gets an existing Text annotation from this TD instance. | |
| List< Text > | GetTexts (bool searchXREFS=false) |
| Gets all the Text annotations in this TD instance. | |
| ThermalDesktop (string dwgPathname) | |
| ThermalDesktop (ITdCommander commander) | |
| <exclude > | |
| ThermalDesktop () | |
| void | UpdateFromTD () |
| void | Connect () |
| Connect to an instance of TD using the options specified in ConnectConfig. | |
| void | Connect (TdConnectConfig connectConfig) |
| Set ConnectConfig to the supplied TdConnectConfig and call Connect(). | |
| void | Connect (string dwgPathname) |
| Set ConnectConfig.DwgPathname to the supplied path and call Connect(). | |
| Task | ConnectAsync () |
| Connect to an instance of TD asynchronously using the options specified in ConnectConfig. | |
| void | _Scratchpad () |
| Do not use. | |
| bool | StopService () |
| Stops the OpenTD server running in TD. | |
| void | BringToFront () |
| Brings the AutoCAD window to the foreground. | |
| void | Print (string text) |
| Prints the specified text to the AutoCAD commandline, without automatically adding a newline. | |
| Bitmap | CaptureGraphicsArea () |
| Captures the AutoCAD graphics area. Known issue: if AutoCAD is in fast-shaded mode then this command will return an all-black image if visual style is set to SHADED, SHADED_W_EDGES, or WIRE. | |
| void | ConvertFDtoFE (IEnumerable< string > handles) |
| Convert FD entities (with edge nodes) to FE meshes. | |
| void | DeleteEntity (TdDbEntityData x) |
| Deletes a TD/AutoCAD entity from the AutoCAD database. | |
| List< string > | ExportNodeInfo (ExportNodeInfoOptionsData x) |
| Call the TD Export Node Info command to get node info as a list of strings (the default) or to write node info to the screen or file. | |
| List< T > | Filter< T > (List< T > inputList, Predicate< T > filter) |
| Filters the specified input list using a predicate/rule. | |
| UnitsData | GetDwgUnits () |
| Gets the TD units. Deprecated. Use ThermalDesktop.UserPreferences.Units instead. | |
| void | GetAutocadVariable (string name, out int value) |
| Gets the autocad variable. | |
| void | GetAutocadVariable (string name, out double value) |
| Gets the autocad variable. | |
| void | GetAutocadVariable (string name, out string value) |
| Gets the autocad variable. | |
| string | GetCommandHistory () |
| Gets the AutoCAD command history. Note: this command will modify your Windows Clipboard. | |
| Layer | GetCurrentLayer () |
| Get the current layer from this TD instance. | |
| string | GetThermalDesktopVersion () |
| Gets the thermal desktop version. | |
| string | GetOpticalPropDBPathname () |
| Gets the pathname of the current optical property database file in use by this TD instance. | |
| string | GetThermoPropDBPathname () |
| Gets the pathname of the current thermophysical property database file in use by this TD instance. | |
| List< string > | GetViewNames () |
| Gets the names of the AutoCAD named views in this TD instance. | |
| bool | IsConnected () |
| Determines whether this ThermalDesktop is connected to an instance of TD. | |
| void | MergeNodes (MergeNodesOptionsData x) |
| Calls the TD Merge Nodes command. | |
| void | OpenOpticalPropDB (string pathname) |
| Opens an optical property database file. | |
| void | OpenThermoPropDB (string pathname) |
| Opens a thermophysical property database file. | |
| void | Quit (bool ForceKillProcess=false) |
| Quits TD without saving the dwg. If ForceKillProcess is true, it will just kill the acad.exe process. This may leave lock files in the dwg directory and/or have other unintended consequences. | |
| void | ResetGraphics () |
| Calls the TD Reset Graphics command. | |
| void | RestoreIsoView (IsoViews view) |
| Restores the view to one of the standard isometric views defined by AutoCAD. | |
| void | RestoreOrthoView (OrthoViews view) |
| Restores the view to one of the standard orthographic views defined by AutoCAD. | |
| void | RestoreView (string viewName) |
| Restores the view to an AutoCAD named view. | |
| void | SetView (IsoViews view) |
| void | SetView (OrthoViews view) |
| void | SetView (string namedView) |
| void | SaveAs (string pathname) |
| Saves the dwg. Automatically overwrites existing file at pathname. | |
| void | SendCommand (string command, bool echo=true, int delay=1000) |
| Sends an AutoCAD command. | |
| string | SendLegacyComCommand (string command, int delay=0) |
| Emulates the TD COM parser – an ancestor of OpenTD – without using COM. | |
| void | SetAutocadVariable (string name, int value) |
| Sets an autocad variable that takes an integer value. | |
| void | SetAutocadVariable (string name, double value) |
| Sets an autocad variable that takes a double value. | |
| void | SetAutocadVariable (string name, string value) |
| Sets an autocad variable that takes a string value. | |
| void | SetCurrentLayer (string name) |
| void | SetDwgUnits (UnitsData x, bool DoNotScaleModel=false) |
| Sets the dwg units. Deprecated. Use ThermalDesktop.UserPreferences.Units instead. | |
| void | SetUnits (UnitsData x) |
| Sets OpenTD WorkingUnits and the TD dwg units. | |
| void | SetVisualStyle (VisualStyles style) |
| Sets the AutoCAD visual style. | |
| void | UpdateGraphics () |
| Calls the TD Updates Graphics command. | |
| void | ZoomExtents () |
| Zooms the view to the extents of the model. | |
| void | AddNodeCorrespondence (NameData SindaNode, NameData RadcadNode) |
| Adds TRASYS-style node correspondence between SINDA and RadCAD nodes. Use SetNodeCorrespondenceState to turn node correspondence on or off. Use SetNodeCorrespondenceMap to set the entire map in one step. | |
| void | SetNodeCorrespondenceState (bool activated) |
| Turns node correspondence on or off. | |
| Dictionary< string, List< string > > | GetNodeCorrespondenceMap () |
| Gets the TRASYS-style node correspondence dictionary. Keys are SINDA node names. Values are lists of RadCAD nodes that correspond to each SINDA node. Use SetNodeCorrespondenceState to turn node correspondence on or off. | |
| void | SetNodeCorrespondenceMap (Dictionary< string, List< string > > map) |
| Sets the TRASYS-style node correspondence dictionary. Keys are SINDA node names. Values are lists of RadCAD nodes that correspond to each SINDA node. Use SetNodeCorrespondenceState to turn node correspondence on or off. | |
| void | SetInstanceDataListString (List< string > x) |
| Use the Set/GetInstanceData methods to store general data with this OpenTD server. | |
| List< string > | GetInstanceDataListString () |
| Use the Set/GetInstanceData methods to store general data with this OpenTD server. | |
| List< EntityDescriptor > | GetSelection (SelectionOptions options) |
| Prompts the user to select entities in TD graphically, or from the Model Browser, or from Domains or AutoCAD Groups. | |
| List< EntityDescriptor > | GetSelection () |
| Prompts the user to select entities in TD using default SelectionOptions. | |
| void | SetSelection (IEnumerable< DbObject > items) |
| Highlight objects in the TD graphics window. | |
| void | SetSelection (IEnumerable< string > itemHandles) |
| Highlight objects by handle in the TD graphics window. | |
| void | ClearSelection () |
| EntityDescriptor | GetEntityType (string handle) |
| Use to determine the entity type ("RcNode", "RcRectangle", and so on) for a handle. | |
| List< EntityDescriptor > | GetEntityTypes (IEnumerable< string > handles) |
| Use to determine the entity types ("RcNode", "RcRectangle", and so on) for a list of handles. | |
| List< XrefInfo > | GetXREFpathnames () |
| void | DisableUndo () |
| void | EnableUndo () |
| string | GetCurrentDwgPathname () |
| string | GetCurrentWorkingDirectory () |
| void | UpdateMeasures () |
| void | SnapMeasures (IEnumerable< string > handles) |
| void | ShowModelBrowser () |
| void | HideModelBrowser () |
| System.Windows.Forms.NativeWindow | GetMainWindow () |
| Gets a NativeWindow representing the TD main window. This can be used as an input to Form.Show to make the form a child of the TD window. Especially useful for AddIns to ensure they are displayed on top of the TD window and close nicely when TD closes. | |
| ThermoProps | CreateThermoProps (string caseSensitiveName) |
| Creates a new ThermoProps using defaults from this TD instance. | |
| void | DeleteThermoProps (string caseSensitiveName) |
| Deletes a ThermoProps within this TD instance. | |
| ThermoProps | GetThermoProps (string name) |
| Gets an existing ThermoProps from this TD instance. | |
| List< ThermoProps > | GetThermoPropss (bool searchXREFS=false) |
| Gets all the ThermoProps in this TD instance. | |
| UDFACollection | CreateUDFACollection () |
| Creates a new UDFACollection using defaults from this TD instance. | |
| UserArray | CreateUserArray (SubmodelNameData submodel, int arrayId, IEnumerable< double > singletArray) |
| Creates a new UserArray using defaults from this TD instance. | |
| UserCode | CreateUserCode () |
| Creates a new UserCode using defaults from this TD instance. | |
Properties | |
| TdConnectConfig | ConnectConfig [get, set] |
| Controls how Connect() will try to connect to TD. | |
| UserPreferences.UserPreferences | UserPreferences [get] |
| Use this to get/set selected global user preferences, such as dwg units and acceleration. | |
| CaseSetManager | CaseSetManager [get] |
| The Case Set Manager. While case sets can be worked with directly, the Case Set Manager is used to set global case set options. It can also be used to run multiple cases in TD batch mode. | |
| DatasetManager | DatasetManager [get] |
| Use the DatasetManager to access TD's "Postprocessing Datasets" dialog. Use it to control what data is displayed as a contour plot in TD, for example. | |
| RadiationAnalysisGroupManager | RadiationAnalysisGroupManager [get] |
| The radiation analysis group manager. | |
| ThermoPropAliasManager | ThermoPropAliasManager [get] |
| The thermophysical property alias manager. | |
| OpticalPropAliasManager | OpticalPropAliasManager [get] |
| The optical property alias manager. | |
| StackAliasManager | StackAliasManager [get] |
| The stack alias manager. | |
| VisibilityManager | VisibilityManager [get] |
| Use to manage the visibility of entities in a TD instance. | |
| AddIn.ProgressBar | ProgressBar [get] |
| Use to show progress of a procedure in TD. | |
| UCS | UCS [get] |
| Gets or sets AutoCAD's User Coordinate System (UCS). Note: most OpenTD positions are defined relative to the World Coordinate System (WCS), so setting the UCS will have no effect on how entities are positioned. One exception is the PostProcessingDataMapper, which can be positioned relative to the UCS. | |
Detailed Description
Represents one instance of Thermal Desktop. This is the top-level class for interacting with OpenTD.
Constructor & Destructor Documentation
◆ ThermalDesktop() [1/3]
|
inline |
◆ ThermalDesktop() [2/3]
|
inline |
<exclude >
◆ ThermalDesktop() [3/3]
|
inline |
Member Function Documentation
◆ _Scratchpad()
|
inline |
Do not use.
◆ AddNodeCorrespondence()
Adds TRASYS-style node correspondence between SINDA and RadCAD nodes. Use SetNodeCorrespondenceState to turn node correspondence on or off. Use SetNodeCorrespondenceMap to set the entire map in one step.
- Parameters
-
SindaNode The sinda node. RadcadNode The radcad node.
- See also
- OpenTD.ThermalDesktop.SetNodeCorrespondenceState(bool), OpenTD.ThermalDesktop.SetNodeCorrespondenceMap(Dictionary<string, List<string>>)
◆ BringToFront()
|
inline |
Brings the AutoCAD window to the foreground.
Implements OpenTD.ITdConsole.
◆ CaptureGraphicsArea()
|
inline |
Captures the AutoCAD graphics area. Known issue: if AutoCAD is in fast-shaded mode then this command will return an all-black image if visual style is set to SHADED, SHADED_W_EDGES, or WIRE.
- Returns
- Bitmap.
◆ ClearSelection()
|
inline |
◆ Connect() [1/3]
|
inline |
Connect to an instance of TD using the options specified in ConnectConfig.
◆ Connect() [2/3]
|
inline |
Set ConnectConfig.DwgPathname to the supplied path and call Connect().
◆ Connect() [3/3]
|
inline |
Set ConnectConfig to the supplied TdConnectConfig and call Connect().
◆ ConnectAsync()
|
inline |
Connect to an instance of TD asynchronously using the options specified in ConnectConfig.
◆ ConvertFDtoFE()
|
inline |
Convert FD entities (with edge nodes) to FE meshes.
- Parameters
-
handles
◆ CreateAcEllipse()
|
inline |
Creates a new Ellipse in this Thermal Desktop instance.
- See also
- OpenTD.AcEllipse
◆ CreateArc()
|
inline |
Creates a new Arc in this Thermal Desktop instance.
- See also
- OpenTD.Arc
◆ CreateArrayInterpolation()
|
inline |
Creates a new ArrayInterpolation using defaults from this TD instance.
- See also
- OpenTD.UserArray
◆ CreateAssembly()
Creates a new Assembly using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Assembly
◆ CreateCappmp()
|
inline |
Creates a new cappmp using defaults from this TD instance.
- See also
- OpenTD.FloCAD.Cappmp
◆ CreateCaseSet()
|
inline |
Creates a new Case Set using defaults from this TD instance.
- See also
- OpenTD.CaseSet
◆ CreateCircle()
|
inline |
Creates a new Circle in this Thermal Desktop instance.
- See also
- OpenTD.Circle
◆ CreateCompartment()
|
inline |
Creates a new Compartment using defaults from this TD instance.
- See also
- OpenTD.FloCAD.Compartment
◆ CreateConductor() [1/2]
|
inline |
Creates a new Conductor using defaults from this TD instance.
- See also
- OpenTD.Conductor
◆ CreateConductor() [2/2]
|
inline |
Creates a new Conductor using defaults from this TD instance.
- See also
- OpenTD.Conductor
◆ CreateCone()
|
inline |
Creates a new Cone using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Cone
◆ CreateContactor() [1/4]
|
inline |
Creates a new Contactor using defaults from this TD instance.
- See also
- OpenTD.Contactor
◆ CreateContactor() [2/4]
|
inline |
Creates a new Contactor using defaults from this TD instance.
- See also
- OpenTD.Contactor
◆ CreateContactor() [3/4]
|
inline |
Creates a new Contactor using defaults from this TD instance.
- See also
- OpenTD.Contactor
◆ CreateContactor() [4/4]
|
inline |
Creates a new Contactor using defaults from this TD instance.
- See also
- OpenTD.Contactor
◆ CreateCylinder()
|
inline |
Creates a new Cylinder using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Cylinder
◆ CreateDbIterator()
|
inline |
Creates an iterator for walking the AutoCAD entity database.
- Parameters
-
forward if set to trueiterates forward.modelSpace if set to trueiterates through model space.xRefs if set to trueiterates through XREF's.paperSpace if set to trueiterates through paper space.
- Returns
- IDbIterator.
◆ CreateDisk()
|
inline |
Creates a new Disk using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Disk
◆ CreateEllipse()
|
inline |
Creates a new Ellipse using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Ellipse
◆ CreateEllipsoid()
|
inline |
Creates a new Ellipsoid using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Ellipsoid
◆ CreateEllipticCone()
|
inline |
Creates a new EllipticCone using defaults from this TD instance.
- See also
- OpenTD.RadCAD.EllipticCone
◆ CreateEllipticCylinder()
|
inline |
Creates a new EllipticCylinder using defaults from this TD instance.
- See also
- OpenTD.RadCAD.EllipticCylinder
◆ CreateFEMeshImporter()
|
inline |
Creates a new FEMeshImporter.
- See also
- OpenTD.RadCAD.FEMeshImporter
◆ CreateFkLocator()
Creates a new FkLocator using defaults from this TD instance.
- See also
- OpenTD.FloCAD.FkLocator
◆ CreateFluidSubmodel()
|
inline |
Creates a new fluid submodel using defaults from this TD instance.
- See also
- OpenTD.FloCAD.FluidSubmodel
◆ CreateFTie()
|
inline |
Creates a new FTie using defaults from this TD instance.
- See also
- OpenTD.FloCAD.FTie
◆ CreateHeater()
|
inline |
Creates a new Heater using defaults from this TD instance.
- See also
- OpenTD.Heater
◆ CreateHeatLoad() [1/2]
|
inline |
Creates a new HeatLoad using defaults from this TD instance.
- See also
- OpenTD.HeatLoad
◆ CreateHeatLoad() [2/2]
|
inline |
Creates a new HeatLoad using defaults from this TD instance.
- See also
- OpenTD.HeatLoad
◆ CreateHelix()
|
inline |
Creates a new Helix in this Thermal Desktop instance.
- See also
- OpenTD.Helix
◆ CreateIFace()
|
inline |
Creates a new IFace using defaults from this TD instance.
- See also
- OpenTD.FloCAD.IFace
◆ CreateLayer()
|
inline |
Creates a new Layer using defaults from this TD instance.
- See also
- OpenTD.Layer
◆ CreateLine()
Creates a new Line in this TD instance.
- See also
- OpenTD.Line
◆ CreateLinearBrick()
|
inline |
Creates a new LinearBrick using defaults from this TD instance.
- See also
- OpenTD.RadCAD.FEM.LinearBrick
◆ CreateLinearPyramid()
|
inline |
Creates a new LinearPyramid using defaults from this TD instance.
- See also
- OpenTD.RadCAD.FEM.LinearPyramid
◆ CreateLinearQuad()
|
inline |
Creates a new LinearQuad using defaults from this TD instance.
- See also
- OpenTD.RadCAD.FEM.LinearQuad
◆ CreateLinearTet()
|
inline |
Creates a new LinearTet using defaults from this TD instance.
- See also
- OpenTD.RadCAD.FEM.LinearTet
◆ CreateLinearTri()
|
inline |
Creates a new LinearTri using defaults from this TD instance.
- See also
- OpenTD.RadCAD.FEM.LinearTri
◆ CreateLinearWedge()
|
inline |
Creates a new LinearWedge using defaults from this TD instance.
- See also
- OpenTD.RadCAD.FEM.LinearWedge
◆ CreateLump()
|
inline |
Creates a new Lump using defaults from this TD instance.
- See also
- OpenTD.FloCAD.Lump
◆ CreateMaterialStack()
|
inline |
Creates a new Material Stack using defaults from this TD instance.
- See also
- OpenTD.MaterialStack
◆ CreateMeasure()
|
inline |
Creates a new Measure using defaults from this TD instance.
- See also
- OpenTD.Measure
◆ CreateMeshFD()
|
inline |
Creates a new MeshFD using defaults from this TD instance.
- See also
- OpenTD.RadCAD.MeshFD
◆ CreateNode() [1/2]
|
inline |
Creates a new Node using defaults from this TD instance.
- See also
- OpenTD.Node
◆ CreateNode() [2/2]
Creates a new Node with a given origin using defaults from this TD instance.
- See also
- OpenTD.Node, OpenTD.Point3d
◆ CreateOffsetParaboloid()
|
inline |
Creates a new OffsetParaboloid using defaults from this TD instance.
- See also
- OpenTD.RadCAD.OffsetParaboloid
◆ CreateOgive()
|
inline |
Creates a new Ogive using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Ogive
◆ CreateOpticalProps()
|
inline |
Creates a new optical property using defaults from this TD instance.
- See also
- OpenTD.RadCAD.OpticalProps
◆ CreateOrbit()
|
inline |
Creates a new orbit using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Orbit
◆ CreateParabolicTrough()
|
inline |
Creates a new ParabolicTrough using defaults from this TD instance.
- See also
- OpenTD.RadCAD.ParabolicTrough
◆ CreateParaboloid()
|
inline |
Creates a new Paraboloid using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Paraboloid
◆ CreatePath()
|
inline |
Creates a new Path using defaults from this TD instance.
- See also
- OpenTD.FloCAD.Path
◆ CreatePID()
|
inline |
Creates a new PID using defaults from this TD instance.
- See also
- OpenTD.PID
◆ CreatePipe() [1/2]
◆ CreatePipe() [2/2]
|
inline |
Creates a new Pipe using defaults from this TD instance.
- See also
- OpenTD.FloCAD.Pipe
◆ CreatePolygon()
Creates a new single-face MeshFD using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Polygon
◆ CreatePolyline()
|
inline |
Creates a new LWPolyline in this Thermal Desktop instance.
- See also
- OpenTD.Polyline
◆ CreatePolyline3d()
|
inline |
Creates a new 3d polyline in this Thermal Desktop instance.
- See also
- OpenTD.Polyline3d
◆ CreatePort()
|
inline |
Creates a new Port using defaults from this TD instance. Pass an empty connection to create a port that's not attached to anything.
- See also
- OpenTD.FloCAD.Port
◆ CreatePostProcessingDataMapper()
|
inline |
Creates a new PostProcessingDataMapper using defaults from this TD instance.
- See also
- OpenTD.DataMapper
◆ CreatePressureLoad()
|
inline |
Creates a new PressureLoad using defaults from this TD instance.
- See also
- OpenTD.PressureLoad
◆ CreateQuadraticBrick()
|
inline |
Creates a new QuadraticBrick using defaults from this TD instance.
- See also
- OpenTD.RadCAD.FEM.QuadraticBrick
◆ CreateQuadraticPyramid()
|
inline |
Creates a new QuadraticPyramid using defaults from this TD instance.
◆ CreateQuadraticQuad()
|
inline |
Creates a new QuadraticQuad using defaults from this TD instance.
- See also
- OpenTD.RadCAD.FEM.QuadraticQuad
◆ CreateQuadraticTet()
|
inline |
Creates a new QuadraticTet using defaults from this TD instance.
- See also
- OpenTD.RadCAD.FEM.QuadraticTet
◆ CreateQuadraticTri()
|
inline |
Creates a new QuadraticTri using defaults from this TD instance.
- See also
- OpenTD.RadCAD.FEM.QuadraticTri
◆ CreateQuadraticWedge()
|
inline |
Creates a new QuadraticWedge using defaults from this TD instance.
- See also
- OpenTD.RadCAD.FEM.QuadraticWedge
◆ CreateRectangle()
|
inline |
Creates a new Rectangle using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Rectangle
◆ CreateScarfedCone()
|
inline |
Creates a new ScarfedCone using defaults from this TD instance.
- See also
- OpenTD.RadCAD.ScarfedCone
◆ CreateScarfedCylinder()
|
inline |
Creates a new ScarfedCylinder using defaults from this TD instance.
- See also
- OpenTD.RadCAD.ScarfedCylinder
◆ CreateSolidBrick()
|
inline |
Creates a new SolidBrick using defaults from this TD instance.
- See also
- OpenTD.RadCAD.FdSolid.SolidBrick
◆ CreateSolidCone()
|
inline |
Creates a new SolidCone using defaults from this TD instance.
- See also
- OpenTD.RadCAD.FdSolid.SolidCone
◆ CreateSolidCylinder()
|
inline |
Creates a new SolidCylinder using defaults from this TD instance.
◆ CreateSolidEllipsoid()
|
inline |
Creates a new SolidEllipsoid using defaults from this TD instance.
◆ CreateSolidSphere()
|
inline |
Creates a new SolidSphere using defaults from this TD instance.
◆ CreateSphere()
|
inline |
Creates a new Sphere using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Sphere
◆ CreateSpline()
|
inline |
Creates a new Spline in this Thermal Desktop instance.
- See also
- OpenTD.Spline
◆ CreateSubmodel()
|
inline |
Creates a new Submodel using defaults from this TD instance.
- See also
- OpenTD.Submodel
◆ CreateSymbol()
|
inline |
Creates a new Symbol using defaults from this TD instance.
- See also
- OpenTD.Symbol
◆ CreateTec() [1/4]
|
inline |
Creates a new Tec using defaults from this TD instance.
- See also
- OpenTD.Tec
◆ CreateTec() [2/4]
|
inline |
Creates a new Tec using defaults from this TD instance.
- See also
- OpenTD.Tec
◆ CreateTec() [3/4]
|
inline |
Creates a new Tec using defaults from this TD instance.
- See also
- OpenTD.Tec
◆ CreateTec() [4/4]
|
inline |
Creates a new Tec using defaults from this TD instance.
- See also
- OpenTD.Tec
◆ CreateTee() [1/2]
|
inline |
Creates a new Tee from a main branch and a location using defaults from this TD instance.
- See also
- OpenTD.FloCAD.Tee
◆ CreateTee() [2/2]
|
inline |
Creates a new Tee from a main branch and side branch using defaults from this TD instance.
- See also
- OpenTD.FloCAD.Tee
◆ CreateText()
|
inline |
Creates a new Text annotation using defaults from this TD instance.
- See also
- OpenTD.Text
◆ CreateThermoProps()
|
inline |
Creates a new ThermoProps using defaults from this TD instance.
- See also
- OpenTD.ThermoProps
◆ CreateTie()
|
inline |
Creates a new Tie using defaults from this TD instance.
- See also
- OpenTD.FloCAD.Tie
◆ CreateTorus()
|
inline |
Creates a new Torus using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Torus
◆ CreateTracker()
Creates a new Tracker using defaults from this TD instance.
- See also
- OpenTD.RadCAD.Tracker
◆ CreateUDFACollection()
|
inline |
Creates a new UDFACollection using defaults from this TD instance.
- See also
- OpenTD.UDFACollection
◆ CreateUserArray()
|
inline |
Creates a new UserArray using defaults from this TD instance.
- See also
- OpenTD.UserArray
◆ CreateUserCode()
|
inline |
Creates a new UserCode using defaults from this TD instance.
- See also
- OpenTD.UserCode
◆ DeleteCaseSet()
|
inline |
Deletes a Case Set within this TD instance.
- See also
- OpenTD.CaseSet
◆ DeleteEntity()
|
inline |
Deletes a TD/AutoCAD entity from the AutoCAD database.
- Parameters
-
x The entity to delete.
◆ DeleteFluidSubmodel()
|
inline |
Deletes a fluid submodel within this TD instance.
- See also
- OpenTD.FloCAD.FluidSubmodel
◆ DeleteLayer()
|
inline |
Deletes a Layer within this TD instance.
- See also
- OpenTD.Layer
◆ DeleteLogicObject()
|
inline |
Deletes a LogicObject within this TD instance.
- See also
- OpenTD.LogicObject
◆ DeleteMaterialStack()
|
inline |
Deletes a Material Stack within this TD instance.
- See also
- OpenTD.MaterialStack
◆ DeleteOpticalProps()
|
inline |
Deletes an optical property within this TD instance.
- See also
- OpenTD.RadCAD.OpticalProps
◆ DeleteOrbit()
|
inline |
Deletes an orbit within this TD instance.
- See also
- OpenTD.RadCAD.Orbit
◆ DeleteSubmodel()
|
inline |
Deletes a Submodel within this TD instance.
- See also
- OpenTD.Submodel
◆ DeleteSymbol()
|
inline |
Deletes a Symbol within this TD instance.
- See also
- OpenTD.Symbol
◆ DeleteThermoProps()
|
inline |
Deletes a ThermoProps within this TD instance.
- See also
- OpenTD.ThermoProps
◆ DisableUndo()
|
inline |
◆ EnableUndo()
|
inline |
◆ ExportNodeInfo()
|
inline |
Call the TD Export Node Info command to get node info as a list of strings (the default) or to write node info to the screen or file.
- Parameters
-
x Options.
◆ Filter< T >()
|
inline |
Filters the specified input list using a predicate/rule.
- Template Parameters
-
T
- Parameters
-
inputList The input list. filter The rule.
- Returns
- List<T>.
◆ GetAcEllipse()
|
inline |
Gets an existing Ellipse from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an Ellipse in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.AcEllipse
◆ GetAcEllipses()
|
inline |
Gets all the Ellipses in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.AcEllipse
◆ GetArc()
|
inline |
Gets an existing Arc from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an Arc in this TD instance. searchXREFS If true, xref drawings will be included in the Arc search.
- See also
- OpenTD.Arc
◆ GetArcs()
|
inline |
Gets all the Arcs in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Arc
◆ GetAssemblies()
|
inline |
Gets all the Assemblys in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.Assembly
◆ GetAssembly()
|
inline |
Gets an existing Assembly from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Assembly in this TD instance. searchXREFS If true, xref drawings will be included in the Assembly search
- See also
- OpenTD.RadCAD.Assembly
◆ GetAutocadVariable() [1/3]
|
inline |
Gets the autocad variable.
- Parameters
-
name The name. value The value.
- Exceptions
-
OpenTD.OpenTDException Autocad variable " + name + " is of type " + rawValue.Type + ", not DOUBLE
◆ GetAutocadVariable() [2/3]
|
inline |
Gets the autocad variable.
- Parameters
-
name The name. value The value.
- Exceptions
-
OpenTD.OpenTDException Autocad variable " + name + " is of type " + rawValue.Type + ", not INT
◆ GetAutocadVariable() [3/3]
|
inline |
Gets the autocad variable.
- Parameters
-
name The name. value The value.
- Exceptions
-
OpenTD.OpenTDException Autocad variable " + name + " is of type " + rawValue.Type + ", not STRING
◆ GetCappmp()
|
inline |
Gets an existing cappmp from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a cappmp in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.FloCAD.Cappmp
◆ GetCappmps()
|
inline |
Gets all the cappmps in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.FloCAD.Cappmp
◆ GetCaseSet()
|
inline |
Gets an existing Case Set from this TD instance.
- See also
- OpenTD.CaseSet
◆ GetCaseSets()
|
inline |
Gets all the Case Sets in this TD instance.
- See also
- OpenTD.CaseSet
◆ GetCircle()
|
inline |
Gets an existing Circle from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an Circle in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.Circle
◆ GetCircles()
|
inline |
Gets all the Circles in this TD instance.
- Parameters
-
searchXREFS if set to truealso seCircleh XREF's referenced in this TD instance.
- See also
- OpenTD.Circle
◆ GetCommandHistory()
|
inline |
Gets the AutoCAD command history. Note: this command will modify your Windows Clipboard.
- Returns
- System.String.
◆ GetCompartment()
|
inline |
Gets an existing Compartment from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Compartment in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.FloCAD.Compartment
◆ GetCompartments()
|
inline |
Gets all the Compartments in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.FloCAD.Compartment
◆ GetConductor()
|
inline |
Gets an existing Conductor from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Conductor in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.Conductor
◆ GetConductors()
|
inline |
Gets all the Conductors in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Conductor
◆ GetCone()
|
inline |
Gets an existing Cone from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Cone in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.Cone
◆ GetCones()
|
inline |
Gets all the Cones in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Cone
◆ GetContactor()
|
inline |
Gets an existing Contactor from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Contactor in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.Contactor
◆ GetContactors()
|
inline |
Gets all the Contactors in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Contactor
◆ GetCurrentDwgPathname()
|
inline |
◆ GetCurrentLayer()
|
inline |
Get the current layer from this TD instance.
- Returns
◆ GetCurrentWorkingDirectory()
|
inline |
◆ GetCylinder()
|
inline |
Gets an existing Cylinder from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Cylinder in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.Cylinder
◆ GetCylinders()
|
inline |
Gets all the Cylinders in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Cylinder
◆ GetDisk()
|
inline |
Gets an existing Disk from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Disk in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.Disk
◆ GetDisks()
|
inline |
Gets all the Disks in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Disk
◆ GetDomainManager()
|
inline |
Gets an IDomainManager for working with domains in this TD instance.
- Returns
- IDomainManager.
- See also
- OpenTD.IDomainManager
◆ GetDwgUnits()
|
inline |
Gets the TD units. Deprecated. Use ThermalDesktop.UserPreferences.Units instead.
- Returns
- UnitsData.
◆ GetDynamicSindaStatus()
|
inline |
◆ GetEllipse()
|
inline |
Gets an existing Ellipse from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an Ellipse in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.Ellipse
◆ GetEllipses()
|
inline |
Gets all the Ellipses in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Ellipse
◆ GetEllipsoid()
|
inline |
Gets an existing Ellipsoid from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an Ellipsoid in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.Ellipsoid
◆ GetEllipsoids()
|
inline |
Gets all the Ellipsoids in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Ellipsoid
◆ GetEllipticCone()
|
inline |
Gets an existing EllipticCone from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an EllipticCone in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.EllipticCone
◆ GetEllipticCones()
|
inline |
Gets all the Cones in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Cone
◆ GetEllipticCylinder()
|
inline |
Gets an existing EllipticCylinder from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a single-face MeshFD in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.EllipticCylinder
◆ GetEllipticCylinders()
|
inline |
Gets all the EllipticCylinders in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.EllipticCylinder
◆ GetEntityType()
|
inline |
Use to determine the entity type ("RcNode", "RcRectangle", and so on) for a handle.
◆ GetEntityTypes()
|
inline |
Use to determine the entity types ("RcNode", "RcRectangle", and so on) for a list of handles.
◆ GetFEMeshImporter()
|
inline |
Gets an existing FEMeshImporter from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a FEMeshImporter in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FEMeshImporter
◆ GetFEMeshImporters()
|
inline |
Gets all the FEMeshImporters in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.FEMeshImporter
◆ GetFkLocator()
|
inline |
Gets an existing FkLocator from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.FloCAD.FkLocator
◆ GetFkLocators()
|
inline |
Gets all the FkLocators in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.FloCAD.FkLocator
◆ GetFluidSubmodel()
|
inline |
Gets an existing fluid submodel from this TD instance.
- See also
- OpenTD.FloCAD.FluidSubmodel
◆ GetFluidSubmodels()
|
inline |
Gets all the fluid submodels in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.FloCAD.FluidSubmodel
◆ GetFTie()
|
inline |
Gets an existing FTie from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an FTie in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.FloCAD.FTie
◆ GetFTies()
|
inline |
Gets all the FTies in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.FloCAD.FTie
◆ GetHeater()
|
inline |
Gets an existing Heater from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Heater in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.Heater
◆ GetHeaters()
|
inline |
Gets all the Heaters in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Heater
◆ GetHeatLoad()
|
inline |
Gets an existing HeatLoad from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a HeatLoad in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.HeatLoad
◆ GetHeatLoads()
|
inline |
Gets all the HeatLoads in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.HeatLoad
◆ GetHelices()
|
inline |
Gets all the Helixs in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Helix
◆ GetHelix()
|
inline |
Gets an existing Helix from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an Helix in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.Helix
◆ GetIFace()
|
inline |
Gets an existing IFace from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an IFace in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.FloCAD.IFace
◆ GetIFaces()
|
inline |
Gets all the IFaces in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.FloCAD.IFace
◆ GetInstanceDataListString()
|
inline |
Use the Set/GetInstanceData methods to store general data with this OpenTD server.
◆ GetLayer()
|
inline |
Gets an existing Layer from this TD instance. Note: this method accecpts an AutoCAD handle, not a layer name.
- See also
- OpenTD.Layer
◆ GetLayerByName()
|
inline |
Gets an existing Layer from this TD instance, based on the layer name.
◆ GetLayers()
|
inline |
Gets all the Layers in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Layer
◆ GetLine()
|
inline |
Gets an existing Line from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Line in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.Line
◆ GetLinearBrick()
|
inline |
Gets an existing LinearBrick from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a LinearBrick in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FEM.LinearBrick
◆ GetLinearBricks()
|
inline |
Gets all the LinearBricks in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.FEM.LinearBrick
◆ GetLinearPyramid()
|
inline |
Gets an existing LinearPyramid from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a LinearPyramid in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FEM.LinearPyramid
◆ GetLinearPyramids()
|
inline |
Gets all the LinearPyramids in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.FEM.LinearPyramid
◆ GetLinearQuad()
|
inline |
Gets an existing LinearQuad from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a LinearQuad in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FEM.LinearQuad
◆ GetLinearQuads()
|
inline |
Gets all the LinearQuads in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.FEM.LinearQuad
◆ GetLinearTet()
|
inline |
Gets an existing LinearTet from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a LinearTet in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FEM.LinearTet
◆ GetLinearTets()
|
inline |
Gets all the LinearTets in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.FEM.LinearTet
◆ GetLinearTri()
|
inline |
Gets an existing LinearTri from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a LinearTri in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FEM.LinearTri
◆ GetLinearTris()
|
inline |
Gets all the LinearTris in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.FEM.LinearTri
◆ GetLinearWedge()
|
inline |
Gets an existing LinearWedge from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a LinearWedge in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FEM.LinearWedge
◆ GetLinearWedges()
|
inline |
Gets all the LinearWedges in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.FEM.LinearWedge
◆ GetLines()
|
inline |
Gets all the Lines in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Line
◆ GetLogicObjects()
|
inline |
Gets all the LogicObjects in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.LogicObject
◆ GetLump()
|
inline |
Gets an existing Lump from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Lump in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.FloCAD.Lump
◆ GetLumps()
|
inline |
Gets all the Lumps in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.FloCAD.Lump
◆ GetMainWindow()
|
inline |
Gets a NativeWindow representing the TD main window. This can be used as an input to Form.Show to make the form a child of the TD window. Especially useful for AddIns to ensure they are displayed on top of the TD window and close nicely when TD closes.
◆ GetMaterialStack()
|
inline |
Gets an existing Material Stack from this TD instance.
- See also
- OpenTD.MaterialStack
◆ GetMaterialStacks()
|
inline |
Gets all the Material Stacks in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.MaterialStack
◆ GetMeasure()
|
inline |
Gets an existing Measure from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Measure in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.Measure
◆ GetMeasureMappingTolerances()
|
inline |
Gets the mapping tolerances used by Measures in this TD instance.
- See also
- OpenTD.Measure
◆ GetMeasures()
|
inline |
Gets all the Measures in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Measure
◆ GetMeshFD()
|
inline |
Gets an existing MeshFD from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a MeshFD in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.MeshFD
◆ GetMeshFDs()
|
inline |
Gets all the MeshFDs in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.MeshFD
◆ GetModel()
|
inline |
Gets a Model representing all OpenTD-supported entities in this TD instance.
- Returns
- Model.
- See also
- OpenTD.Model
◆ GetNode()
|
inline |
Gets an existing Node from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Node in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.Node
◆ GetNodeCorrespondenceMap()
|
inline |
Gets the TRASYS-style node correspondence dictionary. Keys are SINDA node names. Values are lists of RadCAD nodes that correspond to each SINDA node. Use SetNodeCorrespondenceState to turn node correspondence on or off.
- See also
- OpenTD.ThermalDesktop.SetNodeCorrespondenceState(bool), OpenTD.ThermalDesktop.SetNodeCorrespondenceMap(Dictionary<string, List<string>>)
◆ GetNodes()
|
inline |
Gets all the Nodes in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Node
◆ GetNotes()
|
inline |
Gets the dwg notes from this TD instance.
- See also
- OpenTD.Notes
◆ GetNumberOfDbObjects()
|
inline |
◆ GetOffsetParaboloid()
|
inline |
Gets an existing OffsetParaboloid from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an OffsetParaboloid in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.OffsetParaboloid
◆ GetOffsetParaboloids()
|
inline |
Gets all the OffsetParaboloids in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.OffsetParaboloid
◆ GetOgive()
|
inline |
Gets an existing Ogive from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an Ogive in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.Ogive
◆ GetOgives()
|
inline |
Gets all the Ogives in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Ogive
◆ GetOpticalPropDBPathname()
|
inline |
Gets the pathname of the current optical property database file in use by this TD instance.
- Parameters
-
pathname The rco pathname.
◆ GetOpticalProps()
|
inline |
Gets an existing optical property from this TD instance.
- See also
- OpenTD.RadCAD.OpticalProps
◆ GetOpticalPropss()
|
inline |
Gets all the optical properties in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.OpticalProps
◆ GetOrbit()
|
inline |
Gets an existing orbit from this TD instance.
- See also
- OpenTD.RadCAD.Orbit
◆ GetOrbits()
|
inline |
Gets all the orbits in this TD instance.
- See also
- OpenTD.RadCAD.Orbit
◆ GetParabolicTrough()
|
inline |
Gets an existing ParabolicTrough from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a ParabolicTrough in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.ParabolicTrough
◆ GetParabolicTroughs()
|
inline |
Gets all the ParabolicTroughs in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.ParabolicTrough
◆ GetParaboloid()
|
inline |
Gets an existing Paraboloid from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Paraboloid in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.Paraboloid
◆ GetParaboloids()
|
inline |
Gets all the Paraboloids in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Paraboloid
◆ GetPath()
|
inline |
Gets an existing Path from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Path in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.FloCAD.Path
◆ GetPaths()
|
inline |
Gets all the Paths in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.FloCAD.Path
◆ GetPipe()
|
inline |
Gets an existing Pipe from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Pipe in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.FloCAD.Pipe
◆ GetPipes()
|
inline |
Gets all the Pipes in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.FloCAD.Pipe
◆ GetPolygon()
|
inline |
Gets an existing single-face MeshFD from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a single-face MeshFD in this TD instance.
- See also
- OpenTD.RadCAD.Polygon
◆ GetPolygons()
|
inline |
Gets all the Polygons in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Polygon
◆ GetPolyline()
|
inline |
Gets an existing LWPolyline from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an LWPolyline in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.Polyline
◆ GetPolyline3d()
|
inline |
Gets an existing 3d polyline from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an 3d polyline in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.Polyline3d
◆ GetPolyline3ds()
|
inline |
Gets all the 3d polylines in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Polyline3d
◆ GetPolylines()
|
inline |
Gets all the LWPolylines in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Polyline
◆ GetPort()
|
inline |
Gets an existing Port from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Port in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.FloCAD.Port
◆ GetPorts()
|
inline |
Gets all the Ports in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.FloCAD.Port
◆ GetPostProcessingDataMapper()
|
inline |
Gets an existing PostProcessingDataMapper from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a PostProcessingDataMapper in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.DataMapper
◆ GetPostProcessingDataMappers()
|
inline |
Gets all the PostProcessingDataMappers in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.DataMapper
◆ GetPressureLoad()
|
inline |
Gets an existing PressureLoad from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a PressureLoad in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.PressureLoad
◆ GetPressureLoads()
|
inline |
Gets all the PressureLoads in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.PressureLoad
◆ GetQuadraticBrick()
|
inline |
Gets an existing QuadraticBrick from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a QuadraticBrick in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FEM.QuadraticBrick
◆ GetQuadraticBricks()
|
inline |
Gets all the QuadraticBricks in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.FEM.QuadraticBrick
◆ GetQuadraticPyramid()
|
inline |
Gets an existing QuadraticPyramid from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a QuadraticPyramid in this TD instance. searchXREFS If true, xref drawings will be included in the search.
◆ GetQuadraticPyramids()
|
inline |
Gets all the QuadraticPyramids in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
◆ GetQuadraticQuad()
|
inline |
Gets an existing QuadraticQuad from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a QuadraticQuad in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FEM.QuadraticQuad
◆ GetQuadraticQuads()
|
inline |
Gets all the QuadraticQuads in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.FEM.QuadraticQuad
◆ GetQuadraticTet()
|
inline |
Gets an existing QuadraticTet from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a QuadraticTet in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FEM.QuadraticTet
◆ GetQuadraticTets()
|
inline |
Gets all the QuadraticTets in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.FEM.QuadraticTet
◆ GetQuadraticTri()
|
inline |
Gets an existing QuadraticTri from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a QuadraticTri in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FEM.QuadraticTri
◆ GetQuadraticTris()
|
inline |
Gets all the QuadraticTris in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.FEM.QuadraticTri
◆ GetQuadraticWedge()
|
inline |
Gets an existing QuadraticWedge from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a QuadraticWedge in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FEM.QuadraticWedge
◆ GetQuadraticWedges()
|
inline |
Gets all the QuadraticWedges in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.FEM.QuadraticWedge
◆ GetRectangle()
|
inline |
Gets an existing Rectangle from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Rectangle in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.Rectangle
◆ GetRectangles()
|
inline |
Gets all the Rectangles in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Rectangle
◆ GetScarfedCone()
|
inline |
Gets an existing ScarfedCone from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a ScarfedCone in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.ScarfedCone
◆ GetScarfedCones()
|
inline |
Gets all the ScarfedCones in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.ScarfedCone
◆ GetScarfedCylinder()
|
inline |
Gets an existing ScarfedCylinder from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a ScarfedCylinder in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.ScarfedCylinder
◆ GetScarfedCylinders()
|
inline |
Gets all the ScarfedCylinders in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.ScarfedCylinder
◆ GetSelection() [1/2]
|
inline |
Prompts the user to select entities in TD using default SelectionOptions.
- See also
- OpenTD.SelectionOptions
◆ GetSelection() [2/2]
|
inline |
Prompts the user to select entities in TD graphically, or from the Model Browser, or from Domains or AutoCAD Groups.
- See also
- OpenTD.SelectionOptions
◆ GetSolidBrick()
|
inline |
Gets an existing SolidBrick from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a SolidBrick in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FdSolid.SolidBrick
◆ GetSolidBricks()
|
inline |
Gets all the SolidBricks in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.FdSolid.SolidBrick
◆ GetSolidCone()
|
inline |
Gets an existing SolidCone from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a SolidCone in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.FdSolid.SolidCone
◆ GetSolidCones()
|
inline |
Gets all the SolidCones in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.FdSolid.SolidCone
◆ GetSolidCylinder()
|
inline |
Gets an existing SolidCylinder from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a SolidCylinder in this TD instance. searchXREFS If true, xref drawings will be included in the search.
◆ GetSolidCylinders()
|
inline |
Gets all the SolidCylinders in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
◆ GetSolidEllipsoid()
|
inline |
Gets an existing SolidEllipsoid from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a SolidEllipsoid in this TD instance. searchXREFS If true, xref drawings will be included in the search.
◆ GetSolidEllipsoids()
|
inline |
Gets all the SolidEllipsoids in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
◆ GetSolidSphere()
|
inline |
Gets an existing SolidSphere from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a SolidSphere in this TD instance. searchXREFS If true, xref drawings will be included in the search.
◆ GetSolidSpheres()
|
inline |
Gets all the SolidSpheres in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
◆ GetSphere()
|
inline |
Gets an existing Sphere from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Sphere in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.Sphere
◆ GetSpheres()
|
inline |
Gets all the Spheres in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Sphere
◆ GetSpline()
|
inline |
Gets an existing Spline from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to an Spline in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.Spline
◆ GetSplines()
|
inline |
Gets all the Splines in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Spline
◆ GetSubmodels()
|
inline |
Gets all the Submodels in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Submodel
◆ GetSymbol()
|
inline |
Gets an existing Symbol from this TD instance.
- See also
- OpenTD.Symbol
◆ GetSymbols()
|
inline |
Gets all the Symbols in this TD instance.
- See also
- OpenTD.Symbol
◆ GetSymbolValue()
|
inline |
Gets an evaluated symbol value from this TD instance. Throws an OpenTDException if symbol does not exist.
- Parameters
-
name The name.
- Returns
- System.Double.
◆ GetTec()
|
inline |
Gets an existing Tec from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Tec in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.Tec
◆ GetTecs()
|
inline |
Gets all the Tecs in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Tec
◆ GetTee()
|
inline |
Gets an existing Tee from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Tee in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.FloCAD.Tee
◆ GetTees()
|
inline |
Gets all the Tees in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.FloCAD.Tee
◆ GetText()
|
inline |
Gets an existing Text annotation from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Text in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.Text
◆ GetTexts()
|
inline |
Gets all the Text annotations in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Text
◆ GetThermalDesktopVersion()
|
inline |
Gets the thermal desktop version.
- Returns
- System.String.
◆ GetThermoPropDBPathname()
|
inline |
Gets the pathname of the current thermophysical property database file in use by this TD instance.
- Parameters
-
pathname The rco pathname.
◆ GetThermoProps()
|
inline |
Gets an existing ThermoProps from this TD instance.
- See also
- OpenTD.ThermoProps
◆ GetThermoPropss()
|
inline |
Gets all the ThermoProps in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.ThermoProps
◆ GetTie()
|
inline |
Gets an existing Tie from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Tie in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.FloCAD.Tie
◆ GetTies()
|
inline |
Gets all the Ties in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.FloCAD.Tie
◆ GetTorus()
|
inline |
Gets an existing Torus from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Torus in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.Torus
◆ GetToruses()
|
inline |
Gets all the Toruss in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.Torus
◆ GetTracker()
|
inline |
Gets an existing Tracker from this TD instance.
- Parameters
-
handle An AutoCAD handle attached to a Tracker in this TD instance. searchXREFS If true, xref drawings will be included in the search.
- See also
- OpenTD.RadCAD.Tracker
◆ GetTrackers()
|
inline |
Gets all the Trackers in this TD instance.
- Parameters
-
searchXREFS if set to truealso search XREF's referenced in this TD instance.
- See also
- OpenTD.RadCAD.Tracker
◆ GetViewNames()
|
inline |
Gets the names of the AutoCAD named views in this TD instance.
◆ GetXREFpathnames()
|
inline |
◆ HideModelBrowser()
|
inline |
◆ IsConnected()
|
inline |
Determines whether this ThermalDesktop is connected to an instance of TD.
- Returns
trueif this instance is connected; otherwise,false.
◆ MergeNodes()
|
inline |
Calls the TD Merge Nodes command.
- Parameters
-
x Options.
◆ OpenOpticalPropDB()
|
inline |
Opens an optical property database file.
- Parameters
-
pathname The rco pathname.
◆ OpenThermoPropDB()
|
inline |
Opens a thermophysical property database file.
- Parameters
-
pathname The tdp pathname.
◆ Print()
|
inline |
Prints the specified text to the AutoCAD commandline, without automatically adding a newline.
- Parameters
-
text The text.
Implements OpenTD.ITdConsole.
◆ Quit()
|
inline |
Quits TD without saving the dwg. If ForceKillProcess is true, it will just kill the acad.exe process. This may leave lock files in the dwg directory and/or have other unintended consequences.
◆ ResetGraphics()
|
inline |
Calls the TD Reset Graphics command.
◆ RestoreIsoView()
|
inline |
Restores the view to one of the standard isometric views defined by AutoCAD.
- Parameters
-
view The view.
◆ RestoreOrthoView()
|
inline |
Restores the view to one of the standard orthographic views defined by AutoCAD.
- Parameters
-
view The view.
◆ RestoreView()
|
inline |
Restores the view to an AutoCAD named view.
- Parameters
-
viewName Name of the view.
◆ SaveAs()
|
inline |
Saves the dwg. Automatically overwrites existing file at pathname.
- Parameters
-
pathname The pathname.
◆ SendCommand()
|
inline |
Sends an AutoCAD command.
- Parameters
-
command The command. (Use spaces for carriage returns.) echo if set to trueecho the command to the commandline.delay Delay in ms to wait after sending command. (AutoCAD commands are executed asynchronously.)
◆ SendLegacyComCommand()
|
inline |
Emulates the TD COM parser – an ancestor of OpenTD – without using COM.
Before OpenTD, TD offered a simple API via COM. The TD COM server operated by parsing a command string. The SendLegacyComCommand method emulates the TD COM parser, without having to connect to TD via COM.
Most TD COM functionality can be accomplished using OpenTD methods. The SendLegacyComCommand method is included for completeness, and to ease the process of migrating an existing TD COM application to OpenTD. SendLegacyComCommand is not recommended to be used by new OpenTD applications.
Since the underlying RadCAD functions used by the COM server report success/failure via the AutoCAD console and not via a return value, SendLegacyComCommand may appear to succeed when it did not. It will only throw exceptions if it doesn't recognize a command or if the command crashes AutoCAD, and not if the command fails in some non-catastrophic way.
SendLegacyComCommand usually returns an empty string. The only exception to this is the "get" command, which attempts to return a string representing the value of a symbol.
The following commands are supported:
acadcommand "command" ["optional parameter" "optional parameter" ...] Executes an AutoCAD console command. The command and any parameters are individually enclosed in double quotes. New applications should use ThermalDesktop.SendCommand instead. Examples: SendLegacyComCommand("acadcommand \"zoom\" \"extents\"") SendLegacyComCommand("acadcommand \"line\" \"1,1\" \"2,2\" \"\"")
case [optional parameters] Calculates radiation and Cond/Cap data for the current case set. Examples: SendLegacyComCommand("case") // Calculates all radiation and cond/cap data. SendLegacyComCommand("case rad0 rad3 cc") // Calculates 1st and 4th radation tasks and cond/cap data.
caseset parameters Provides access to the Case Set Manager. New applications should use OpenTD CaseSetManager and/or CaseSet instead.
copyradkfiles fromFilename toFilename Copies radk files.
createmapset Undocumented interactive command.
disableuserbreaks Disables the ability to press ESC to end tasks.
displaycurrentdataset Displays the current post-processing dataset. New applications should use OpenTD.PostProcessing instead.
dumpppmap outputFilename Undocumented post-processing command. New applications should use OpenTD.Results instead.
exitautocad Attempts to exit Thermal Desktop without saving the dwg. New applications should use ThermalDesktop.Quit instead.
exportnodeinfo Calls the RcExportNodeInfo command. New applications should use ThermalDesktop.ExportNodeInfo instead.
get symbolName Returns a string representing the evaluated value of a symbol. New applications should use ThermalDesktop.GetSymbol instead.
importcomet filename Undocumented.
mapnastran inputFilename outputFilename [optional tolerance] Maps the current post-processing data to the Nastran mesh defined in inputFilename, writing the results in Nastran format in outputFilename.
object This command is used by Dynamic Sinda to display the value of OBJECT in the TD Dynamic Sinda status window.
opticalias alias opticalProp Changes what optical property an alias refers to. The names cannot include spaces. New applications should use ThermalDesktop.OpticalPropAliasManager instead.
orbit parameters Provides access to the Heating Rate Case Manager. New applications should use OpenTD Orbit instead.
output message Writes message to the TD Dynamic Sinda status window.
postprocess filename [optional delay in ms] Creates or updates a TEXT-type dataset from a file. New applications should use PostProcessing.DatasetManager instead.
ppnexttime Steps forward to the next record in the current dataset. New applications should use PostProcessing.DatasetManager instead.
ppsavefile savOrCsrPathname Creates or updates a SF-type dataset from a save file or CSR directory. New applications should use PostProcessing.DatasetManager instead.
ppsettime index Sets the record for the current post-processing dataset. Uses 0-indexed record array index (0, 1, 2, etc) not record number. New applications should use PostProcessing.DatasetManager instead.
sendf4 Sends the F4 keycode. Useful for capturing the screen using hypersnap/cam.
set symbolName expressionIncludingSpaces Updates an existing symbol's expression. New applications should use OpenTD Symbol instead.
setmapconstanttol toleranceInDwgUnits Sets the constant tolerance to be used by the mapnastran command, in dwg units.
setmapcurrentorall parameter If parameter is ALL, the mapnastran command will perform the mapping for all records in the dataset. If parameter is any other value, it will perform the mapping at the current record.
setmapset mapsetName Instructs the mapnastran command to only use the specified object mapset.
setmapvariabletol TolerancesSeperatedBySpaces Sets the progressive tolerance to be used by the mapnastran command, in dwg units.
startcase [optional name] Runs the current case set, or the one specified by the optional name. New applications should use OpenTD CaseSetManager and/or CaseSet instead.
tdmapallmappers appendToFilename Executes all mappers. Inserts the appendToFilename string at the end of each output file, before any extension.
thermoalias alias thermoProp Changes what thermophysical property an alias refers to. The names cannot include spaces. New applications should use ThermalDesktop.ThermoPropAliasManager instead.
update Updates all entity values based on symbol expressions.
- Parameters
-
commandline The full command string, e.g. "set mySymbol 67 + 45" delay Delay in ms to wait after sending command. (Some legacy COM commands are executed asynchronously.)
◆ SetAutocadVariable() [1/3]
|
inline |
Sets an autocad variable that takes a double value.
- Parameters
-
name The name. value The value.
◆ SetAutocadVariable() [2/3]
|
inline |
Sets an autocad variable that takes an integer value.
- Parameters
-
name The name. value The value.
◆ SetAutocadVariable() [3/3]
|
inline |
Sets an autocad variable that takes a string value.
- Parameters
-
name The name. value The value.
◆ SetCurrentLayer()
|
inline |
◆ SetDwgUnits()
|
inline |
Sets the dwg units. Deprecated. Use ThermalDesktop.UserPreferences.Units instead.
- Parameters
-
x The units. DoNotScaleModel if set to truedo not scale model to new length units.
◆ SetInstanceDataListString()
|
inline |
Use the Set/GetInstanceData methods to store general data with this OpenTD server.
◆ SetNodeCorrespondenceMap()
|
inline |
Sets the TRASYS-style node correspondence dictionary. Keys are SINDA node names. Values are lists of RadCAD nodes that correspond to each SINDA node. Use SetNodeCorrespondenceState to turn node correspondence on or off.
- See also
- OpenTD.ThermalDesktop.SetNodeCorrespondenceState(bool), OpenTD.ThermalDesktop.GetNodeCorrespondenceMap(Dictionary<string, List<string>>)
◆ SetNodeCorrespondenceState()
|
inline |
Turns node correspondence on or off.
- Parameters
-
activated if set to trueactivates node correspondence.
◆ SetSelection() [1/2]
|
inline |
Highlight objects in the TD graphics window.
◆ SetSelection() [2/2]
|
inline |
Highlight objects by handle in the TD graphics window.
◆ SetUnits()
|
inline |
Sets OpenTD WorkingUnits and the TD dwg units.
- Parameters
-
x The units.
◆ SetView() [1/3]
|
inline |
◆ SetView() [2/3]
|
inline |
◆ SetView() [3/3]
|
inline |
◆ SetVisualStyle()
|
inline |
Sets the AutoCAD visual style.
- Parameters
-
style The style.
◆ ShowModelBrowser()
|
inline |
◆ SnapMeasures()
|
inline |
◆ StopService()
|
inline |
Stops the OpenTD server running in TD.
◆ UpdateFromTD()
|
inline |
◆ UpdateGraphics()
|
inline |
Calls the TD Updates Graphics command.
◆ UpdateMeasures()
|
inline |
◆ ZoomExtents()
|
inline |
Zooms the view to the extents of the model.
Property Documentation
◆ CaseSetManager
|
get |
The Case Set Manager. While case sets can be worked with directly, the Case Set Manager is used to set global case set options. It can also be used to run multiple cases in TD batch mode.
- See also
- OpenTD.CaseSetManager
◆ ConnectConfig
|
getset |
Controls how Connect() will try to connect to TD.
◆ DatasetManager
|
get |
Use the DatasetManager to access TD's "Postprocessing Datasets" dialog. Use it to control what data is displayed as a contour plot in TD, for example.
◆ OpticalPropAliasManager
|
get |
The optical property alias manager.
- See also
- OpenTD.OpticalPropAliasManager
◆ ProgressBar
|
get |
Use to show progress of a procedure in TD.
- See also
- AddIn.ProgressBar
◆ RadiationAnalysisGroupManager
|
get |
The radiation analysis group manager.
◆ StackAliasManager
|
get |
The stack alias manager.
- See also
- OpenTD.StackAliasManager
◆ ThermoPropAliasManager
|
get |
The thermophysical property alias manager.
- See also
- OpenTD.ThermoPropAliasManager
◆ UCS
|
get |
Gets or sets AutoCAD's User Coordinate System (UCS). Note: most OpenTD positions are defined relative to the World Coordinate System (WCS), so setting the UCS will have no effect on how entities are positioned. One exception is the PostProcessingDataMapper, which can be positioned relative to the UCS.
- See also
- OpenTD.DataMapper
◆ UserPreferences
|
get |
Use this to get/set selected global user preferences, such as dwg units and acceleration.
◆ VisibilityManager
|
get |
Use to manage the visibility of entities in a TD instance.
The documentation for this class was generated from the following files:
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/AcEllipse.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/ThermalDesktop.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Arc.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/ArrayInterpolation.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/CaseSet.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Circle.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Conductor.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Contactor.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/DbIterator.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/DomainManager.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/DynamicSindaStatus.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/FloCAD/Cappmp.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/FloCAD/Compartment.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/FloCAD/FkLocator.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/FloCAD/FluidSubmodel.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/FloCAD/FTie.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/FloCAD/IFace.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/FloCAD/Lump.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/FloCAD/Path.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/FloCAD/Pipe.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/FloCAD/Port.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/FloCAD/Tee.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/FloCAD/Tie.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Heater.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/HeatLoad.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Helix.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Layer.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Line.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/LogicObject.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/MaterialStack.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Measure.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/MeasureMappingTolerances.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Model.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Node.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Notes.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/PID.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Polyline.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Polyline3d.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/PostProcessing/DataMapper.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/PressureLoad.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Assembly.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Cone.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Cylinder.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Disk.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Ellipse.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Ellipsoid.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/EllipticCone.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/EllipticCylinder.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FdSolid/SolidBrick.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FdSolid/SolidCone.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FdSolid/SolidCylinder.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FdSolid/SolidEllipsoid.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FdSolid/SolidSphere.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FEM/LinearBrick.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FEM/LinearPyramid.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FEM/LinearQuad.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FEM/LinearTet.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FEM/LinearTri.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FEM/LinearWedge.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FEM/QuadraticBrick.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FEM/QuadraticPyramid.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FEM/QuadraticQuad.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FEM/QuadraticTet.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FEM/QuadraticTri.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FEM/QuadraticWedge.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/FEMeshImporter.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/MeshFD.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/OffsetParaboloid.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Ogive.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/OpticalProps.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Orbit.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/ParabolicTrough.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Paraboloid.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Polygon.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Rectangle.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/ScarfedCone.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/ScarfedCylinder.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Sphere.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Torus.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/RadCAD/Tracker.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Spline.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Submodel.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Symbol.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Tec.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/Text.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/ThermoProps.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/UDFACollection.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/UserArray.cs
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/UserCode.cs