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

The AnnotationKit class is a user space object. It acts as the container for all data that can be on an annotation in a Publish PDF. More...

Inheritance diagram for HPS.Publish.AnnotationKit:
HPS.Sprocket HPS.Object

Public Member Functions

override void Dispose ()
 
 AnnotationKit ()
 The default constructor creates an empty AnnotationKit object. More...
 
 AnnotationKit (HPS.SprocketPath in_source)
 This constructor creates a new AnnotationKit object with the given SprocketPath as the source. More...
 
 AnnotationKit (HPS.Publish.AnnotationKit in_kit)
 The copy constructor creates a new AnnotationKit object that contains the same settings as the source AnnotationKit. 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.Publish.AnnotationKit in_kit)
 Copies the source AnnotationKit into this AnnotationKit. More...
 
void Show (out HPS.Publish.AnnotationKit out_kit)
 Copies this AnnotationKit into the given AnnotationKit. More...
 
override bool Empty ()
 Indicates whether this AnnotationKit has any values set on it. More...
 
override bool Equals (System.Object obj)
 
override int GetHashCode ()
 
bool Equals (HPS.Publish.AnnotationKit in_kit)
 Check if the source AnnotationKit is equivalent to this AnnotationKit. More...
 
HPS.Publish.AnnotationKit SetSource (HPS.SprocketPath in_source)
 Sets the source for the annotation. This is the SprocketPath that will be used to locate the 3D data for the annotation. More...
 
HPS.Publish.AnnotationKit SetSource (HPS.KeyPath in_source)
 Sets the source for the annotation. This is the KeyPath that will be used to locate the 3D data for the annotation. More...
 
HPS.Publish.AnnotationKit SetSource (HPS.KeyPath[] in_sources)
 Sets the source for the annotation. These are the KeyPaths that will be used to locate the 3D data for the annotation. More...
 
HPS.Publish.AnnotationKit SetFormat (HPS.Publish.Annotation.Format in_format)
 Sets the format of the 3D data for the annotation. More...
 
HPS.Publish.AnnotationKit SetPRCTessellationCompression (bool in_state)
 Sets whether to compress tessellation for a PRC annotation. This setting is only relevant if the format of the annotation is Annotation::Format::PRC. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#ae1cf4104a5eda56ce958e94ee1c1c42c">A3DRWParamsExportPrcData::m_bCompressTessellation</ulink>. More...
 
HPS.Publish.AnnotationKit SetPRCBRepCompression (HPS.Publish.PRC.BRepCompression in_level)
 Sets the level of compression to apply to BRep data for a PRC annotation. This setting is only relevant if the format of the annotation is Annotation::Format::PRC. This corresponds to the values that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#afbbe41721d6878768a624ea8d0894531">A3DRWParamsExportPrcData::m_bCompressBrep</ulink> and <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#afd35a9e2bea37b388227b76e14f49daa">A3DRWParamsExportPrcData::m_eCompressBrepType</ulink>. More...
 
HPS.Publish.AnnotationKit SetPRCBRepRemoval (bool in_state)
 Sets whether to remove the BRep information in the PRC data for this annotation. This setting is only relevant if the format of the annotation is Annotation::Format::PRC. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#a7a61340a38925e02b30cb67f39b1fcd4">A3DRWParamsExportPrcData::m_bRemoveBRep</ulink>. More...
 
HPS.Publish.AnnotationKit SetPRCAttributeRemoval (bool in_state)
 Sets whether to remove the attribute information in the PRC data for this annotation. This setting is only relevant if the format of the annotation is Annotation::Format::PRC. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#aa8435b8348b8d6f1c11f1bc15313ed47">A3DRWParamsExportPrcData::m_bRemoveAttributes</ulink>. More...
 
HPS.Publish.AnnotationKit SetU3DVersion (HPS.Publish.U3D.Version in_version)
 Sets the version of the data for a U3D annotation. This setting is only relevant if the format of the annotation is Annotation::Format::U3D. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_u3_d_data.html#ae7d0446b90139bee7ccf7d0eef4a7204">A3DRWParamsExportU3DData::m_eU3DVersion</ulink>. More...
 
HPS.Publish.AnnotationKit SetU3DCompression (byte in_level)
 Sets the level of compression to apply to tessellations for a U3D annotation. If no compression level is set, no compression will be applied. This setting is only relevant if the format of the annotation is Annotation::Format::U3D. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_u3_d_data.html#ae9321a865749efe613aa1d141dff426b">A3DRWParamsExportU3DData::m_ucMeshQualityValue</ulink>. More...
 
