
Static Public Member Functions | |
static HPS.Publish.AnnotationKit | GetDefault () |
static bool | operator!= (HPS.Publish.AnnotationKit a, HPS.Publish.AnnotationKit b) |
static bool | operator== (HPS.Publish.AnnotationKit a, HPS.Publish.AnnotationKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
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
◆ AnnotationKit() [1/2]
|
inline |
The default constructor creates an empty AnnotationKit object.
◆ AnnotationKit() [2/2]
|
inline |
The copy constructor creates a new AnnotationKit object that contains the same settings as the source AnnotationKit.
- Parameters
-
in_kit The source AnnotationKit to copy.
Member Function Documentation
◆ 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.
◆ Equals()
|
inline |
Check if the source AnnotationKit is equivalent to this AnnotationKit.
- Parameters
-
in_kit The source AnnotationKit to compare to this AnnotationKit.
- Returns
- true if the objects are equivalent, false otherwise.
◆ 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.
◆ ObjectType()
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.SprocketKit.
◆ Set()
|
inline |
Copies the source AnnotationKit into this AnnotationKit.
- Parameters
-
in_kit The source AnnotationKit to copy.
◆ SetActivation()
|
inline |
Sets when the annotation is activated. This corresponds to the value that will be passed to A3DPDF3DAnnotData::m_eActivateWhen.
- Parameters
-
in_when When the annotation is activated.
- Returns
- A reference to this AnnotationKit.
◆ SetArtwork()
|
inline |
Sets the artwork for the annotation. This corresponds to the value that will be passed to A3DPDF3DAnnotData::m_p3DArtwork.
- Parameters
-
in_artwork The artwork for the annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetBackgroundColor()
|
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_color The background color for the annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetBorderWidth()
|
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_width The border width in points for the annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetCarouselButtons()
|
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_names Names for the view buttons in the carousel. in_previous_button_name UTF8-encoded name for the previous button. in_next_button_name UTF8-encoded name for the next button. in_scroll_size Number of buttons to scroll when the previous or next buttons are pressed.
- Returns
- A reference to this AnnotationKit.
◆ SetCarouselViews() [1/2]
|
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_indices Indices of the views on the associated ArtworkKit to use for the view carousel. in_images Images to use for the view carousel buttons. If unspecified, images will be generated from the views themselves.
- Returns
- A reference to this AnnotationKit.
- See also
- SetArtwork
- ArtworkKit.SetViews
◆ SetCarouselViews() [2/2]
|
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_indices Indices of the views on the associated ArtworkKit to use for the view carousel.
- Returns
- A reference to this AnnotationKit.
- See also
- SetArtwork
- ArtworkKit.SetViews
◆ SetDeactivation()
|
inline |
Sets when the annotation is deactivated. This corresponds to the value that will be passed to A3DPDF3DAnnotData::m_eDesactiveWhen.
- Parameters
-
in_when When the annotation is deactivated.
- Returns
- A reference to this AnnotationKit.
◆ SetFormat()
|
inline |
Sets the format of the 3D data for the annotation.
- Parameters
-
in_format The format of the 3D data for the annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetInteractivity()
|
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_state Whether to enable interactivity on the annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetLighting()
|
inline |
Sets the lighting mode for the annotation. This corresponds to the value that will be passed to A3DPDF3DAnnotData::m_eLighting.
- Parameters
-
in_mode The lighting mode for the annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetModelTreeVisibility()
|
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_state Whether to display the model tree when the annotation is activated.
- Returns
- A reference to this AnnotationKit.
◆ SetName()
|
inline |
Sets the name for the annotation. This corresponds to the value that will be passed to A3DPDF3DAnnotData::m_pcName.
- Parameters
-
in_name UTF8-encoded name for the annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetPartsList() [1/5]
|
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.
- Warning
- The TableToPDF Publish add-on must be installed in order to use this feature.
- Parameters
-
in_rows The number of rows for the table housing the Parts List (including the header row) in_location The 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_headers The 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_columns An 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_style The text style used for the cells of the table. If not specified, default formatting is used. in_header_text_style The text style used for the header of the table. If not specified, default formatting is used.
- Returns
- A reference to this AnnotationKit.
◆ SetPartsList() [2/5]
|
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.
- Warning
- The TableToPDF Publish add-on must be installed in order to use this feature.
- Parameters
-
in_rows The number of rows for the table housing the Parts List (including the header row) in_location The 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_headers The 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_columns An 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_style The text style used for the cells of the table. If not specified, default formatting is used.
- Returns
- A reference to this AnnotationKit.
◆ SetPartsList() [3/5]
|
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.
- Warning
- The TableToPDF Publish add-on must be installed in order to use this feature.
- Parameters
-
in_rows The number of rows for the table housing the Parts List (including the header row) in_location The 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_headers The 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_columns An 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.
◆ SetPartsList() [4/5]
|
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.
- Warning
- The TableToPDF Publish add-on must be installed in order to use this feature.
- Parameters
-
in_rows The number of rows for the table housing the Parts List (including the header row) in_location The 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_headers The 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.
◆ SetPartsList() [5/5]
|
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.
- Warning
- The TableToPDF Publish add-on must be installed in order to use this feature.
- Parameters
-
in_rows The number of rows for the table housing the Parts List (including the header row) in_location The 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.
◆ SetPMIList()
|
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_location The location of the PMI List, specified in points relative to bottom left of the page. All fields in the location will be used. in_list The ListBoxKit used to specify the attributes of the PMI List.
- Returns
- A reference to this AnnotationKit.
◆ SetPMIListByField()
|
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_field UTF8-encoded form field name for the PMI List.
- Returns
- A reference to this AnnotationKit.
◆ SetPosterImage()
|
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_image The poster image for the annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetPRCAttributeRemoval()
|
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_state Whether to remove the attribute information in the PRC data for this annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetPRCBRepCompression()
|
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_level The level of compression to apply to BRep data for a PRC annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetPRCBRepRemoval()
|
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_state Whether to remove BRep information in the PRC data for this annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetPRCTessellationCompression()
|
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_state Whether to compress tessellation for a PRC annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetRendering()
|
inline |
Sets the rendering mode for the annotation. This corresponds to the value that will be passed to A3DPDF3DAnnotData::m_eRenderingStyle.
- Parameters
-
in_mode The rendering mode for the annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetSource() [1/4]
|
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_model The source CADModel for the annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetSource() [2/4]
|
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_sources The source KeyPaths for the annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetSource() [3/4]
|
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_source The source KeyPath for the annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetSource() [4/4]
|
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_model The source CADModel for the annotation. in_additional_sources The additional source KeyPaths for the annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetToolbarVisibility()
|
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_state Whether to display the toolbar when the annotation is activated.
- Returns
- A reference to this AnnotationKit.
◆ SetTransparentBackground()
|
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_state Whether the annotation background is transparent.
- Returns
- A reference to this AnnotationKit.
◆ SetU3DCompression()
|
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_level The 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.
◆ SetU3DVersion()
|
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_version The version of the data for a U3D annotation.
- Returns
- A reference to this AnnotationKit.
◆ SetViewList()
|
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_location The location of the View List, specified in points relative to bottom left of the page. All fields in the location will be used. in_list The ListBoxKit used to specify the attributes of the View List.
- Returns
- A reference to this AnnotationKit.
◆ SetViewListByField()
|
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_field UTF8-encoded form field name for the View List.
- Returns
- A reference to this AnnotationKit.
◆ Show()
|
inline |
Copies this AnnotationKit into the given AnnotationKit.
- Parameters
-
out_kit The AnnotationKit to populate with the contents of this AnnotationKit.
◆ ShowActivation()
|
inline |
Shows the activation setting.
- Parameters
-
out_when When the annotation is activated.
- Returns
- true if an activation setting was specified, false otherwise.
◆ ShowArtwork()
|
inline |
Shows the artwork setting.
- Parameters
-
out_artwork The artwork for the annotation.
- Returns
- true if an artwork was specified, false otherwise.
◆ ShowBackgroundColor()
|
inline |
Shows the background color setting.
- Parameters
-
out_color The background color for the annotation.
- Returns
- true if a background color was specified, false otherwise.
◆ ShowBorderWidth()
|
inline |
Shows the border width setting.
- Parameters
-
out_width The border width of the annotation.
- Returns
- true if a border width was specified, false otherwise.
◆ ShowCarouselButtons()
|
inline |
Shows the carousel buttons setting.
- Parameters
-
out_button_names Names for the view buttons in the carousel. out_previous_button_name Name for the previous button. out_next_button_name Name for the next button. out_scroll_size Numbers of buttons scrolled when the previous or next buttons are pressed.
- Returns
- true if carousel buttons were specified, false otherwise.
◆ ShowCarouselViews()
|
inline |
Shows the carousel views setting.
- Parameters
-
out_indices Indices of the views on the associated ArtworkKit to use for the view carousel. out_images Images 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.
◆ ShowDeactivation()
|
inline |
Shows the deactivation setting.
- Parameters
-
out_when When the annotation is deactivated.
- Returns
- true if a deactivation setting was specified, false otherwise.
◆ ShowFormat()
|
inline |
Shows the format setting.
- Parameters
-
out_format The format of the 3D data for the annotation.
- Returns
- true if a format was specified, false otherwise.
◆ ShowInteractivity()
|
inline |
Shows the interactivity setting.
- Parameters
-
out_state Whether to enable interactivity on the annotation.
- Returns
- true if an interactivity setting was specified, false otherwise.
◆ ShowLighting()
|
inline |
Shows the lighting mode setting.
- Parameters
-
out_mode The lighting mode for the annotation.
- Returns
- true if a lighting mode was specified, false otherwise.
◆ ShowModelTreeVisibility()
|
inline |
Shows the model tree visibility setting.
- Parameters
-
out_state Whether to display the model tree when the annotation is activated.
- Returns
- true if a model tree visibility was specified, false otherwise.
◆ ShowName()
|
inline |
Shows the name setting.
- Parameters
-
out_name The name for the annotation.
- Returns
- true if a name was specified, false otherwise.
◆ ShowPartsList()
|
inline |
Shows the Parts List setting.
- Parameters
-
out_rows The number of rows making up the Parts List table. out_location The location of the Parts List table. out_headers The strings of the column headers. Empty if the table has no header. out_columns The width of the three columns as percentages of the table width. out_text_style The text styles used for the cells in the table. out_header_text_style The text styles used for the header of the table.
- Returns
- true if a Parts List was specified, false otherwise.
◆ ShowPMIList()
|
inline |
Shows the PMI List setting.
- Parameters
-
out_location The location of the PMI List table. out_list The options specified for the list box containing the PMI List
- Returns
- true if a PMI List was specified, false otherwise.
◆ ShowPMIListField()
|
inline |
Shows the PMI List setting.
- Parameters
-
out_field The 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.
◆ ShowPosterImage()
|
inline |
Shows the poster image setting.
- Parameters
-
out_image The poster image for the annotation.
- Returns
- true if a poster image was specified, false otherwise.
◆ ShowPRCAttributeRemoval()
|
inline |
◆ ShowPRCBRepCompression()
|
inline |
◆ ShowPRCBRepRemoval()
|
inline |
◆ ShowPRCTessellationCompression()
|
inline |
◆ ShowRendering()
|
inline |
Shows the rendering mode setting.
- Parameters
-
out_mode The rendering mode for the annotation.
- Returns
- true if a rendering mode was specified, false otherwise.
◆ ShowSource()
|
inline |
Shows the source setting.
- Parameters
-
out_source_type Specifies which one of the previous arguments is valid out_cad_model The source CADModel for the annotation. Only valid if out_source_type is CADModel or CADModelAndKeyPath out_key_paths The 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.
◆ ShowToolbarVisibility()
|
inline |
Shows the toolbar visibility setting.
- Parameters
-
out_state Whether to display the toolbar when the annotation is activated.
- Returns
- true if a toolbar visibility was specified, false otherwise.
◆ ShowTransparentBackground()
|
inline |
Shows the transparent background setting.
- Parameters
-
out_state Whether the annotation has a transparent background.
- Returns
- true if a transparent background setting specified, false otherwise.
◆ ShowU3DCompression()
|
inline |
◆ ShowU3DVersion()
|
inline |
◆ ShowViewList()
|
inline |
◆ ShowViewListField()
|
inline |
◆ UnsetActivation()
|
inline |
Removes the activation setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetArtwork()
|
inline |
Removes the artwork setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetBackgroundColor()
|
inline |
Removes the background color setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetBorderWidth()
|
inline |
Removes the border width setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetCarouselButtons()
|
inline |
Removes the carousel buttons setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetCarouselViews()
|
inline |
Removes the carousel views setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetDeactivation()
|
inline |
Removes the deactivation setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetEverything()
|
inline |
Removes all data on the annotation.
- Returns
- A reference to this AnnotationKit.
◆ UnsetFormat()
|
inline |
Removes the format setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetInteractivity()
|
inline |
Removes the interactivity setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetLighting()
|
inline |
Removes the lighting mode setting.a
- Returns
- A reference to this AnnotationKit.
◆ UnsetModelTreeVisibility()
|
inline |
Removes the model tree visibility setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetName()
|
inline |
Removes the name setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetPartsList()
|
inline |
Removes the Parts List setting.
- Returns
- A reference to this AnnotationKit
◆ UnsetPMIList()
|
inline |
Removes the PMI List setting.
- Returns
- A reference to this AnnotationKit
◆ UnsetPosterImage()
|
inline |
Removes the poster image setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetPRCAttributeRemoval()
|
inline |
Removes the attribute removal for PRC data setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetPRCBRepCompression()
|
inline |
Removes the BRep compression level for PRC data setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetPRCBRepRemoval()
|
inline |
Removes the BRep removal for PRC data setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetPRCTessellationCompression()
|
inline |
Removes the tessellation compression for PRC data setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetRendering()
|
inline |
Removes the rendering mode setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetSource()
|
inline |
Removes the source setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetToolbarVisibility()
|
inline |
Removes the toolbar visibility setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetTransparentBackground()
|
inline |
Removes the transparent background setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetU3DCompression()
|
inline |
Removes the compression level for U3D data setting.
- Returns
- A reference to this AnnotationKit.
◆ UnsetU3DVersion()
|
inline |
Removes the version for U3D data setting.
- Returns
- A reference to this 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