The LinePatternElement class is a user space object. It is the base class for other line pattern element types. Line pattern elements are used to define a pattern that can be assigned lines or edges.
More...
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
HandleRef | cptr |
|
HandleRef | scptr |
|
bool | cMemOwn |
|
The LinePatternElement class is a user space object. It is the base class for other line pattern element types. Line pattern elements are used to define a pattern that can be assigned lines or edges.
HPS.LinePatternElement.LinePatternElement |
( |
| ) |
|
|
inline |
Check if the source LinePatternElement is equivalent to this LinePatternElement.
- Parameters
-
in_that | The source <ref refid="class_h_p_s_1_1_line_pattern_element" kindref="compound">LinePatternElement</ref> to compare to this <ref refid="class_h_p_s_1_1_line_pattern_element" kindref="compound">LinePatternElement</ref>. |
- Returns
- true if the objects are equivalent, false otherwise.
override HPS.Type HPS.LinePatternElement.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
Reimplemented in HPS.SolidLinePatternElement.
void HPS.LinePatternElement.SetSize |
( |
float |
in_size, |
|
|
HPS.LinePattern.SizeUnits |
in_units |
|
) |
| |
|
inline |
Sets the size of this LinePatternElement.
- Parameters
-
in_size | The size of this <ref refid="class_h_p_s_1_1_line_pattern_element" kindref="compound">LinePatternElement</ref>. |
in_units | The units for the size of this <ref refid="class_h_p_s_1_1_line_pattern_element" kindref="compound">LinePatternElement</ref>. |
bool HPS.LinePatternElement.ShowSize |
( |
out float |
out_size, |
|
|
out HPS.LinePattern.SizeUnits |
out_units |
|
) |
| |
|
inline |
Shows the size of this LinePatternElement.
- Parameters
-
out_size | The size of this <ref refid="class_h_p_s_1_1_line_pattern_element" kindref="compound">LinePatternElement</ref>. |
out_units | The units for the size of this <ref refid="class_h_p_s_1_1_line_pattern_element" kindref="compound">LinePatternElement</ref>. |
- Returns
- true if a size was set, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.LinePatternElement.cs