HPS.Publish.AnnotationKit SetName (string in_name)
 Sets the name for the annotation. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a8d289e535b78fd163cc20db1993a4d94">A3DPDF3DAnnotData::m_pcName</ulink>. More...
 
HPS.Publish.AnnotationKit SetArtwork (HPS.Publish.ArtworkKit in_artwork)
 Sets the artwork for the annotation. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#af18f6ede1a64e78217d550f1fd8296a0">A3DPDF3DAnnotData::m_p3DArtwork</ulink>. More...
 
HPS.Publish.AnnotationKit SetActivation (HPS.Publish.Activation.When in_when)
 Sets when the annotation is activated. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a984cbf6fbf923367efc14693539a77fa">A3DPDF3DAnnotData::m_eActivateWhen</ulink>. More...
 
HPS.Publish.AnnotationKit SetDeactivation (HPS.Publish.Deactivation.When in_when)
 Sets when the annotation is deactivated. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a2e9c3a5c377dbec3da13497bf0c77a7c">A3DPDF3DAnnotData::m_eDesactiveWhen</ulink>. More...
 
HPS.Publish.AnnotationKit SetToolbarVisibility (bool in_state)
 Sets whether to display the toolbar when the annotation is activated. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a6713e01011a2440fb0b497174bf356f2">A3DPDF3DAnnotData::m_bShowToolbar</ulink>. More...
 
HPS.Publish.AnnotationKit SetModelTreeVisibility (bool in_state)
 Sets whether to display the model tree when the annotation is activated. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a630c6fdbe19fd64733d9a4870f087d71">A3DPDF3DAnnotData::m_bOpenModelTree</ulink>. More...
 
HPS.Publish.AnnotationKit SetInteractivity (bool in_state)
 Sets whether to enable interactivity on the annotation. This corresponds to the (negated) value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#aead487a8b5b64330bfe6481a14ab23cc">A3DPDF3DAnnotData::m_bDisableInteractivity</ulink>. More...
 
HPS.Publish.AnnotationKit SetBorderWidth (int in_width)
 Sets the border width in points for the annotation. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a5db0afe2ae549413bf18032bdaf6f3cf">A3DPDF3DAnnotData::m_iAppearanceBorderWidth</ulink>. More...
 
HPS.Publish.AnnotationKit SetTransparentBackground (bool in_state)
 Sets whether the annotation background is transparent. This will render background color irrelevant and has negative <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a447c6ec9653b67dda1dce97f0484d69d">ramifications</ulink>. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a447c6ec9653b67dda1dce97f0484d69d">A3DPDF3DAnnotData::m_bTransparentBackground</ulink>. More...
 
HPS.Publish.AnnotationKit SetBackgroundColor (HPS.RGBColor in_color)
 Sets the background color for the annotation. Unused if there is a transparent background. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a7c94d67d1af04a1c8ca0a448f7359c8f">A3DPDF3DAnnotData::m_sBackgroundColor</ulink>. More...
 
HPS.Publish.AnnotationKit SetLighting (HPS.Publish.Lighting.Mode in_mode)
 Sets the lighting mode for the annotation. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a82fa249186ff5bc4027b81252339fd7e">A3DPDF3DAnnotData::m_eLighting</ulink>. More...
 
HPS.Publish.AnnotationKit SetRendering (HPS.Publish.Rendering.Mode in_mode)
 Sets the rendering mode for the annotation. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#aa2a03514e90a430f594fc7ece0dcd820">A3DPDF3DAnnotData::m_eRenderingStyle</ulink>. More...
 
HPS.Publish.AnnotationKit SetPosterImage (HPS.Publish.ImageKit in_image)
 Sets the poster image for the annotation. If this is not specified a poster image will be generated by Publish. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#aebe3e915ab9a18a3068756a9c0677a6d">A3DPDF3DAnnotData::m_pPosterImage</ulink>. More...
 
HPS.Publish.AnnotationKit SetCarouselButtons (string[] in_button_names, string in_previous_button_name, string in_next_button_name, ulong in_scroll_size)
 Sets the carousel buttons for the annotation. This must be specified for a view carousel to be generated. This corresponds to the button names that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/group__a3d__publish__document__module.html#gaeb2b809a03a348e88808edb5864542ba">A3DPDFDefineViewCarousel</ulink>. More...
 
