Class HoleManufacturingNoteBuilder
Inheritance
System.Object
System.MarshalByRefObject
HoleManufacturingNoteBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
public class HoleManufacturingNoteBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected HoleManufacturingNoteBuilder()
Properties
Declaration
public NXObject CreatedHoleManufacturingNote { get; set; }
Property Value
Declaration
public HoleManufacturingNoteBuilder.DefineByViewOrHoles DefineByViewOrHolesEnum { get; set; }
Property Value
Declaration
public NXColor HoleIndexColor { get; set; }
Property Value
Declaration
public double HoleIndexSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public HoleManufacturingNoteBuilder.HoleIndexType HoleIndexTypeEnum { get; set; }
Property Value
Declaration
public NXColor HoleManufacturingNoteColor { get; set; }
Property Value
Declaration
public OriginBuilder HoleManufacturingNoteOrigin { get; }
Property Value
Declaration
public double HoleManufacturingNoteSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public StyleBuilder HoleManufacturingNoteStyle { get; }
Property Value
Declaration
public SelectNXObjectList SelectHoles { get; }
Property Value
Declaration
public SelectNXObject SelectView { get; }
Property Value
Declaration
public bool UseDifferentSubIndexForSameDiameterHoles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int WizardType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public NXObject CreateHoleIndexLabel(NXObject viewTag, string holeTypeIndex, NXObject faceTag, double holeDiameter, Point3d holePos, string holetype, bool reverseFlag)
Parameters
Type |
Name |
Description |
NXObject |
viewTag |
|
System.String |
holeTypeIndex |
|
NXObject |
faceTag |
|
System.Double |
holeDiameter |
|
Point3d |
holePos |
|
System.String |
holetype |
|
System.Boolean |
reverseFlag |
|
Returns
Declaration
public NXObject CreateHoleManufacturingNoteAsNote(NXObject viewTag, string[] holeManufacturingNoteVector, Point3d point)
Parameters
Type |
Name |
Description |
NXObject |
viewTag |
|
System.String[] |
holeManufacturingNoteVector |
|
Point3d |
point |
|
Returns
Declaration
public NXObject CycleObjectsInView(NXObject viewTag, int vseqNumber, bool isDrawing, NXObject inObject)
Parameters
Type |
Name |
Description |
NXObject |
viewTag |
|
System.Int32 |
vseqNumber |
|
System.Boolean |
isDrawing |
|
NXObject |
inObject |
|
Returns
Declaration
public void ModifyStyle()
Implements
System.Runtime.Remoting.Messaging.IMessageSink