More...

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

Public Member Functions

 AnnotationKit ()
 The default constructor creates an empty AnnotationKit object. 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 void Dispose ()
 
override bool Empty ()
 Indicates whether this AnnotationKit has any values set on it. More...
 
override bool Equals (System.Object obj)
 
bool Equals (HPS.Publish.AnnotationKit in_kit)
 Check if the source AnnotationKit is equivalent to this AnnotationKit. More...
 
override int GetHashCode ()
 
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...
 
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 A3DPDF3DAnnotData::m_eActivateWhen. 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 A3DPDF3DAnnotData::m_p3DArtwork. 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 A3DPDF3DAnnotData::m_sBackgroundColor. 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 A3DPDF3DAnnotData::m_iAppearanceBorderWidth. 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 A3DPDFDefineViewCarousel. 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 A3DPDFDefineViewCarousel. 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 A3DPDFDefineViewCarousel. 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 A3DPDF3DAnnotData::m_eDesactiveWhen. 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 SetInteractivity (bool in_state)
 Sets whether to enable interactivity on the annotation. This corresponds to the (negated) value that will be passed to A3DPDF3DAnnotData::m_bDisableInteractivity. 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 A3DPDF3DAnnotData::m_eLighting. 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 A3DPDF3DAnnotData::m_bOpenModelTree. More...
 
HPS.Publish.AnnotationKit SetName (string in_name)
 Sets the name for the annotation. This corresponds to the value that will be passed to A3DPDF3DAnnotData::m_pcName. More...
 
HPS.Publish.AnnotationKit SetPartsList (ulong in_rows, HPS.IntRectangle in_location, string[] in_headers, float[] in_columns, HPS.Publish.TextFieldKit in_text_style, HPS.Publish.TextFieldKit in_header_text_style)
 Creates a Parts List contained in a scrollable table. The table will have three columns, listing part number, part name and quantity. The Parts List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC. More...
 
HPS.Publish.AnnotationKit SetPartsList (ulong in_rows, HPS.IntRectangle in_location, string[] in_headers, float[] in_columns, HPS.Publish.TextFieldKit in_text_style)
 Creates a Parts List contained in a scrollable table. The table will have three columns, listing part number, part name and quantity. The Parts List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC. More...
 
HPS.Publish.AnnotationKit SetPartsList (ulong in_rows, HPS.IntRectangle in_location, string[] in_headers, float[] in_columns)
 Creates a Parts List contained in a scrollable table. The table will have three columns, listing part number, part name and quantity. The Parts List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC. More...
 
HPS.Publish.AnnotationKit SetPartsList (ulong in_rows, HPS.IntRectangle in_location, string[] in_headers)
 Creates a Parts List contained in a scrollable table. The table will have three columns, listing part number, part name and quantity. The Parts List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC. More...
 
HPS.Publish.AnnotationKit SetPartsList (ulong in_rows, HPS.IntRectangle in_location)
 Creates a Parts List contained in a scrollable table. The table will have three columns, listing part number, part name and quantity. The Parts List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC. More...
 
HPS.Publish.AnnotationKit SetPMIList (HPS.IntRectangle in_location, HPS.Publish.ListBoxKit in_list)
 Creates a PMI List Box which contains a list of the PMI contained in the source file. Clicking on the entries of the list will highlight the associated PMI in the 3D annotation. The PMI List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC. If a View List or a View Carousel are also set on this annotation kit, the PMI List will only show the PMIs which are visible in the View you currently have selected in the PDF. More...
 
HPS.Publish.AnnotationKit SetPMIListByField (string in_field)
 Creates a PMI List Box which contains a list of the PMI contained in the source file. Clicking on the entries of the list will highlight the associated PMI in the 3D annotation. The PMI List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC. If a View List or a View Carousel are also set on this annotation kit, the PMI List will only show the PMIs which are visible in the View you currently have selected in the PDF. 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 A3DPDF3DAnnotData::m_pPosterImage. 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 A3DRWParamsExportPrcData::m_bRemoveAttributes. 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 A3DRWParamsExportPrcData::m_bCompressBrep and A3DRWParamsExportPrcData::m_eCompressBrepType. 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 A3DRWParamsExportPrcData::m_bRemoveBRep. 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 A3DRWParamsExportPrcData::m_bCompressTessellation. 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 A3DPDF3DAnnotData::m_eRenderingStyle. More...
 