HPS.Publish.AnnotationKit SetCarouselViews (ulong[] in_indices, HPS.Publish.ImageKit[] in_images)
 Sets the carousel views for the annotation. This can be optionally specified for a view carousel. This corresponds to the views and images that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/group__a3d__publish__document__module.html#gaeb2b809a03a348e88808edb5864542ba">A3DPDFDefineViewCarousel</ulink>. More...
 
HPS.Publish.AnnotationKit SetCarouselViews (ulong[] in_indices)
 Sets the carousel views for the annotation. This can be optionally specified for a view carousel. This corresponds to the views and images that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/group__a3d__publish__document__module.html#gaeb2b809a03a348e88808edb5864542ba">A3DPDFDefineViewCarousel</ulink>. More...
 
HPS.Publish.AnnotationKit UnsetSource ()
 Removes the source setting. More...
 
HPS.Publish.AnnotationKit UnsetFormat ()
 Removes the format setting. More...
 
HPS.Publish.AnnotationKit UnsetPRCTessellationCompression ()
 Removes the tessellation compression for PRC data setting. More...
 
HPS.Publish.AnnotationKit UnsetPRCBRepCompression ()
 Removes the BRep compression level for PRC data setting. More...
 
HPS.Publish.AnnotationKit UnsetPRCBRepRemoval ()
 Removes the BRep removal for PRC data setting. More...
 
HPS.Publish.AnnotationKit UnsetPRCAttributeRemoval ()
 Removes the attribute removal for PRC data setting. More...
 
HPS.Publish.AnnotationKit UnsetU3DVersion ()
 Removes the version for U3D data setting. More...
 
HPS.Publish.AnnotationKit UnsetU3DCompression ()
 Removes the compression level for U3D data setting. More...
 
HPS.Publish.AnnotationKit UnsetName ()
 Removes the name setting. More...
 
HPS.Publish.AnnotationKit UnsetArtwork ()
 Removes the artwork setting. More...
 
HPS.Publish.AnnotationKit UnsetActivation ()
 Removes the activation setting. More...
 
HPS.Publish.AnnotationKit UnsetDeactivation ()
 Removes the deactivation setting. More...
 
HPS.Publish.AnnotationKit UnsetToolbarVisibility ()
 Removes the toolbar visibility setting. More...
 
HPS.Publish.AnnotationKit UnsetModelTreeVisibility ()
 Removes the model tree visibility setting. More...
 
HPS.Publish.AnnotationKit UnsetInteractivity ()
 Removes the interactivity setting. More...
 
HPS.Publish.AnnotationKit UnsetBorderWidth ()
 Removes the border width setting. More...
 
HPS.Publish.AnnotationKit UnsetTransparentBackground ()
 Removes the transparent background setting. More...
 
HPS.Publish.AnnotationKit UnsetBackgroundColor ()
 Removes the background color setting. More...
 
HPS.Publish.AnnotationKit UnsetLighting ()
 Removes the lighting mode setting.a More...
 
HPS.Publish.AnnotationKit UnsetRendering ()
 Removes the rendering mode setting. More...
 
HPS.Publish.AnnotationKit UnsetPosterImage ()
 Removes the poster image setting. More...
 
HPS.Publish.AnnotationKit UnsetCarouselButtons ()
 Removes the carousel buttons setting. More...
 
HPS.Publish.AnnotationKit UnsetCarouselViews ()
 Removes the carousel views setting. More...
 
HPS.Publish.AnnotationKit UnsetEverything ()
 Removes all data on the annotation. More...
 
bool ShowSource (out HPS.Publish.Annotation.SourceType out_source_type, out HPS.SprocketPath out_sprocket_paths, out HPS.KeyPath[] out_key_paths)
 Shows the source setting. More...
 
bool ShowFormat (out HPS.Publish.Annotation.Format out_format)
 Shows the format setting. More...
 
bool ShowPRCTessellationCompression (out bool out_state)
 Shows the tessellation compression for PRC data setting. More...
 
bool ShowPRCBRepCompression (out HPS.Publish.PRC.BRepCompression out_level)
 Shows the BRep compression level for PRC data setting. More...
 
bool ShowPRCBRepRemoval (out bool out_state)
 Shows the BRep removal for PRC data setting. More...
 
bool ShowPRCAttributeRemoval (out bool out_state)
 Shows the attribute removal for PRC data setting. More...
 
