Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
HPS.HiddenLineAttributeKit Class Reference

The HPS::HiddenLineAttributeKit class is a user space object, useful for carrying a group attribute settings. Calling HPS::HiddenLineAttributeKit::GetDefault() will return a kit with values found in this table. More...

Inheritance diagram for HPS.HiddenLineAttributeKit:
HPS.Object

Public Member Functions

override void Dispose ()
 
 HiddenLineAttributeKit ()
 Initializes an empty kit. More...
 
 HiddenLineAttributeKit (HPS.HiddenLineAttributeKit in_kit)
 The copy constructor creates a new HiddenLineAttributeKit object that contains the same settings as the source object. More...
 
override HPS.Type ObjectType ()
 This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object. More...
 
void Set (HPS.HiddenLineAttributeKit in_kit)
 Copies the source HiddenLineAttributeKit into this object. More...
 
void Show (out HPS.HiddenLineAttributeKit out_kit)
 Copies this object into the given HiddenLineAttributeKit. More...
 
override bool Empty ()
 Indicates whether this object has any values set on it. More...
 
override bool Equals (System.Object obj)
 
override int GetHashCode ()
 
bool Equals (HPS.HiddenLineAttributeKit in_kit)
 Check if the source HiddenLineAttributeKit is equivalent to this object. More...
 
HPS.HiddenLineAttributeKit SetColor (HPS.RGBAColor in_color)
 Sets the color to be applied to the hidden lines and markers. More...
 
HPS.HiddenLineAttributeKit SetDimFactor (float in_zero_to_one)
 Specifies the fraction of the current line color's R, G, and B channels to use for the color of hidden lines and markers. By default, Visualize will automatically take a fraction of the RGB values to darken the hidden lines and markers. More...
 
HPS.HiddenLineAttributeKit SetFaceDisplacement (float in_buckets)
 Specifies how many units to push faces away from the camera. This can help improve hidden line scene quality if distinct polylines/lines are being used to denote user-defined edges on shell/mesh regions, but are not exactly coincident with the actual shell/mesh edges. Note: hidden line face displacement is separate from the general face displacement value set with the DrawingAttributeKit::SetFaceDisplacement. More...
 
HPS.HiddenLineAttributeKit SetLinePattern (string in_pattern)
 Specifies the pattern of the hidden lines. More...
 
HPS.HiddenLineAttributeKit SetRenderFaces (bool in_state)
 Specifies whether triangles will be displayed during a hidden-line rendering. More...
 
HPS.HiddenLineAttributeKit SetRenderText (bool in_state)
 Specifies whether text will be displayed during a hidden-line rendering. More...
 
HPS.HiddenLineAttributeKit SetAlgorithm (HPS.HiddenLine.Algorithm in_algorithm)
 Specifies the sorting algorithm that should be used to sort faces that have been made visible by the SetRenderFaces method. Default is ZBuffer. More...
 
HPS.HiddenLineAttributeKit SetSilhouetteCleanup (bool in_state)
 Silhouette edges can show unpleasant "fishtail" patterns at points on smooth surfaces where curvature in one orientation is very different from the curvature in another (e.g. the inside of a torus). Silhouette cleanup causes a post-process to remove most of these patterns. More...
 
HPS.HiddenLineAttributeKit SetVisibility (bool in_state)
 Specifies whether hidden lines and markers should be displayed. More...
 
HPS.HiddenLineAttributeKit SetWeight (float in_weight, HPS.Line.SizeUnits in_units)
 Sets the weight of lines drawn in hidden line rendering. More...
 
HPS.HiddenLineAttributeKit SetWeight (float in_weight)
 Sets the weight of lines drawn in hidden line rendering. More...
 
HPS.HiddenLineAttributeKit SetTransparencyCutoff (float in_zero_to_one)
 Specifies the threshold for when transparent objects are considered opaque. Objects with transparency greater than the cutoff will be considered opaque while objects with transparency less than the cutoff will treated as transparent. More...
 
HPS.HiddenLineAttributeKit UnsetColor ()
 Removes the hidden line color setting. More...
 
HPS.HiddenLineAttributeKit UnsetDimFactor ()
 Removes the dim factor setting. More...
 
HPS.HiddenLineAttributeKit UnsetFaceDisplacement ()
 Removes the face displacement setting. More...
 
HPS.HiddenLineAttributeKit UnsetLinePattern ()
 Removes the line pattern setting for hidden lines. More...
 
HPS.HiddenLineAttributeKit UnsetRenderFaces ()
 Removes the face rendering setting. More...
 