HPS.Publish.AnnotationKit SetSource (HPS.CADModel in_cad_model)
 Sets the source for the annotation to Annotation.SourceType.CADModel. This is the CADModel which contains the 3D data to be exported into the annotation More...
 
HPS.Publish.AnnotationKit SetSource (HPS.KeyPath[] in_sources)
 Sets the source for the annotation to Annotation.SourceType.KeyPaths. These are the KeyPaths 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 to Annotation.SourceType.KeyPaths. The Key Path that will be used to locate the 3D data for the annotation. More...
 
HPS.Publish.AnnotationKit SetSource (HPS.CADModel in_cad_model, HPS.KeyPath[] in_additional_sources)
 Sets the source for the annotation to Annotation.SourceType.CADModelAndKeyPaths. These are the CADModel which will be used to export 3D data to the annotation, and the KeyPaths which will be added to the model 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 A3DPDF3DAnnotData::m_bShowToolbar. More...
 
HPS.Publish.AnnotationKit SetTransparentBackground (bool in_state)
 Sets whether the annotation background is transparent. This will render background color irrelevant and has negative ramifications. This corresponds to the value that will be passed to A3DPDF3DAnnotData::m_bTransparentBackground. 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 A3DRWParamsExportU3DData::m_ucMeshQualityValue. 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 A3DRWParamsExportU3DData::m_eU3DVersion. More...
 
HPS.Publish.AnnotationKit SetViewList (HPS.IntRectangle in_location, HPS.Publish.ListBoxKit in_list)
 Creates a View List Box which contains a list of the Views contained in the source file. Clicking on the entries of the list will activate the associated View. The View List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC. More...
 
HPS.Publish.AnnotationKit SetViewListByField (string in_field)
 Creates a View List Box which contains a list of the Views contained in the source file. Clicking on the entries of the list will activate the associated View. The View List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC. More...
 
void Show (out HPS.Publish.AnnotationKit out_kit)
 Copies this AnnotationKit into the given AnnotationKit. More...
 
bool ShowActivation (out HPS.Publish.Activation.When out_when)
 Shows the activation setting. More...
 
bool ShowArtwork (out HPS.Publish.ArtworkKit out_artwork)
 Shows the artwork setting. More...
 
bool ShowBackgroundColor (out HPS.RGBColor out_color)
 Shows the background color setting. More...
 
bool ShowBorderWidth (out int out_width)
 Shows the border width 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...
 
bool ShowDeactivation (out HPS.Publish.Deactivation.When out_when)
 Shows the deactivation setting. More...
 
bool ShowFormat (out HPS.Publish.Annotation.Format out_format)
 Shows the format setting. More...
 
bool ShowInteractivity (out bool out_state)
 Shows the interactivity setting. More...
 
bool ShowLighting (out HPS.Publish.Lighting.Mode out_mode)
 Shows the lighting mode setting. More...
 
bool ShowModelTreeVisibility (out bool out_state)
 Shows the model tree visibility setting. More...
 
bool ShowName (out string out_name)
 Shows the name setting. More...
 
bool ShowPartsList (out ulong out_rows, out HPS.IntRectangle out_location, out string[] out_headers, out float[] out_columns, out HPS.Publish.TextFieldKit out_text_style, out HPS.Publish.TextFieldKit out_header_text_style)
 Shows the Parts List setting. More...
 
bool ShowPMIList (out HPS.IntRectangle out_location, out HPS.Publish.ListBoxKit out_list)
 Shows the PMI List setting. More...
 
