Class InsertBarcodeBuilder
Inheritance
System.Object
System.MarshalByRefObject
InsertBarcodeBuilder
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 InsertBarcodeBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
InsertBarcodeBuilder()
Declaration
protected InsertBarcodeBuilder()
Properties
BarcodeHeight
Declaration
public double BarcodeHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Basepoint
Declaration
public OriginBuilder.AlignmentPosition Basepoint { get; set; }
Property Value
Type | Description |
---|---|
OriginBuilder.AlignmentPosition |
ColorPicker
Declaration
public int ColorPicker { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TargetObject
Declaration
public Plane TargetObject { get; set; }
Property Value
Type | Description |
---|---|
Plane |
Methods
GetBarcodeTag()
Declaration
public SimpleDraftingAid GetBarcodeTag()
Returns
Type | Description |
---|---|
SimpleDraftingAid |
IsBarcodeQualified()
Declaration
public bool IsBarcodeQualified()
Returns
Type | Description |
---|---|
System.Boolean |
IsMultipleBarcodes()
Declaration
public bool IsMultipleBarcodes()
Returns
Type | Description |
---|---|
System.Boolean |
RotateBarCodeAroundZ(Double)
Declaration
public void RotateBarCodeAroundZ(double angle)
Parameters
Type | Name | Description |
---|---|---|
System.Double | angle |
SetBarcodeQualified(Boolean)
Declaration
public void SetBarcodeQualified(bool qualify)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | qualify |
SetBarcodeTag(SimpleDraftingAid)
Declaration
public void SetBarcodeTag(SimpleDraftingAid barcodeTag)
Parameters
Type | Name | Description |
---|---|---|
SimpleDraftingAid | barcodeTag |
SetIsMultipleBarcodes(Boolean)
Declaration
public void SetIsMultipleBarcodes(bool isMultipleBarcodes)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isMultipleBarcodes |
SetManipulatorOrientation(Matrix3x3)
Declaration
public void SetManipulatorOrientation(Matrix3x3 orientation)
Parameters
Type | Name | Description |
---|---|---|
Matrix3x3 | orientation |
SetManipulatorOrigin(Point3d)
Declaration
public void SetManipulatorOrigin(Point3d origin)
Parameters
Type | Name | Description |
---|---|---|
Point3d | origin |
UpdateBarCode()
Declaration
public void UpdateBarCode()
Implements
System.Runtime.Remoting.Messaging.IMessageSink