HPS.HiddenLineAttributeKit UnsetRenderText ()
 Removes the text rendering setting. More...
 
HPS.HiddenLineAttributeKit UnsetAlgorithm ()
 Removes the hidden line algorithm setting. More...
 
HPS.HiddenLineAttributeKit UnsetSilhouetteCleanup ()
 Removes the silhouette cleanup setting. More...
 
HPS.HiddenLineAttributeKit UnsetVisibility ()
 Removes the hidden line visibility setting. More...
 
HPS.HiddenLineAttributeKit UnsetWeight ()
 Removes the weight setting for hidden line. More...
 
HPS.HiddenLineAttributeKit UnsetTransparencyCutoff ()
 Removes the transparency cutoff setting. More...
 
HPS.HiddenLineAttributeKit UnsetEverything ()
 Removes all settings from this object. More...
 
bool ShowColor (out HPS.RGBAColor out_color)
 Shows the color applied to hidden lines and markers. More...
 
bool ShowDimFactor (out float out_zero_to_one)
 Shows the dim factor multiplier applied to each channel of the hidden line color. More...
 
bool ShowFaceDisplacement (out float out_buckets)
 Shows the number of units to push faces away from the camera. More...
 
bool ShowLinePattern (out string out_pattern)
 Shows the pattern of the hidden lines. More...
 
bool ShowRenderFaces (out bool out_state)
 Shows whether triangles will be displayed during a hidden-line rendering. More...
 
bool ShowRenderText (out bool out_state)
 Shows whether text will be displayed during a hidden-line rendering. More...
 
bool ShowAlgorithm (out HPS.HiddenLine.Algorithm out_algorithm)
 Shows the sorting algorithm that will be used to sort faces that have been made visible by the SetRenderFaces method. More...
 
bool ShowSilhouetteCleanup (out bool out_state)
 Shows whether hidden line rendering should be post-processed to remove visual artifacts of silhouette edges. More...
 
bool ShowVisibility (out bool out_state)
 Shows whether hidden lines and markers should be displayed. More...
 
bool ShowWeight (out float out_weight, out HPS.Line.SizeUnits out_units)
 Shows the weight of lines drawn in hidden line rendering. More...
 
bool ShowTransparencyCutoff (out float out_zero_to_one)
 Shows the threshold for when transparent objects are considered opaque. More...
 
- Public Member Functions inherited from HPS.Object
IntPtr GetClassID ()
 
 Object (HPS.Object in_that)
 The move constructor creates an Object by transferring the underlying impl of the rvalue reference to this Object thereby avoiding a copy and allocation. More...
 
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...
 
virtual void Reset ()
 Resets this object to its initial, uninitialized state. More...
 
bool HasType (HPS.Type in_mask)
 This function indicates whether this Object has the given Type mask. More...
 
IntPtr GetInstanceID ()
 Returns an identifier that can be used to identify which instance of a class an object is. Different keys and controls will return the same value if they are backed by the same database resource. More...
 

Static Public Member Functions

static HPS.HiddenLineAttributeKit GetDefault ()
 Creates a HiddenLineAttributeKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default. More...
 
static bool operator== (HPS.HiddenLineAttributeKit a, HPS.HiddenLineAttributeKit b)
 
static bool operator!= (HPS.HiddenLineAttributeKit a, HPS.HiddenLineAttributeKit b)
 
- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Protected Attributes inherited from HPS.Object
HandleRef cptr
 
HandleRef scptr
 
bool cMemOwn
 

Detailed Description

The HPS::HiddenLineAttributeKit class is a user space object, useful for carrying a group attribute settings. Calling HPS::HiddenLineAttributeKit::GetDefault() will return a kit with values found in this table.

Constructor & Destructor Documentation

HPS.HiddenLineAttributeKit.HiddenLineAttributeKit ( )
inline

Initializes an empty kit.

HPS.HiddenLineAttributeKit.HiddenLineAttributeKit ( HPS.HiddenLineAttributeKit  in_kit)
inline

The copy constructor creates a new HiddenLineAttributeKit object that contains the same settings as the source object.

Parameters
in_kitThe source object to copy.

Member Function Documentation

override bool HPS.HiddenLineAttributeKit.Empty ( )
inlinevirtual

Indicates whether this object has any values set on it.

Returns
true if no values are set on this object, false otherwise.

Reimplemented from HPS.Object.

bool HPS.HiddenLineAttributeKit.Equals ( HPS.HiddenLineAttributeKit  in_kit)
inline

