NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Tooling.CreateMoldDesignReportBuilder Class Reference

Represents a builder to be used to generate mold design report. More...

Inheritance diagram for NXOpen.Tooling.CreateMoldDesignReportBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ImageType { Append, Replace }
 Represents the type to add picture. More...
 

Public Member Functions

unsafe string[] GetComment ()
 Returns the comment More...
 
unsafe string GetCurrentSlideName (int currentIndex)
 Gets the current slide name More...
 
unsafe string[] GetReportedSlides ()
 Gets the slide list that have been reported in power point file More...
 
unsafe string[] GetSlideValues ()
 Gets the value in slide list More...
 
unsafe void OpenPowerPointFile ()
 Opens the powerpoint file More...
 
unsafe void SetComment (string[] comment)
 Sets the comment More...
 
unsafe void SetReportedSlides (string[] reportedSlideName)
 Sets the slide list that have been reported in power point file More...
 
unsafe void SetSlideValues (string[] slideName)
 Sets the value in slide list More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Tooling.CreateMoldDesignReportBuilder.ImageType 
AddPictureType [get, set]
 Returns or sets the type for adding picture. More...
 
unsafe string FileName [get, set]
 Returns or sets the output file name More...
 
unsafe
NXOpen.Gateway.ImageCaptureBuilder 
ImageCapture [get]
 Returns the image capture builder More...
 
unsafe string ImageFileName [get, set]
 Returns or sets the image file name More...
 
unsafe NXOpen.TaggedObject NavNodeTag [get, set]
 Returns or sets the navigator node data More...
 
unsafe string OutputLocation [get, set]
 Returns or sets the output file path browser. More...
 
unsafe bool ReadOnlyStatus [get, set]
 Returns or sets the read only status of the opened powerpoint file More...
 
unsafe int SlideSelection [get, set]
 Returns or sets the type for selecting slide to edit corresponding presentation slide page in reported file. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a builder to be used to generate mold design report.

To create a new instance of this class, use NXOpen.Tooling.MoldwizardManager.CreateMoldDesignReportBuilder

Default values.

Property Value

ImageCapture.CaptureMethod

GraphicsArea

ImageCapture.Format

Bmp

ImageCapture.Size

Pixels64

Created in NX1872.0.0

Member Enumeration Documentation

Represents the type to add picture.

Enumerator
Append 

Add new image

Replace 

Replace image

Member Function Documentation

unsafe string [] NXOpen.Tooling.CreateMoldDesignReportBuilder.GetComment ( )
inline

Returns the comment

Created in NX1872.0.0

License requirements: None.

Returns
unsafe string NXOpen.Tooling.CreateMoldDesignReportBuilder.GetCurrentSlideName ( int  currentIndex)
inline

Gets the current slide name

Created in NX1899.0.0

License requirements: ug_mold_design ("UG MOLD")

Parameters
currentIndex
Returns
unsafe string [] NXOpen.Tooling.CreateMoldDesignReportBuilder.GetReportedSlides ( )
inline

Gets the slide list that have been reported in power point file

Created in NX1899.0.0

License requirements: None.

Returns
unsafe string [] NXOpen.Tooling.CreateMoldDesignReportBuilder.GetSlideValues ( )
inline

Gets the value in slide list

Created in NX1899.0.0

License requirements: None.

Returns
unsafe void NXOpen.Tooling.CreateMoldDesignReportBuilder.OpenPowerPointFile ( )
inline

Opens the powerpoint file

Created in NX1872.0.0

License requirements: ug_mold_design ("UG MOLD")

unsafe void NXOpen.Tooling.CreateMoldDesignReportBuilder.SetComment ( string[]  comment)
inline

Sets the comment

Created in NX1872.0.0

License requirements: None.

Parameters
comment
unsafe void NXOpen.Tooling.CreateMoldDesignReportBuilder.SetReportedSlides ( string[]  reportedSlideName)
inline

Sets the slide list that have been reported in power point file

Created in NX1899.0.0

License requirements: None.

Parameters
reportedSlideName
unsafe void NXOpen.Tooling.CreateMoldDesignReportBuilder.SetSlideValues ( string[]  slideName)
inline

Sets the value in slide list

Created in NX1899.0.0

License requirements: None.

Parameters
slideName

Property Documentation

unsafe NXOpen.Tooling.CreateMoldDesignReportBuilder.ImageType NXOpen.Tooling.CreateMoldDesignReportBuilder.AddPictureType
getset

Returns or sets the type for adding picture.

Created in NX1872.0.0

License requirements to get this property: ug_mold_design ("UG MOLD")

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe string NXOpen.Tooling.CreateMoldDesignReportBuilder.FileName
getset

Returns or sets the output file name

Created in NX1872.0.0

License requirements to get this property: ug_mold_design ("UG MOLD")

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe NXOpen.Gateway.ImageCaptureBuilder NXOpen.Tooling.CreateMoldDesignReportBuilder.ImageCapture
get

Returns the image capture builder

Created in NX1872.0.0

License requirements: None.

unsafe string NXOpen.Tooling.CreateMoldDesignReportBuilder.ImageFileName
getset

Returns or sets the image file name

Created in NX1872.0.0

License requirements to get this property: ug_mold_design ("UG MOLD")

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe NXOpen.TaggedObject NXOpen.Tooling.CreateMoldDesignReportBuilder.NavNodeTag
getset

Returns or sets the navigator node data

Created in NX1872.0.0

License requirements to get this property: ug_mold_design ("UG MOLD")

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe string NXOpen.Tooling.CreateMoldDesignReportBuilder.OutputLocation
getset

Returns or sets the output file path browser.

Created in NX1872.0.0

License requirements to get this property: ug_mold_design ("UG MOLD")

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe bool NXOpen.Tooling.CreateMoldDesignReportBuilder.ReadOnlyStatus
getset

Returns or sets the read only status of the opened powerpoint file

Created in NX1872.0.0

License requirements to get this property: ug_mold_design ("UG MOLD")

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe int NXOpen.Tooling.CreateMoldDesignReportBuilder.SlideSelection
getset

Returns or sets the type for selecting slide to edit corresponding presentation slide page in reported file.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.