Deprecated List
Member HPS.Exchange.ImportOptionsKit.SetBRepData (bool in_state)
This function has been superseded by SetBRepMode.
Member HPS.Exchange.ImportOptionsKit.ShowBRepData (out bool out_state)
This function has been superseded by ShowBRepMode.
Member HPS.Exchange.ImportOptionsKit.UnsetBRepData ()
This function has been superseded by UnsetBRepMode.
Member HPS.Publish.File.Export (HPS.CADModel in_cad_model, string in_file_name, HPS.Publish.ExportOptionsKit in_options)
This function has been superseded by ExportPDF.
Parameters
in_cad_modelThe CADModel containing the data to export.
in_file_nameThe name of the file to write the 3D PDF data to. This filename should be a fully-qualified path, otherwise the export may fail.
in_optionsThe options controlling the export of the 3D PDF data.
Member HPS.Publish.File.Export (HPS.CADModel in_cad_model, HPS.KeyPath[] in_additional_key_paths, string in_file_name, HPS.Publish.ExportOptionsKit in_options)
This function has been superseded by ExportPDF.
Parameters
in_cad_modelThe CADModel containing the data to export.
in_additional_key_pathsAn array of KeyPaths for which PRC data will be created and which will be added to in_cad_model during export. Use this parameter to specify non-Exchange data you have added to the scene which you want to export.
in_file_nameThe name of the file to write the 3D PDF data to. This filename should be a fully-qualified path, otherwise the export may fail.
in_optionsThe options controlling the export of the 3D PDF data.
Member HPS.Publish.File.Export (HPS.KeyPath[] in_key_paths, string in_file_name, HPS.Publish.ExportOptionsKit in_options)
This function has been superseded by ExportPDF.
Parameters
in_key_pathsThe KeyPaths containing the data to export.
in_file_nameThe name of the file to write the 3D PDF data to. This filename should be a fully-qualified path, otherwise the export may fail.
in_optionsThe options controlling the export of the 3D PDF data.
Member HPS.Publish.File.Export (HPS.Publish.DocumentKey in_document, string in_file_name)
This function has been superseded by ExportPDF.
Parameters
in_documentThe DocumentKey from which to create a PDF file on disk.
in_file_nameThe name of the file to write the 3D PDF data to. This filename should be a fully-qualified path, otherwise the export may fail.
Member HPS.Publish.File.Export (HPS.Publish.DocumentKit in_document, string in_file_name, HPS.Publish.ExportOptionsKit in_options)
This function has been superseded by ExportPDF.
Parameters
in_documentThe DocumentKit containing the data to export. If any Model in the source SprocketPath for any AnnotationKit in the DocumentKit corresponds to a CADModel which was imported via Exchange, the underlying Exchange data for the CADModel will be embedded in the PDF, otherwise, the 3D data will be generated from the tessellation in the Visualize scene graph for the Model.
in_file_nameThe name of the file to write the 3D PDF data to. This filename should be a fully-qualified path, otherwise the export may fail.
in_optionsThe options controlling the export of the 3D PDF data.
Member HPS.Publish.File.Export (HPS.Publish.AnnotationKit in_annotation, string in_file_name, HPS.Publish.ExportOptionsKit in_options)
This function has been superseded by ExportPDF.
Parameters
in_annotationThe AnnotationKit containing the data to export. If the Model in the source SprocketPath for the AnnotationKit corresponds to a CADModel which was imported via Exchange, the underlying Exchange data for the CADModel will be embedded in the PDF, otherwise, the 3D data will be generated from the tessellation in the Visualize scene graph for the Model.
in_file_nameThe name of the file to write the 3D PDF data to. This filename should be a fully-qualified path, otherwise the export may fail.
in_optionsThe options controlling the export of the 3D PDF data.
Member HPS.Publish.File.Export (HPS.KeyPath in_key_path, string in_file_name, HPS.Publish.ExportOptionsKit in_options)
This function has been superseded by ExportPDF.
Parameters
in_key_pathThe KeyPath containing the data to export.
in_file_nameThe name of the file to write the 3D PDF data to. This filename should be a fully-qualified path, otherwise the export may fail.
in_optionsThe options controlling the export of the 3D PDF data.
Member HPS.SubwindowControl.ShowSubwindow (out HPS.Rectangle out_subwindow_position, out HPS.Subwindow.Type out_subwindow_type)
This function exists for compatibility and the other overload should be preferred in general usage.
Returns
true if the setting is valid, false otherwise
Member HPS.SubwindowKit.ShowSubwindow (out HPS.Rectangle out_subwindow_position, out HPS.Subwindow.Type out_subwindow_type)
This function exists for compatibility and the other overload should be preferred in general usage.
Returns
true if the setting is valid, false otherwise