Check if the source HiddenLineAttributeKit is equivalent to this object.

Parameters
in_kitThe source <ref refid="class_h_p_s_1_1_hidden_line_attribute_kit" kindref="compound">HiddenLineAttributeKit</ref> to compare to this object.
Returns
true if the objects are equivalent, false otherwise.
static HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.GetDefault ( )
inlinestatic

Creates a HiddenLineAttributeKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default.

Returns
A HiddenLineAttributeKit with the default settings.
override HPS.Type HPS.HiddenLineAttributeKit.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.

void HPS.HiddenLineAttributeKit.Set ( HPS.HiddenLineAttributeKit  in_kit)
inline

Copies the source HiddenLineAttributeKit into this object.

Parameters
in_kitThe source object to copy.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.SetAlgorithm ( HPS.HiddenLine.Algorithm  in_algorithm)
inline

Specifies the sorting algorithm that should be used to sort faces that have been made visible by the SetRenderFaces method. Default is ZBuffer.

Parameters
in_algorithmThe algorithm used to sort visible faces.
Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.SetColor ( HPS.RGBAColor  in_color)
inline

Sets the color to be applied to the hidden lines and markers.

Parameters
in_colorThe color hidden line geometry should be drawn in.
Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.SetDimFactor ( float  in_zero_to_one)
inline

Specifies the fraction of the current line color's R, G, and B channels to use for the color of hidden lines and markers. By default, Visualize will automatically take a fraction of the RGB values to darken the hidden lines and markers.

Parameters
in_zero_to_oneA multiplier, between [0,1], applied to each channel of the hidden line color.
Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.SetFaceDisplacement ( float  in_buckets)
inline

Specifies how many units to push faces away from the camera. This can help improve hidden line scene quality if distinct polylines/lines are being used to denote user-defined edges on shell/mesh regions, but are not exactly coincident with the actual shell/mesh edges. Note: hidden line face displacement is separate from the general face displacement value set with the DrawingAttributeKit::SetFaceDisplacement.

Parameters
in_bucketsThe number of "z buckets" to push faces away from the camera. Negative values will move faces toward the camera, potentially obscuring some lines.
Returns
A reference to this object.

DrawingAttributeKit::SetFaceDisplacement()

HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.SetLinePattern ( string  in_pattern)
inline

Specifies the pattern of the hidden lines.

Parameters
in_patternThe name of a line pattern, defined in a portfolio that is accessible.
Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.SetRenderFaces ( bool  in_state)
inline

Specifies whether triangles will be displayed during a hidden-line rendering.

Parameters
in_stateWhether triangles will displayed during a hidden-line rendering.
Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.SetRenderText ( bool  in_state)
inline

Specifies whether text will be displayed during a hidden-line rendering.

Parameters
in_stateWhether text will displayed during a hidden-line rendering.
Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.SetSilhouetteCleanup ( bool  in_state)
inline

Silhouette edges can show unpleasant "fishtail" patterns at points on smooth surfaces where curvature in one orientation is very different from the curvature in another (e.g. the inside of a torus). Silhouette cleanup causes a post-process to remove most of these patterns.

Parameters
in_stateWhether hidden line rendering should be post-processed to remove visual artifacts.
Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.SetTransparencyCutoff ( float  in_zero_to_one)
inline

Specifies the threshold for when transparent objects are considered opaque. Objects with transparency greater than the cutoff will be considered opaque while objects with transparency less than the cutoff will treated as transparent.

Parameters
in_zero_to_oneThe cutoff value, between [0,1].
Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.SetVisibility ( bool  in_state)
inline

Specifies whether hidden lines and markers should be displayed.

Parameters
in_stateThe algorithm to be used during hidden line rendering.
Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.SetWeight ( float  in_weight,
HPS.Line.SizeUnits  in_units 
)
inline

Sets the weight of lines drawn in hidden line rendering.

Parameters
in_weightThe weight value for hidden lines.
in_unitsThe units applied to in_weight.
Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.SetWeight ( float  in_weight)
inline

Sets the weight of lines drawn in hidden line rendering.

Parameters
in_weightThe weight value for hidden lines.
Returns
A reference to this object.
void HPS.HiddenLineAttributeKit.Show ( out HPS.HiddenLineAttributeKit  out_kit)
inline

Copies this object into the given HiddenLineAttributeKit.

Parameters
out_kitThe <ref refid="class_h_p_s_1_1_hidden_line_attribute_kit" kindref="compound">HiddenLineAttributeKit</ref> to populate with the contents of this object.
bool HPS.HiddenLineAttributeKit.ShowAlgorithm ( out HPS.HiddenLine.Algorithm  out_algorithm)
inline

