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.BlankGeneratorBuilder Class Reference

Represents a NXOpen.Tooling.BlankGeneratorBuilder This class is for Blank Generator Design UI More...

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

Public Types

enum  CreateBlankType { Import, Select, Unform }
 Specify the creation method. More...
 
enum  EditBlankType { Update, Remove }
 Specify the edit method. More...
 
enum  Types { CreateBlank, EditBlank }
 Specifies the option of blank generator operation type. More...
 

Public Member Functions

unsafe void ImportBlank ()
 Create a blank by importing a blank. More...
 
unsafe NXOpen.NXObject ImportBlankPart (string blankFullName)
 Create a blank by importing a blank according to blank tag. More...
 
unsafe void RemoveBlank ()
 Remove a blank. More...
 
unsafe void SelectBlank ()
 Create a blank by selecting a blank. More...
 
unsafe void UnformSheet ()
 Create a blank by unforming a sheet metal part. More...
 
unsafe void UpdateBlank ()
 Update a blank. More...
 
unsafe NXOpen.NXObject UpdateBlankPart (string blankFullName)
 Update a blank part. 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 string BlankNumber [get, set]
 Returns or sets the blank number. More...
 
unsafe NXOpen.TaggedObject BlankPart [get, set]
 Returns or sets the part containing a blank. More...
 
unsafe
NXOpen.Tooling.BlankGeneratorBuilder.CreateBlankType 
CreateBlankOption [get, set]
 Returns or sets the method used to create a blank. More...
 
unsafe bool CreatedByInsert [get, set]
 Returns or sets the indication that the blank to be updated was created by insert method. More...
 
unsafe NXOpen.SelectFace DatumFace [get]
 Returns the face used to update a blank. More...
 
unsafe NXOpen.TaggedObject DisplayPartImport [get, set]
 Returns or sets the display part needed while importing blank. More...
 
unsafe NXOpen.TaggedObject DisplayPartSelect [get, set]
 Returns or sets the display part needed while selecting a blank . More...
 
unsafe
NXOpen.Tooling.BlankGeneratorBuilder.EditBlankType 
EditBlankOption [get, set]
 Returns or sets the method used to edit a blank. More...
 
unsafe NXOpen.TaggedObject InsertNewBlank [get, set]
 Returns or sets the new inserted blank. More...
 
unsafe string SheetMetalPartName [get, set]
 Returns or sets the sheet metal part name. More...
 
unsafe NXOpen.SelectFace StationaryFace [get]
 Returns the face used to create a blank. More...
 
unsafe
NXOpen.Tooling.BlankGeneratorBuilder.Types 
Type [get, set]
 Returns or sets the type of operation to perform - create or edit a blank. More...
 
unsafe NXOpen.TaggedObject WorkPart [get, set]
 Returns or sets the work part needed while creating blank. 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 NXOpen.Tooling.BlankGeneratorBuilder This class is for Blank Generator Design UI

To create a new instance of this class, use NXOpen.Tooling.BlankGeneratorCollection.CreateBlankGeneratorBuilder

Created in NX7.5.0

Member Enumeration Documentation

Specify the creation method.

Enumerator
Import 

Import blank

Select 

Select blank

Unform 

Unform blank

Specify the edit method.

Enumerator
Update 

Update the blank

Remove 

Remove the blank

Specifies the option of blank generator operation type.

Enumerator
CreateBlank 

Create a blank.

EditBlank 

Edit a blank.

Member Function Documentation

unsafe void NXOpen.Tooling.BlankGeneratorBuilder.ImportBlank ( )
inline

Create a blank by importing a blank.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.NXObject NXOpen.Tooling.BlankGeneratorBuilder.ImportBlankPart ( string  blankFullName)
inline

Create a blank by importing a blank according to blank tag.

Created in NX1899.0.0

License requirements: None.

Parameters
blankFullName
Returns
unsafe void NXOpen.Tooling.BlankGeneratorBuilder.RemoveBlank ( )
inline

Remove a blank.

Created in NX7.5.0

License requirements: None.

unsafe void NXOpen.Tooling.BlankGeneratorBuilder.SelectBlank ( )
inline

Create a blank by selecting a blank.

Created in NX7.5.0

License requirements: None.

unsafe void NXOpen.Tooling.BlankGeneratorBuilder.UnformSheet ( )
inline

Create a blank by unforming a sheet metal part.

Created in NX7.5.0

License requirements: None.

unsafe void NXOpen.Tooling.BlankGeneratorBuilder.UpdateBlank ( )
inline

Update a blank.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.NXObject NXOpen.Tooling.BlankGeneratorBuilder.UpdateBlankPart ( string  blankFullName)
inline

Update a blank part.

Created in NX1899.0.0

License requirements: None.

Parameters
blankFullName
Returns

Property Documentation

unsafe string NXOpen.Tooling.BlankGeneratorBuilder.BlankNumber
getset

Returns or sets the blank number.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.TaggedObject NXOpen.Tooling.BlankGeneratorBuilder.BlankPart
getset

Returns or sets the part containing a blank.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Tooling.BlankGeneratorBuilder.CreateBlankType NXOpen.Tooling.BlankGeneratorBuilder.CreateBlankOption
getset

Returns or sets the method used to create a blank.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Tooling.BlankGeneratorBuilder.CreatedByInsert
getset

Returns or sets the indication that the blank to be updated was created by insert method.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectFace NXOpen.Tooling.BlankGeneratorBuilder.DatumFace
get

Returns the face used to update a blank.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.TaggedObject NXOpen.Tooling.BlankGeneratorBuilder.DisplayPartImport
getset

Returns or sets the display part needed while importing blank.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.TaggedObject NXOpen.Tooling.BlankGeneratorBuilder.DisplayPartSelect
getset

Returns or sets the display part needed while selecting a blank .

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Tooling.BlankGeneratorBuilder.EditBlankType NXOpen.Tooling.BlankGeneratorBuilder.EditBlankOption
getset

Returns or sets the method used to edit a blank.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.TaggedObject NXOpen.Tooling.BlankGeneratorBuilder.InsertNewBlank
getset

Returns or sets the new inserted blank.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Tooling.BlankGeneratorBuilder.SheetMetalPartName
getset

Returns or sets the sheet metal part name.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectFace NXOpen.Tooling.BlankGeneratorBuilder.StationaryFace
get

Returns the face used to create a blank.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Tooling.BlankGeneratorBuilder.Types NXOpen.Tooling.BlankGeneratorBuilder.Type
getset

Returns or sets the type of operation to perform - create or edit a blank.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.TaggedObject NXOpen.Tooling.BlankGeneratorBuilder.WorkPart
getset

Returns or sets the work part needed while creating blank.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.


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