|
override void | Dispose () |
|
override HPS.Type | ObjectType () |
|
void | SetColor (HPS.RGBAColor in_color) |
| Sets the color for this SolidLinePatternElement. If this is not set, this SolidLinePatternElement will take the effective line (or edge) color in the segment where the line (or edge) pattern is used. More...
|
|
void | SetMaterialByIndex (float in_material_index) |
| Sets the color (by material index) for this SolidLinePatternElement. If this is not set, this SolidLinePatternElement will take the effective line (or edge) color in the segment where the line (or edge) pattern is used. More...
|
|
bool | ShowColor (out HPS.Material.Type out_type, out HPS.RGBAColor out_color, out float out_index) |
| Shows the color for this SolidLinePatternElement. More...
|
|
| SolidLinePatternElement () |
| The default constructor creates an empty SolidLinePatternElement object. More...
|
|
| SolidLinePatternElement (HPS.LinePatternElement in_that) |
| This constructor creates a SolidLinePatternElement object that contains the same settings as the source LinePatternElement. The copy will only be successful if the source line pattern element is really an upcast of a solid line pattern element. Otherwise the copy will fail and the resulting SolidLinePatternElement will be invalid. More...
|
|
| SolidLinePatternElement (HPS.SolidLinePatternElement in_that) |
| The copy constructor creates a new SolidLinePatternElement object that contains the same settings as the source SolidLinePatternElement. More...
|
|
| SolidLinePatternElement (float in_size, HPS.LinePattern.SizeUnits in_units) |
| This constructor creates a SolidLinePatternElement with a given size. More...
|
|
override bool | Equals (System.Object obj) |
|
bool | Equals (HPS.LinePatternElement in_that) |
| Check if the source LinePatternElement is equivalent to this LinePatternElement. More...
|
|
override int | GetHashCode () |
|
| LinePatternElement () |
| The default constructor creates an empty LinePatternElement object. More...
|
|
| LinePatternElement (HPS.LinePatternElement in_that) |
| The copy constructor creates a new LinePatternElement object that contains the same settings as the source LinePatternElement. More...
|
|
void | Set (HPS.LinePatternElement in_that) |
| Copies the source LinePatternElement into this LinePatternElement. More...
|
|
void | SetSize (float in_size, HPS.LinePattern.SizeUnits in_units) |
| Sets the size of this LinePatternElement. More...
|
|
bool | ShowSize (out float out_size, out HPS.LinePattern.SizeUnits out_units) |
| Shows the size of this LinePatternElement. More...
|
|
virtual bool | Empty () |
| Indicates whether this object has any values set on it. More...
|
|
IntPtr | GetClassID () |
|
IntPtr | GetInstanceID () |
| Returns the object's database handle, which can be used to determine which instance of a class the object is. For example, controls are simply aliases for segment keys that group related functions. Therefore, a SegmentKey and all of its controls would return the same instance id. Different keys and controls will return the same value if they are backed by the same database resource. More...
|
|
bool | HasType (HPS.Type in_mask) |
| This function indicates whether this Object has the given Type mask. More...
|
|
| Object (HPS.Object that) |
|
virtual void | Reset () |
| Resets this object to its initial, uninitialized state. More...
|
|
virtual HPS.Type | Type () |
| This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More...
|
|
The SolidLinePatternElement class is a user space object. It is used for specifying solid elements within a line pattern.