bool ShowPMIListField (out string out_field)
 Shows the PMI List setting. More...
 
bool ShowPosterImage (out HPS.Publish.ImageKit out_image)
 Shows the poster image setting. More...
 
bool ShowPRCAttributeRemoval (out bool out_state)
 Shows the attribute removal 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 ShowPRCTessellationCompression (out bool out_state)
 Shows the tessellation compression for PRC data setting. More...
 
bool ShowRendering (out HPS.Publish.Rendering.Mode out_mode)
 Shows the rendering mode setting. More...
 
bool ShowSource (out HPS.Publish.Annotation.SourceType out_source_type, out HPS.CADModel out_cad_model, out HPS.KeyPath[] out_key_paths)
 Shows the source setting. More...
 
bool ShowToolbarVisibility (out bool out_state)
 Shows the toolbar visibility setting. More...
 
bool ShowTransparentBackground (out bool out_state)
 Shows the transparent background setting. More...
 
bool ShowU3DCompression (out byte out_level)
 Shows the compression level for U3D data for the annotation. More...
 
bool ShowU3DVersion (out HPS.Publish.U3D.Version out_version)
 Shows the version for U3D data setting. More...
 
bool ShowViewList (out HPS.IntRectangle out_location, out HPS.Publish.ListBoxKit out_list)
 Shows the View List setting. More...
 
bool ShowViewListField (out string out_field)
 Shows the View List setting. More...
 
HPS.Publish.AnnotationKit UnsetActivation ()
 Removes the activation setting. More...
 
HPS.Publish.AnnotationKit UnsetArtwork ()
 Removes the artwork setting. More...
 
HPS.Publish.AnnotationKit UnsetBackgroundColor ()
 Removes the background color setting. More...
 
HPS.Publish.AnnotationKit UnsetBorderWidth ()
 Removes the border width 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 UnsetDeactivation ()
 Removes the deactivation setting. More...
 
HPS.Publish.AnnotationKit UnsetEverything ()
 Removes all data on the annotation. More...
 
HPS.Publish.AnnotationKit UnsetFormat ()
 Removes the format setting. More...
 
HPS.Publish.AnnotationKit UnsetInteractivity ()
 Removes the interactivity setting. More...
 
HPS.Publish.AnnotationKit UnsetLighting ()
 Removes the lighting mode setting.a More...
 
HPS.Publish.AnnotationKit UnsetModelTreeVisibility ()
 Removes the model tree visibility setting. More...
 
HPS.Publish.AnnotationKit UnsetName ()
 Removes the name setting. More...
 
HPS.Publish.AnnotationKit UnsetPartsList ()
 Removes the Parts List setting. More...
 
HPS.Publish.AnnotationKit UnsetPMIList ()
 Removes the PMI List setting. More...
 
HPS.Publish.AnnotationKit UnsetPosterImage ()
 Removes the poster image setting. More...
 
HPS.Publish.AnnotationKit UnsetPRCAttributeRemoval ()
 Removes the attribute removal 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 UnsetPRCTessellationCompression ()
 Removes the tessellation compression for PRC data setting. More...
 
HPS.Publish.AnnotationKit UnsetRendering ()
 Removes the rendering mode setting. More...
 
HPS.Publish.AnnotationKit UnsetSource ()
 Removes the source setting. More...
 
HPS.Publish.AnnotationKit UnsetToolbarVisibility ()
 Removes the toolbar visibility setting. More...
 
HPS.Publish.AnnotationKit UnsetTransparentBackground ()
 Removes the transparent background setting. More...
 
HPS.Publish.AnnotationKit UnsetU3DCompression ()
 Removes the compression level for U3D data setting. More...
 
HPS.Publish.AnnotationKit UnsetU3DVersion ()
 Removes the version for U3D data setting. More...
 
HPS.Publish.AnnotationKit UnsetViewList ()
 Removes the View List setting. More...
 
