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

Represents a NXOpen.Tooling.HoleReportBuilder This class is for Hole Report Design UI More...

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

Public Types

enum  EnumQuadrantType {
  PositiveQuadrantI, PositiveQuadrantIi, PositiveQuadrantIii, PositiveQuadrantIv,
  PositiveQuadrantAll
}
 Specifies the option of which quadrant is positive More...
 
enum  EnumSelectionType { ViewSelection, WindowSelection }
 Specifies the option of selection type to create hole table More...
 
enum  Types { CreateTable, UpdateTable }
 Specifies the option of hole table type More...
 

Public Member Functions

unsafe NXOpen.TaggedObject CreateOrdinateOrigin (int quadrant, NXOpen.TaggedObject viewTag, NXOpen.Point3d pointData)
 Create Ordinate Origin 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.TaggedObject CreatedOrdinateOrigin [get, set]
 Returns or sets the created ordinate origin More...
 
unsafe NXOpen.SelectEdgeList HoleTable [get]
 Returns the hole table to edit More...
 
unsafe NXOpen.SelectPointList OrdinateOrigin [get]
 Returns the ordinate origin to get the coords in given ordinate More...
 
unsafe
NXOpen.Tooling.HoleReportBuilder.EnumQuadrantType 
QuadrantType [get, set]
 Returns or sets the positive quadrant type More...
 
unsafe
NXOpen.Tooling.HoleReportBuilder.EnumSelectionType 
SelectionType [get, set]
 Returns or sets the selection type to choose select view or holes in window to create hole report More...
 
unsafe NXOpen.SelectEdgeList TableAddHole [get]
 Returns the holes to add to the table More...
 
unsafe NXOpen.SelectEdgeList TableHole [get]
 Returns the holes in window to create hole report More...
 
unsafe NXOpen.Point TableOrigin [get, set]
 Returns or sets the table origin More...
 
unsafe
NXOpen.Drawings.SelectDraftingViewList 
TableView [get]
 Returns the view to create hole report More...
 
unsafe
NXOpen.Tooling.HoleReportBuilder.Types 
Type [get, set]
 Returns or sets the type of hole table 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.HoleReportBuilder This class is for Hole Report Design UI

To create a new instance of this class, use NXOpen.Tooling.HoleReportCollection.CreateHoleReportBuilder

Default values.

Property Value

QuadrantType

PositiveQuadrantI

SelectionType

ViewSelection

Created in NX6.0.0

Member Enumeration Documentation

Specifies the option of which quadrant is positive

Enumerator
PositiveQuadrantI 

First quadrant is positive

PositiveQuadrantIi 

Second quadrant is positive

PositiveQuadrantIii 

Third quadrant is positive

PositiveQuadrantIv 

Forth quadrant is positive

PositiveQuadrantAll 

All quadrant is positive

Specifies the option of selection type to create hole table

Enumerator
ViewSelection 

Selects view to create hole table

WindowSelection 

Selects holes in window to create hole table

Specifies the option of hole table type

Enumerator
CreateTable 

the hole table type of create hole table

UpdateTable 

the hole table type of update hole table

Member Function Documentation

unsafe NXOpen.TaggedObject NXOpen.Tooling.HoleReportBuilder.CreateOrdinateOrigin ( int  quadrant,
NXOpen.TaggedObject  viewTag,
NXOpen.Point3d  pointData 
)
inline

Create Ordinate Origin

Created in NX6.0.3

License requirements: None.

Parameters
quadrantvalue of the positive quadrant
viewTagthe view
pointDatadata of the cursor point
Returns
the new ordinate

Property Documentation

unsafe NXOpen.TaggedObject NXOpen.Tooling.HoleReportBuilder.CreatedOrdinateOrigin
getset

Returns or sets the created ordinate origin

Created in NX6.0.3

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectEdgeList NXOpen.Tooling.HoleReportBuilder.HoleTable
get

Returns the hole table to edit

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.SelectPointList NXOpen.Tooling.HoleReportBuilder.OrdinateOrigin
get

Returns the ordinate origin to get the coords in given ordinate

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Tooling.HoleReportBuilder.EnumQuadrantType NXOpen.Tooling.HoleReportBuilder.QuadrantType
getset

Returns or sets the positive quadrant type

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Tooling.HoleReportBuilder.EnumSelectionType NXOpen.Tooling.HoleReportBuilder.SelectionType
getset

Returns or sets the selection type to choose select view or holes in window to create hole report

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectEdgeList NXOpen.Tooling.HoleReportBuilder.TableAddHole
get

Returns the holes to add to the table

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.SelectEdgeList NXOpen.Tooling.HoleReportBuilder.TableHole
get

Returns the holes in window to create hole report

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Point NXOpen.Tooling.HoleReportBuilder.TableOrigin
getset

Returns or sets the table origin

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Drawings.SelectDraftingViewList NXOpen.Tooling.HoleReportBuilder.TableView
get

Returns the view to create hole report

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Tooling.HoleReportBuilder.Types NXOpen.Tooling.HoleReportBuilder.Type
getset

Returns or sets the type of hole table

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.