Shows the sorting algorithm that will be used to sort faces that have been made visible by the SetRenderFaces method.

Parameters
out_algorithmThe algorithm used to sort visible faces.
Returns
true if the setting is valid, false otherwise.
bool HPS.HiddenLineAttributeKit.ShowColor ( out HPS.RGBAColor  out_color)
inline

Shows the color applied to hidden lines and markers.

Parameters
out_colorThe color of hidden line geometry.
Returns
true if the setting is valid, false otherwise.
bool HPS.HiddenLineAttributeKit.ShowDimFactor ( out float  out_zero_to_one)
inline

Shows the dim factor multiplier applied to each channel of the hidden line color.

Parameters
out_zero_to_oneA multiplier, between [0,1], applied to each channel of the hidden line color.
Returns
true if the setting is valid, false otherwise.
bool HPS.HiddenLineAttributeKit.ShowFaceDisplacement ( out float  out_buckets)
inline

Shows the number of units to push faces away from the camera.

Parameters
out_bucketsThe number of "z buckets" to push faces away from the camera.
Returns
true if the setting is valid, false otherwise.
bool HPS.HiddenLineAttributeKit.ShowLinePattern ( out string  out_pattern)
inline

Shows the pattern of the hidden lines.

Parameters
out_patternThe name of a line pattern, defined in a portfolio that is accessible.
Returns
true if the setting is valid, false otherwise.
bool HPS.HiddenLineAttributeKit.ShowRenderFaces ( out bool  out_state)
inline

Shows whether triangles will be displayed during a hidden-line rendering.

Parameters
out_stateWhether triangles will displayed during a hidden-line rendering.
Returns
true if the setting is valid, false otherwise.
bool HPS.HiddenLineAttributeKit.ShowRenderText ( out bool  out_state)
inline

Shows whether text will be displayed during a hidden-line rendering.

Parameters
out_stateWhether text will displayed during a hidden-line rendering.
Returns
true if the setting is valid, false otherwise.
bool HPS.HiddenLineAttributeKit.ShowSilhouetteCleanup ( out bool  out_state)
inline

Shows whether hidden line rendering should be post-processed to remove visual artifacts of silhouette edges.

Parameters
out_stateWhether hidden line rendering should be post-processed to remove visual artifacts.
Returns
true if the setting is valid, false otherwise.
bool HPS.HiddenLineAttributeKit.ShowTransparencyCutoff ( out float  out_zero_to_one)
inline

Shows the threshold for when transparent objects are considered opaque.

Parameters
out_zero_to_oneThe cutoff value, between [0,1].
Returns
true if the setting is valid, false otherwise.
bool HPS.HiddenLineAttributeKit.ShowVisibility ( out bool  out_state)
inline

Shows whether hidden lines and markers should be displayed.

Parameters
out_stateWhether hidden lines and markers should be displayed.
Returns
true if the setting is valid, false otherwise.
bool HPS.HiddenLineAttributeKit.ShowWeight ( out float  out_weight,
out HPS.Line.SizeUnits  out_units 
)
inline

Shows the weight of lines drawn in hidden line rendering.

Parameters
out_weightThe weight value for hidden lines.
out_unitsThe units applied to in_weight.
Returns
true if the setting is valid, false otherwise.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.UnsetAlgorithm ( )
inline

Removes the hidden line algorithm setting.

Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.UnsetColor ( )
inline

Removes the hidden line color setting.

Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.UnsetDimFactor ( )
inline

Removes the dim factor setting.

Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.UnsetEverything ( )
inline

Removes all settings from this object.

Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.UnsetFaceDisplacement ( )
inline

Removes the face displacement setting.

Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.UnsetLinePattern ( )
inline

Removes the line pattern setting for hidden lines.

Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.UnsetRenderFaces ( )
inline

Removes the face rendering setting.

Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.UnsetRenderText ( )
inline

Removes the text rendering setting.

Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.UnsetSilhouetteCleanup ( )
inline

Removes the silhouette cleanup setting.

Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.UnsetTransparencyCutoff ( )
inline

Removes the transparency cutoff setting.

Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.UnsetVisibility ( )
inline

Removes the hidden line visibility setting.

Returns
A reference to this object.
HPS.HiddenLineAttributeKit HPS.HiddenLineAttributeKit.UnsetWeight ( )
inline

Removes the weight setting for hidden line.

Returns
A reference to this object.

The documentation for this class was generated from the following file: