OpenTD.AcEllipse Class Reference
Last update: 16.07.2025Client-side representation of an AutoCAD Ellipse entity in a TD instance. More...

Public Member Functions | |
| AcEllipse () | |
| override void | Update () |
| Updates the TD entity with the latest client data. | |
| override void | CreateIn (ThermalDesktop td) |
| Creates the TD entity in the specified TD instance. | |
| void | SetFrom (TdDbEntityData x) |
| void | SetFrom (DbObject x) |
| void | SetFrom (OpenTDObject x) |
| override string | ToString () |
| override void | UpdateFromTD () |
| Updates the client-side instance with the latest data from the TD entity. | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| void | UpdateIn (ThermalDesktop td) |
| Updates the TD entity corresponding to this object in the specified TD instance, if possible. | |
Static Public Member Functions | |
| static bool | operator== (DbObject first, DbObject second) |
| static bool | operator!= (DbObject first, DbObject second) |
Protected Member Functions | |
| string | ToString (string Submodel, string Id, string Comment) |
| string | ToString (string Submodel, int Id, string Comment) |
Protected Attributes | |
| ITdCommander | TdProxy |
Properties | |
| Point3d | Center [get, set] |
| double | RadiusRatio [get, set] |
| Major axis length / minor axis length. Must be between 1e-6 and 1.0. | |
| Vector3d | Normal [get, set] |
| Must be perpendicular to MajorAxis. | |
| Vector3d | MajorAxis [get, set] |
| Vector from the Ellipse's center point to its start point. The major axis vector's magnitude represents 1/2 the length of the major axis. Must be perpendicular to Normal. | |
| Dimensional< Angle > | StartAngle [get, set] |
| Measured from major axis. | |
| Dimensional< Angle > | EndAngle [get, set] |
| Measured from major axis. | |
| string | Layer [get, set] |
| int | ColorIndex [get, set] |
| Specifies a color. See the AutoCAD Layer Properties Manager for valid values. | |
| string | Handle [get, set] |
| string | TypeName [get, set] |
Detailed Description
Client-side representation of an AutoCAD Ellipse entity in a TD instance.
- See also
- OpenTD.ThermalDesktop
Constructor & Destructor Documentation
◆ AcEllipse()
|
inline |
Member Function Documentation
◆ CreateIn()
|
inline |
Creates the TD entity in the specified TD instance.
Implements OpenTD.IReassignable.
◆ Equals()
|
inlineinherited |
◆ GetHashCode()
|
inlineinherited |
◆ operator!=()
◆ operator==()
◆ SetFrom() [1/3]
|
inlineinherited |
◆ SetFrom() [2/3]
|
inlineinherited |
◆ SetFrom() [3/3]
|
inlineinherited |
◆ ToString() [1/3]
|
inlineinherited |
◆ ToString() [2/3]
|
inlineprotectedinherited |
◆ ToString() [3/3]
|
inlineprotectedinherited |
◆ Update()
|
inline |
Updates the TD entity with the latest client data.
Implements OpenTD.IUpdatable.
◆ UpdateFromTD()
|
inlineinherited |
Updates the client-side instance with the latest data from the TD entity.
Implements OpenTD.IUpdatable.
◆ UpdateIn()
|
inlineinherited |
Updates the TD entity corresponding to this object in the specified TD instance, if possible.
Implements OpenTD.IReassignable.
Member Data Documentation
◆ TdProxy
|
protectedinherited |
Property Documentation
◆ Center
|
getset |
◆ ColorIndex
|
getsetinherited |
Specifies a color. See the AutoCAD Layer Properties Manager for valid values.
◆ EndAngle
|
getset |
Measured from major axis.
◆ Handle
|
getsetinherited |
◆ Layer
|
getsetinherited |
◆ MajorAxis
|
getset |
Vector from the Ellipse's center point to its start point. The major axis vector's magnitude represents 1/2 the length of the major axis. Must be perpendicular to Normal.
◆ Normal
|
getset |
Must be perpendicular to MajorAxis.
◆ RadiusRatio
|
getset |
Major axis length / minor axis length. Must be between 1e-6 and 1.0.
◆ StartAngle
|
getset |
Measured from major axis.
◆ TypeName
|
getsetinherited |
The documentation for this class was generated from the following file:
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/OpenTD/OpenTD/AcEllipse.cs