- Public Member Functions inherited from HPS.SprocketKit
 SprocketKit (HPS.SprocketKit in_that)
 
- Public Member Functions inherited from HPS.Sprocket
 Sprocket (HPS.Sprocket in_that)
 
- Public Member Functions inherited from HPS.Object
IntPtr GetClassID ()
 
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...
 
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...
 

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

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

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.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.SprocketKit.

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 A3DPDF3DAnnotData::m_eActivateWhen.

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 A3DPDF3DAnnotData::m_p3DArtwork.

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 A3DPDF3DAnnotData::m_sBackgroundColor.

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 A3DPDF3DAnnotData::m_iAppearanceBorderWidth.

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 A3DPDFDefineViewCarousel.

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 A3DPDFDefineViewCarousel.

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 A3DPDFDefineViewCarousel.

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 A3DPDF3DAnnotData::m_eDesactiveWhen.

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 A3DPDF3DAnnotData::m_bDisableInteractivity.

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 A3DPDF3DAnnotData::m_eLighting.

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 A3DPDF3DAnnotData::m_bOpenModelTree.

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 A3DPDF3DAnnotData::m_pcName.

Parameters
in_nameUTF8-encoded name for the annotation.
Returns
    A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetPartsList ( ulong  in_rows,
HPS.IntRectangle  in_location,
string[]  in_headers,
float[]  in_columns,
HPS.Publish.TextFieldKit  in_text_style,
HPS.Publish.TextFieldKit  in_header_text_style 
)
inline

Creates a Parts List contained in a scrollable table. The table will have three columns, listing part number, part name and quantity. The Parts List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC.

Parameters
in_rowsThe number of rows for the table housing the Parts List (including the header row)
in_locationThe location of the table housing the Parts List, specified in points relative to bottom left of the page. All fields in the location will be used.
in_headersThe strings displayed in the column headers. The size of this array should be 3. The first column lists the part numbers. The second column lists the part name. The third column lists the part quantity. Leaving it unspecified will result in a table with no headers.
in_columnsAn array of three percentages, specifying the width of each of the table's columns as a percentage of the table width. The total of the values contained in in_columns should total 1.0. For example, if the columns should take up 10%, 80% and 10% of the table width respectively, in_column will contain 0.1, 0.8, 0.1 Leaving in_columns unspecified will use the default column widths.
in_text_styleThe text style used for the cells of the table. If not specified, default formatting is used.
in_header_text_styleThe text style used for the header of the table. If not specified, default formatting is used.
Returns
    A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetPartsList ( ulong  in_rows,
HPS.IntRectangle  in_location,
string[]  in_headers,
float[]  in_columns,
HPS.Publish.TextFieldKit  in_text_style 
)
inline

Creates a Parts List contained in a scrollable table. The table will have three columns, listing part number, part name and quantity. The Parts List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC.

Parameters
in_rowsThe number of rows for the table housing the Parts List (including the header row)
in_locationThe location of the table housing the Parts List, specified in points relative to bottom left of the page. All fields in the location will be used.
in_headersThe strings displayed in the column headers. The size of this array should be 3. The first column lists the part numbers. The second column lists the part name. The third column lists the part quantity. Leaving it unspecified will result in a table with no headers.
in_columnsAn array of three percentages, specifying the width of each of the table's columns as a percentage of the table width. The total of the values contained in in_columns should total 1.0. For example, if the columns should take up 10%, 80% and 10% of the table width respectively, in_column will contain 0.1, 0.8, 0.1 Leaving in_columns unspecified will use the default column widths.
in_text_styleThe text style used for the cells of the table. If not specified, default formatting is used.
Returns
    A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetPartsList ( ulong  in_rows,
HPS.IntRectangle  in_location,
string[]  in_headers,
float[]  in_columns 
)
inline

Creates a Parts List contained in a scrollable table. The table will have three columns, listing part number, part name and quantity. The Parts List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC.

