Class HoleReportBuilder
Inheritance
System.Object
System.MarshalByRefObject
HoleReportBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Tooling
Assembly: NXOpen.dll
Syntax
public class HoleReportBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
HoleReportBuilder()
Declaration
protected HoleReportBuilder()
Properties
CreatedOrdinateOrigin
Declaration
public TaggedObject CreatedOrdinateOrigin { get; set; }
Property Value
| Type | Description |
|---|---|
| TaggedObject |
HoleTable
Declaration
public SelectEdgeList HoleTable { get; }
Property Value
| Type | Description |
|---|---|
| SelectEdgeList |
OrdinateOrigin
Declaration
public SelectPointList OrdinateOrigin { get; }
Property Value
| Type | Description |
|---|---|
| SelectPointList |
QuadrantType
Declaration
public HoleReportBuilder.EnumQuadrantType QuadrantType { get; set; }
Property Value
| Type | Description |
|---|---|
| HoleReportBuilder.EnumQuadrantType |
SelectionType
Declaration
public HoleReportBuilder.EnumSelectionType SelectionType { get; set; }
Property Value
| Type | Description |
|---|---|
| HoleReportBuilder.EnumSelectionType |
TableAddHole
Declaration
public SelectEdgeList TableAddHole { get; }
Property Value
| Type | Description |
|---|---|
| SelectEdgeList |
TableHole
Declaration
public SelectEdgeList TableHole { get; }
Property Value
| Type | Description |
|---|---|
| SelectEdgeList |
TableOrigin
Declaration
public Point TableOrigin { get; set; }
Property Value
| Type | Description |
|---|---|
| Point |
TableView
Declaration
public SelectDraftingViewList TableView { get; }
Property Value
| Type | Description |
|---|---|
| SelectDraftingViewList |
Type
Declaration
public HoleReportBuilder.Types Type { get; set; }
Property Value
| Type | Description |
|---|---|
| HoleReportBuilder.Types |
Methods
CreateOrdinateOrigin(Int32, TaggedObject, Point3d)
Declaration
public TaggedObject CreateOrdinateOrigin(int quadrant, TaggedObject viewTag, Point3d pointData)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | quadrant | |
| TaggedObject | viewTag | |
| Point3d | pointData |
Returns
| Type | Description |
|---|---|
| TaggedObject |
Implements
System.Runtime.Remoting.Messaging.IMessageSink