|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
static bool | operator!= (HPS.Key a, HPS.Key b) |
|
static bool | operator== (HPS.Key a, HPS.Key b) |
|
static IntPtr | ClassID< T > () |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The CircularArcKey class is a smart pointer to a database object. It is handle to a circular arc inserted via SegmentKey.InsertCircularArc. A circular arc is the line geometry, as such its visualization will be determined by attributes affecting lines.
◆ CircularArcKey() [1/3]
HPS.CircularArcKey.CircularArcKey |
( |
| ) |
|
|
inline |
The default constructor creates an uninitialized CircularArcKey object. The Type() function will return Type.None.
◆ CircularArcKey() [2/3]
HPS.CircularArcKey.CircularArcKey |
( |
HPS.Key |
in_that | ) |
|
|
inline |
This constructor creates a CircularArcKey object that shares the underlying smart-pointer of the source Key. The copy will only be successful if the source key is really an upcast of a CircularArc key. Otherwise the copy will fail and the resulting CircularArcKey will be invalid.
◆ CircularArcKey() [3/3]
◆ Consume()
Completely replaces all settings on this CircularArcKey with those set on the specified kit and resets the kit.
- Parameters
-
in_kit | The kit from which to get the settings to replace on this CircularArcKey. |
◆ ObjectType()
override HPS.Type HPS.CircularArcKey.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
◆ Set()
Replace those settings on this CircularArcKey with those set on the specified kit.
- Parameters
-
in_kit | The kit from which to get the settings to replace on this CircularArcKey. |
◆ SetEnd()
Sets the end point for this CircularArcKey. This is the point on the circumference of the circle at which the circular arc ends.
- Parameters
-
- Returns
- A reference to this CircularArcKey.
◆ SetMiddle()
Sets the middle point for this CircularArcKey. This is a point on the circumference of the circle between the start and end points for the circular arc.
- Parameters
-
- Returns
- A reference to this CircularArcKey.
◆ SetStart()
Sets the start point for this CircularArcKey. This is the point on the circumference of the circle at which the circular arc starts.
- Parameters
-
- Returns
- A reference to this CircularArcKey.
◆ Show()
Copy the contents of this CircularArcKey into the specified kit.
- Parameters
-
◆ ShowEnd()
bool HPS.CircularArcKey.ShowEnd |
( |
out HPS.Point |
out_end | ) |
|
|
inline |
Shows the end point for this CircularArcKey.
- Parameters
-
- Returns
- true if an end point was set, false otherwise.
◆ ShowMiddle()
bool HPS.CircularArcKey.ShowMiddle |
( |
out HPS.Point |
out_middle | ) |
|
|
inline |
Shows the middle point for this CircularArcKey.
- Parameters
-
- Returns
- true if a middle point was set, false otherwise.
◆ ShowStart()
bool HPS.CircularArcKey.ShowStart |
( |
out HPS.Point |
out_start | ) |
|
|
inline |
Shows the start point for this CircularArcKey.
- Parameters
-
- Returns
- true if a start point was set, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.CircularArcKey.cs