bool ShowU3DVersion (out HPS.Publish.U3D.Version out_version)
 Shows the version for U3D data setting. More...
 
bool ShowU3DCompression (out byte out_level)
 Shows the compression level for U3D data for the annotation. More...
 
bool ShowName (out string out_name)
 Shows the name setting. More...
 
bool ShowArtwork (out HPS.Publish.ArtworkKit out_artwork)
 Shows the artwork setting. More...
 
bool ShowActivation (out HPS.Publish.Activation.When out_when)
 Shows the activation setting. More...
 
bool ShowDeactivation (out HPS.Publish.Deactivation.When out_when)
 Shows the deactivation setting. More...
 
bool ShowToolbarVisibility (out bool out_state)
 Shows the toolbar visibility setting. More...
 
bool ShowModelTreeVisibility (out bool out_state)
 Shows the model tree visibility setting. More...
 
bool ShowInteractivity (out bool out_state)
 Shows the interactivity setting. More...
 
bool ShowBorderWidth (out int out_width)
 Shows the border width setting. More...
 
bool ShowTransparentBackground (out bool out_state)
 Shows the transparent background setting. More...
 
bool ShowBackgroundColor (out HPS.RGBColor out_color)
 Shows the background color setting. More...
 
bool ShowLighting (out HPS.Publish.Lighting.Mode out_mode)
 Shows the lighting mode setting. More...
 
bool ShowRendering (out HPS.Publish.Rendering.Mode out_mode)
 Shows the rendering mode setting. More...
 
bool ShowPosterImage (out HPS.Publish.ImageKit out_image)
 Shows the poster image setting. More...
 
bool ShowCarouselButtons (out string[] out_button_names, out string out_previous_button_name, out string out_next_button_name, out ulong out_scroll_size)
 Shows the carousel buttons setting. More...
 
bool ShowCarouselViews (out ulong[] out_indices, out HPS.Publish.ImageKit[] out_images)
 Shows the carousel views setting. More...
 
- Public Member Functions inherited from HPS.Sprocket
 Sprocket (HPS.Sprocket in_that)
 
- Public Member Functions inherited from HPS.Object
IntPtr GetClassID ()
 
 Object (HPS.Object that)
 
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.Publish.AnnotationKit GetDefault ()
 Creates a AnnotationKit which contains the default settings. The returned object will not necessarily have values for every setting, but it will have them where it is reasonable to have a default. These values will be used for export unless a setting is overridden by the AnnotationKit passed to File::Export. More...
 
static bool operator== (HPS.Publish.AnnotationKit a, HPS.Publish.AnnotationKit b)
 