Parameters
in_rowsThe number of rows for the table housing the Parts List (including the header row)
in_locationThe location of the table housing the Parts List, specified in points relative to bottom left of the page. All fields in the location will be used.
in_headersThe strings displayed in the column headers. The size of this array should be 3. The first column lists the part numbers. The second column lists the part name. The third column lists the part quantity. Leaving it unspecified will result in a table with no headers.
in_columnsAn array of three percentages, specifying the width of each of the table's columns as a percentage of the table width. The total of the values contained in in_columns should total 1.0. For example, if the columns should take up 10%, 80% and 10% of the table width respectively, in_column will contain 0.1, 0.8, 0.1 Leaving in_columns unspecified will use the default column widths.
Returns
    A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetPartsList ( ulong  in_rows,
HPS.IntRectangle  in_location,
string[]  in_headers 
)
inline

Creates a Parts List contained in a scrollable table. The table will have three columns, listing part number, part name and quantity. The Parts List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC.

Parameters
in_rowsThe number of rows for the table housing the Parts List (including the header row)
in_locationThe location of the table housing the Parts List, specified in points relative to bottom left of the page. All fields in the location will be used.
in_headersThe strings displayed in the column headers. The size of this array should be 3. The first column lists the part numbers. The second column lists the part name. The third column lists the part quantity. Leaving it unspecified will result in a table with no headers.
Returns
    A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetPartsList ( ulong  in_rows,
HPS.IntRectangle  in_location 
)
inline

Creates a Parts List contained in a scrollable table. The table will have three columns, listing part number, part name and quantity. The Parts List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC.

Parameters
in_rowsThe number of rows for the table housing the Parts List (including the header row)
in_locationThe location of the table housing the Parts List, specified in points relative to bottom left of the page. All fields in the location will be used.
Returns
    A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetPMIList ( HPS.IntRectangle  in_location,
HPS.Publish.ListBoxKit  in_list 
)
inline

Creates a PMI List Box which contains a list of the PMI contained in the source file. Clicking on the entries of the list will highlight the associated PMI in the 3D annotation. The PMI List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC. If a View List or a View Carousel are also set on this annotation kit, the PMI List will only show the PMIs which are visible in the View you currently have selected in the PDF.

Parameters
in_locationThe location of the PMI List, specified in points relative to bottom left of the page. All fields in the location will be used.
in_listThe ListBoxKit used to specify the attributes of the PMI List.
Returns
    A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetPMIListByField ( string  in_field)
inline

Creates a PMI List Box which contains a list of the PMI contained in the source file. Clicking on the entries of the list will highlight the associated PMI in the 3D annotation. The PMI List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC. If a View List or a View Carousel are also set on this annotation kit, the PMI List will only show the PMIs which are visible in the View you currently have selected in the PDF.

Parameters
in_fieldUTF8-encoded form field name for the PMI List.
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 A3DPDF3DAnnotData::m_pPosterImage.

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 A3DRWParamsExportPrcData::m_bRemoveAttributes.

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 A3DRWParamsExportPrcData::m_bCompressBrep and A3DRWParamsExportPrcData::m_eCompressBrepType.

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 A3DRWParamsExportPrcData::m_bRemoveBRep.

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 A3DRWParamsExportPrcData::m_bCompressTessellation.

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 A3DPDF3DAnnotData::m_eRenderingStyle.

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

Sets the source for the annotation to Annotation.SourceType.CADModel. This is the CADModel which contains the 3D data to be exported into the annotation

Parameters
in_cad_modelThe source CADModel 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 to Annotation.SourceType.KeyPaths. 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.SetSource ( HPS.KeyPath  in_source)
inline

Sets the source for the annotation to Annotation.SourceType.KeyPaths. The Key Path 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.CADModel  in_cad_model,
HPS.KeyPath[]  in_additional_sources 
)
inline

Sets the source for the annotation to Annotation.SourceType.CADModelAndKeyPaths. These are the CADModel which will be used to export 3D data to the annotation, and the KeyPaths which will be added to the model

Parameters
in_cad_modelThe source CADModel for the annotation.
in_additional_sourcesThe additional 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 A3DPDF3DAnnotData::m_bShowToolbar.

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 ramifications. This corresponds to the value that will be passed to A3DPDF3DAnnotData::m_bTransparentBackground.

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 A3DRWParamsExportU3DData::m_ucMeshQualityValue.

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 A3DRWParamsExportU3DData::m_eU3DVersion.

Parameters
in_versionThe version of the data for a U3D annotation.
Returns
    A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetViewList ( HPS.IntRectangle  in_location,
HPS.Publish.ListBoxKit  in_list 
)
inline

Creates a View List Box which contains a list of the Views contained in the source file. Clicking on the entries of the list will activate the associated View. The View List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC.

Parameters
in_locationThe location of the View List, specified in points relative to bottom left of the page. All fields in the location will be used.
in_listThe ListBoxKit used to specify the attributes of the View List.
Returns
    A reference to this AnnotationKit.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.SetViewListByField ( string  in_field)
inline

Creates a View List Box which contains a list of the Views contained in the source file. Clicking on the entries of the list will activate the associated View. The View List can only be calculated if the Annotation source is a CADModel, and the annotation format is PRC.

Parameters
in_fieldUTF8-encoded form field name for the View List.
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.ShowPartsList ( out ulong  out_rows,
out HPS.IntRectangle  out_location,
out string[]  out_headers,
out float[]  out_columns,
out HPS.Publish.TextFieldKit  out_text_style,
out HPS.Publish.TextFieldKit  out_header_text_style 
)
inline

Shows the Parts List setting.

Parameters
out_rowsThe number of rows making up the Parts List table.
out_locationThe location of the Parts List table.
out_headersThe strings of the column headers. Empty if the table has no header.
out_columnsThe width of the three columns as percentages of the table width.
out_text_styleThe text styles used for the cells in the table.
out_header_text_styleThe text styles used for the header of the table.
Returns
    true if a Parts List was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowPMIList ( out HPS.IntRectangle  out_location,
out HPS.Publish.ListBoxKit  out_list 
)
inline

Shows the PMI List setting.

Parameters
out_locationThe location of the PMI List table.
out_listThe options specified for the list box containing the PMI List
Returns
    true if a PMI List was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowPMIListField ( out string  out_field)
inline

Shows the PMI List setting.

Parameters
out_fieldThe list box form field name on the page which will be used for the PMI List.
Returns
    true if a PMI List was specified by field, 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.CADModel  out_cad_model,
out HPS.KeyPath[]  out_key_paths 
)
inline

Shows the source setting.

Parameters
out_source_typeSpecifies which one of the previous arguments is valid
out_cad_modelThe source CADModel for the annotation. Only valid if out_source_type is CADModel or CADModelAndKeyPath
out_key_pathsThe source KeyPath array for the annotation. Only valid if out_source_type is KeyPath or CADModelAndKeyPath
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.
bool HPS.Publish.AnnotationKit.ShowViewList ( out HPS.IntRectangle  out_location,
out HPS.Publish.ListBoxKit  out_list 
)
inline

Shows the View List setting.

Parameters
out_locationThe location of the View List table.
out_listThe options specified for the list box containing the View List
Returns
    true if a View List was specified, false otherwise.
bool HPS.Publish.AnnotationKit.ShowViewListField ( out string  out_field)
inline

Shows the View List setting.

Parameters
out_fieldThe list box form field name on the page which will be used for the View List.
Returns
    true if a View List was specified by field, 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.UnsetPartsList ( )
inline

Removes the Parts List setting.

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

Removes the PMI List 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.
HPS.Publish.AnnotationKit HPS.Publish.AnnotationKit.UnsetViewList ( )
inline

Removes the View List setting.

Returns
    A reference to this AnnotationKit

The documentation for this class was generated from the following file:
  • internals/hps_sprk_publish/source/cs/HPS.Publish.cs