static bool operator!= (HPS.Publish.AnnotationKit a, HPS.Publish.AnnotationKit 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

- Public Types inherited from HPS.Sprocket
enum  UpdateType { Synchronous = 0, Asynchronous = 1 }
 The type of update to perform, either synchronous or asynchronous. More...
 
- Protected Attributes inherited from HPS.Object
HandleRef cptr
 
HandleRef scptr
 
bool cMemOwn
 

Detailed Description

The AnnotationKit class is a user space object. It acts as the container for all data that can be on an annotation in a Publish PDF.

Constructor & Destructor Documentation

HPS.Publish.AnnotationKit.AnnotationKit ( )
inline

The default constructor creates an empty AnnotationKit object.

HPS.Publish.AnnotationKit.AnnotationKit ( HPS.SprocketPath  in_source)
inline

This constructor creates a new AnnotationKit object with the given SprocketPath as the source.

Parameters
in_sourceThe source SprocketPath for the annotation.
HPS.Publish.AnnotationKit.AnnotationKit ( HPS.Publish.AnnotationKit  in_kit)
inline

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

Parameters
in_kitThe source AnnotationKit to copy.

Member Function Documentation

override bool HPS.Publish.AnnotationKit.Empty ( )
inlinevirtual

Indicates whether this AnnotationKit has any values set on it.

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

Reimplemented from HPS.Object.

bool HPS.Publish.AnnotationKit.Equals ( HPS.Publish.AnnotationKit  in_kit)
inline

Check if the source AnnotationKit is equivalent to this AnnotationKit.

Parameters
in_kitThe source AnnotationKit to compare to this AnnotationKit.
Returns
true if the objects are equivalent, false otherwise.
static HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.GetDefault ( )
inlinestatic

Creates a AnnotationKit which contains the default settings. The returned object will not necessarily have values for every setting, but it will have them where it is reasonable to have a default. These values will be used for export unless a setting is overridden by the AnnotationKit passed to File::Export.

Returns
A AnnotationKit with the default settings.
override HPS.Type HPS.Publish.AnnotationKit.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.Publish.AnnotationKit.Set ( HPS.Publish.AnnotationKit  in_kit)
inline

Copies the source AnnotationKit into this AnnotationKit.

Parameters
in_kitThe source AnnotationKit to copy.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetActivation ( HPS.Publish.Activation.When  in_when)
inline

Sets when the annotation is activated. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a984cbf6fbf923367efc14693539a77fa">A3DPDF3DAnnotData::m_eActivateWhen</ulink>.

Parameters
in_whenWhen the annotation is activated.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetArtwork ( HPS.Publish.ArtworkKit  in_artwork)
inline

Sets the artwork for the annotation. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#af18f6ede1a64e78217d550f1fd8296a0">A3DPDF3DAnnotData::m_p3DArtwork</ulink>.

Parameters
in_artworkThe artwork for the annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetBackgroundColor ( HPS.RGBColor  in_color)
inline

Sets the background color for the annotation. Unused if there is a transparent background. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a7c94d67d1af04a1c8ca0a448f7359c8f">A3DPDF3DAnnotData::m_sBackgroundColor</ulink>.

Parameters
in_colorThe background color for the annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetBorderWidth ( int  in_width)
inline

Sets the border width in points for the annotation. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a5db0afe2ae549413bf18032bdaf6f3cf">A3DPDF3DAnnotData::m_iAppearanceBorderWidth</ulink>.

Parameters
in_widthThe border width in points for the annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetCarouselButtons ( string[]  in_button_names,
string  in_previous_button_name,
string  in_next_button_name,
ulong  in_scroll_size 
)
inline

Sets the carousel buttons for the annotation. This must be specified for a view carousel to be generated. This corresponds to the button names that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/group__a3d__publish__document__module.html#gaeb2b809a03a348e88808edb5864542ba">A3DPDFDefineViewCarousel</ulink>.

Parameters
in_button_namesNames for the view buttons in the carousel.
in_previous_button_nameUTF8-encoded name for the previous button.
in_next_button_nameUTF8-encoded name for the next button.
in_scroll_sizeNumber of buttons to scroll when the previous or next buttons are pressed.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetCarouselViews ( ulong[]  in_indices,
HPS.Publish.ImageKit[]  in_images 
)
inline

Sets the carousel views for the annotation. This can be optionally specified for a view carousel. This corresponds to the views and images that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/group__a3d__publish__document__module.html#gaeb2b809a03a348e88808edb5864542ba">A3DPDFDefineViewCarousel</ulink>.

Parameters
in_indicesIndices of the views on the associated ArtworkKit to use for the view carousel.
in_imagesImages to use for the view carousel buttons. If unspecified, images will be generated from the views themselves.
Returns
A reference to this AnnotationKit.

SetArtwork

ArtworkKit::SetViews

HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetCarouselViews ( ulong[]  in_indices)
inline

Sets the carousel views for the annotation. This can be optionally specified for a view carousel. This corresponds to the views and images that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/group__a3d__publish__document__module.html#gaeb2b809a03a348e88808edb5864542ba">A3DPDFDefineViewCarousel</ulink>.

Parameters
in_indicesIndices of the views on the associated ArtworkKit to use for the view carousel.
Returns
A reference to this AnnotationKit.

SetArtwork

ArtworkKit::SetViews

HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetDeactivation ( HPS.Publish.Deactivation.When  in_when)
inline

Sets when the annotation is deactivated. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a2e9c3a5c377dbec3da13497bf0c77a7c">A3DPDF3DAnnotData::m_eDesactiveWhen</ulink>.

Parameters
in_whenWhen the annotation is deactivated.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetFormat ( HPS.Publish.Annotation.Format  in_format)
inline

Sets the format of the 3D data for the annotation.

Parameters
in_formatThe format of the 3D data for the annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetInteractivity ( bool  in_state)
inline

Sets whether to enable interactivity on the annotation. This corresponds to the (negated) value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#aead487a8b5b64330bfe6481a14ab23cc">A3DPDF3DAnnotData::m_bDisableInteractivity</ulink>.

Parameters
in_stateWhether to enable interactivity on the annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetLighting ( HPS.Publish.Lighting.Mode  in_mode)
inline

Sets the lighting mode for the annotation. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a82fa249186ff5bc4027b81252339fd7e">A3DPDF3DAnnotData::m_eLighting</ulink>.

Parameters
in_modeThe lighting mode for the annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetModelTreeVisibility ( bool  in_state)
inline

Sets whether to display the model tree when the annotation is activated. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a630c6fdbe19fd64733d9a4870f087d71">A3DPDF3DAnnotData::m_bOpenModelTree</ulink>.

Parameters
in_stateWhether to display the model tree when the annotation is activated.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetName ( string  in_name)
inline

Sets the name for the annotation. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a8d289e535b78fd163cc20db1993a4d94">A3DPDF3DAnnotData::m_pcName</ulink>.

Parameters
in_nameUTF8-encoded name for the annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetPosterImage ( HPS.Publish.ImageKit  in_image)
inline

Sets the poster image for the annotation. If this is not specified a poster image will be generated by Publish. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#aebe3e915ab9a18a3068756a9c0677a6d">A3DPDF3DAnnotData::m_pPosterImage</ulink>.

Parameters
in_imageThe poster image for the annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetPRCAttributeRemoval ( bool  in_state)
inline

Sets whether to remove the attribute information in the PRC data for this annotation. This setting is only relevant if the format of the annotation is Annotation::Format::PRC. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#aa8435b8348b8d6f1c11f1bc15313ed47">A3DRWParamsExportPrcData::m_bRemoveAttributes</ulink>.

Parameters
in_stateWhether to remove the attribute information in the PRC data for this annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetPRCBRepCompression ( HPS.Publish.PRC.BRepCompression  in_level)
inline

Sets the level of compression to apply to BRep data for a PRC annotation. This setting is only relevant if the format of the annotation is Annotation::Format::PRC. This corresponds to the values that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#afbbe41721d6878768a624ea8d0894531">A3DRWParamsExportPrcData::m_bCompressBrep</ulink> and <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#afd35a9e2bea37b388227b76e14f49daa">A3DRWParamsExportPrcData::m_eCompressBrepType</ulink>.

Parameters
in_levelThe level of compression to apply to BRep data for a PRC annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetPRCBRepRemoval ( bool  in_state)
inline

Sets whether to remove the BRep information in the PRC data for this annotation. This setting is only relevant if the format of the annotation is Annotation::Format::PRC. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#a7a61340a38925e02b30cb67f39b1fcd4">A3DRWParamsExportPrcData::m_bRemoveBRep</ulink>.

Parameters
in_stateWhether to remove BRep information in the PRC data for this annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetPRCTessellationCompression ( bool  in_state)
inline

Sets whether to compress tessellation for a PRC annotation. This setting is only relevant if the format of the annotation is Annotation::Format::PRC. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#ae1cf4104a5eda56ce958e94ee1c1c42c">A3DRWParamsExportPrcData::m_bCompressTessellation</ulink>.

Parameters
in_stateWhether to compress tessellation for a PRC annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetRendering ( HPS.Publish.Rendering.Mode  in_mode)
inline

Sets the rendering mode for the annotation. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#aa2a03514e90a430f594fc7ece0dcd820">A3DPDF3DAnnotData::m_eRenderingStyle</ulink>.

Parameters
in_modeThe rendering mode for the annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetSource ( HPS.SprocketPath  in_source)
inline

Sets the source for the annotation. This is the SprocketPath that will be used to locate the 3D data for the annotation.

Parameters
in_sourceThe source SprocketPath for the annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetSource ( HPS.KeyPath  in_source)
inline

Sets the source for the annotation. This is the KeyPath that will be used to locate the 3D data for the annotation.

Parameters
in_sourceThe source KeyPath for the annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetSource ( HPS.KeyPath[]  in_sources)
inline

Sets the source for the annotation. These are the KeyPaths that will be used to locate the 3D data for the annotation.

Parameters
in_sourcesThe source KeyPaths for the annotation.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetToolbarVisibility ( bool  in_state)
inline

Sets whether to display the toolbar when the annotation is activated. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a6713e01011a2440fb0b497174bf356f2">A3DPDF3DAnnotData::m_bShowToolbar</ulink>.

Parameters
in_stateWhether to display the toolbar when the annotation is activated.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetTransparentBackground ( bool  in_state)
inline

Sets whether the annotation background is transparent. This will render background color irrelevant and has negative <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a447c6ec9653b67dda1dce97f0484d69d">ramifications</ulink>. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_p_d_f3_d_annot_data.html#a447c6ec9653b67dda1dce97f0484d69d">A3DPDF3DAnnotData::m_bTransparentBackground</ulink>.

Parameters
in_stateWhether the annotation background is transparent.
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetU3DCompression ( byte  in_level)
inline

Sets the level of compression to apply to tessellations for a U3D annotation. If no compression level is set, no compression will be applied. This setting is only relevant if the format of the annotation is Annotation::Format::U3D. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_u3_d_data.html#ae9321a865749efe613aa1d141dff426b">A3DRWParamsExportU3DData::m_ucMeshQualityValue</ulink>.

Parameters
in_levelThe level of compression to apply to tessellations for a U3D annotation. This value should be in the range [0, 100].
Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetU3DVersion ( HPS.Publish.U3D.Version  in_version)
inline

Sets the version of the data for a U3D annotation. This setting is only relevant if the format of the annotation is Annotation::Format::U3D. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/publish/latest/build/api_ref/struct_a3_d_r_w_params_export_u3_d_data.html#ae7d0446b90139bee7ccf7d0eef4a7204">A3DRWParamsExportU3DData::m_eU3DVersion</ulink>.

Parameters
in_versionThe version of the data for a U3D annotation.
Returns
A reference to this AnnotationKit.
void HPS.Publish.AnnotationKit.Show ( out HPS.Publish.AnnotationKit  out_kit)
inline

Copies this AnnotationKit into the given AnnotationKit.

Parameters
out_kitThe AnnotationKit to populate with the contents of this AnnotationKit.
bool HPS.Publish.AnnotationKit.ShowActivation ( out HPS.Publish.Activation.When  out_when)
inline

Shows the activation setting.

Parameters
out_whenWhen the annotation is activated.
Returns
true if an activation setting was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowArtwork ( out HPS.Publish.ArtworkKit  out_artwork)
inline

Shows the artwork setting.

Parameters
out_artworkThe artwork for the annotation.
Returns
true if an artwork was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowBackgroundColor ( out HPS.RGBColor  out_color)
inline

Shows the background color setting.

Parameters
out_colorThe background color for the annotation.
Returns
true if a background color was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowBorderWidth ( out int  out_width)
inline

Shows the border width setting.

Parameters
out_widthThe border width of the annotation.
Returns
true if a border width was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowCarouselButtons ( out string[]  out_button_names,
out string  out_previous_button_name,
out string  out_next_button_name,
out ulong  out_scroll_size 
)
inline

Shows the carousel buttons setting.

Parameters
out_button_namesNames for the view buttons in the carousel.
out_previous_button_nameName for the previous button.
out_next_button_nameName for the next button.
out_scroll_sizeNumbers of buttons scrolled when the previous or next buttons are pressed.
Returns
true if carousel buttons were specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowCarouselViews ( out ulong[]  out_indices,
out HPS.Publish.ImageKit[]  out_images 
)
inline

Shows the carousel views setting.

Parameters
out_indicesIndices of the views on the associated ArtworkKit to use for the view carousel.
out_imagesImages to use for the view carousel buttons. May be empty, even if out_indices is not.
Returns
true if carousel views were specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowDeactivation ( out HPS.Publish.Deactivation.When  out_when)
inline

Shows the deactivation setting.

Parameters
out_whenWhen the annotation is deactivated.
Returns
true if a deactivation setting was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowFormat ( out HPS.Publish.Annotation.Format  out_format)
inline

Shows the format setting.

Parameters
out_formatThe format of the 3D data for the annotation.
Returns
true if a format was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowInteractivity ( out bool  out_state)
inline

Shows the interactivity setting.

Parameters
out_stateWhether to enable interactivity on the annotation.
Returns
true if an interactivity setting was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowLighting ( out HPS.Publish.Lighting.Mode  out_mode)
inline

Shows the lighting mode setting.

Parameters
out_modeThe lighting mode for the annotation.
Returns
true if a lighting mode was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowModelTreeVisibility ( out bool  out_state)
inline

Shows the model tree visibility setting.

Parameters
out_stateWhether to display the model tree when the annotation is activated.
Returns
true if a model tree visibility was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowName ( out string  out_name)
inline

Shows the name setting.

Parameters
out_nameThe name for the annotation.
Returns
true if a name was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowPosterImage ( out HPS.Publish.ImageKit  out_image)
inline

Shows the poster image setting.

Parameters
out_imageThe poster image for the annotation.
Returns
true if a poster image was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowPRCAttributeRemoval ( out bool  out_state)
inline

Shows the attribute removal for PRC data setting.

Parameters
out_stateWhether to remove attribute information in the PRC data for this annotation.
Returns
true if an attribute removal setting was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowPRCBRepCompression ( out HPS.Publish.PRC.BRepCompression  out_level)
inline

Shows the BRep compression level for PRC data setting.

Parameters
out_levelThe level of compression to apply to BRep data for a PRC annotation.
Returns
true if a PRC BRep compression level setting was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowPRCBRepRemoval ( out bool  out_state)
inline

Shows the BRep removal for PRC data setting.

Parameters
out_stateWhether to remove BRep information in the PRC data for this annotation.
Returns
true if a BRep removal setting was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowPRCTessellationCompression ( out bool  out_state)
inline

Shows the tessellation compression for PRC data setting.

Parameters
out_stateWhether to compress tessellation for a PRC annotation.
Returns
true if a PRC tessellation compression setting was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowRendering ( out HPS.Publish.Rendering.Mode  out_mode)
inline

Shows the rendering mode setting.

Parameters
out_modeThe rendering mode for the annotation.
Returns
true if a rendering mode was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowSource ( out HPS.Publish.Annotation.SourceType  out_source_type,
out HPS.SprocketPath  out_sprocket_paths,
out HPS.KeyPath[]  out_key_paths 
)
inline

Shows the source setting.

Parameters
out_source_typeSpecifies which one of the previous arguments is valid
out_sprocket_pathsThe source SprocketPath for the annotation. Only valid if out_source_type is SprocketPath
out_key_pathsThe source KeyPath array for the annotation. Only valid if out_source_type is KeyPath
Returns
true if a source was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowToolbarVisibility ( out bool  out_state)
inline

Shows the toolbar visibility setting.

Parameters
out_stateWhether to display the toolbar when the annotation is activated.
Returns
true if a toolbar visibility was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowTransparentBackground ( out bool  out_state)
inline

Shows the transparent background setting.

Parameters
out_stateWhether the annotation has a transparent background.
Returns
true if a transparent background setting specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowU3DCompression ( out byte  out_level)
inline

Shows the compression level for U3D data for the annotation.

Parameters
out_levelThe level of compression to apply to tessellations for a U3D annotation.
Returns
true if a U3D compression setting was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowU3DVersion ( out HPS.Publish.U3D.Version  out_version)
inline

Shows the version for U3D data setting.

Parameters
out_versionThe version of the data for a U3D annotation.
Returns
true if a U3D version setting was specified, false otherwise.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetActivation ( )
inline

Removes the activation setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetArtwork ( )
inline

Removes the artwork setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetBackgroundColor ( )
inline

Removes the background color setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetBorderWidth ( )
inline

Removes the border width setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetCarouselButtons ( )
inline

Removes the carousel buttons setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetCarouselViews ( )
inline

Removes the carousel views setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetDeactivation ( )
inline

Removes the deactivation setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetEverything ( )
inline

Removes all data on the annotation.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetFormat ( )
inline

Removes the format setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetInteractivity ( )
inline

Removes the interactivity setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetLighting ( )
inline

Removes the lighting mode setting.a

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetModelTreeVisibility ( )
inline

Removes the model tree visibility setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetName ( )
inline

Removes the name setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetPosterImage ( )
inline

Removes the poster image setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetPRCAttributeRemoval ( )
inline

Removes the attribute removal for PRC data setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetPRCBRepCompression ( )
inline

Removes the BRep compression level for PRC data setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetPRCBRepRemoval ( )
inline

Removes the BRep removal for PRC data setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetPRCTessellationCompression ( )
inline

Removes the tessellation compression for PRC data setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetRendering ( )
inline

Removes the rendering mode setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetSource ( )
inline

Removes the source setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetToolbarVisibility ( )
inline

Removes the toolbar visibility setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetTransparentBackground ( )
inline

Removes the transparent background setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetU3DCompression ( )
inline

Removes the compression level for U3D data setting.

Returns
A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetU3DVersion ( )
inline

Removes the version for U3D data setting.

Returns
A reference to this AnnotationKit.

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