Class LetteringInsertBuilder
Inheritance
System.Object
System.MarshalByRefObject
LetteringInsertBuilder
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 LetteringInsertBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected LetteringInsertBuilder()
Properties
Declaration
public double BottomingPlateClearance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public bool BottomingPlateToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public double DiePlateClearance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public bool DiePlateToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Expression DraftAngularDim { get; }
Property Value
Declaration
public Expression EndDistanceLinearDim { get; }
Property Value
Declaration
public string Font { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public LetteringInsertBuilder.FontStyleOptions FontStyle { get; set; }
Property Value
Declaration
public Expression Height { get; }
Property Value
Declaration
public string InputLetter { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public TaggedObject InsertInstanceTag { get; set; }
Property Value
Declaration
public Expression Length { get; }
Property Value
Declaration
public LetteringInsertBuilder.LetterDirectionOption LetterDirection { get; set; }
Property Value
Declaration
public bool OnlyAddLetteringStandardPartToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string ParentPartName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public LetteringInsertBuilder.ParentPartNodeOption ParentPartNode { get; set; }
Property Value
Declaration
public double PunchPlateClearance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public bool PunchPlateToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public LetteringInsertBuilder.ScriptOptions Script { get; set; }
Property Value
Declaration
public ScCollector SelectFace { get; }
Property Value
Declaration
public Expression StartDistanceLinearDim { get; }
Property Value
Declaration
public double StripperPlateClearance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public bool StripperPlateToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int WizardType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public string[] GetParentNames()
Returns
Type |
Description |
System.String[] |
|
Declaration
public void GetSelectedFaceOccurrences(out TaggedObject[] selectedFaceOccurrences)
Parameters
Type |
Name |
Description |
TaggedObject[] |
selectedFaceOccurrences |
|
PostProcessPDWStandardClientData()
Declaration
public TaggedObject PostProcessPDWStandardClientData()
Returns
Declaration
public void PreparePDWStandardClientData()
Declaration
public void SelectFont(string fontName, LetteringInsertBuilder.ScriptOptions script)
Parameters
Declaration
public void SetParentNames(string[] parentNames)
Parameters
Type |
Name |
Description |
System.String[] |
parentNames |
|
Declaration
public void SetSelectedFaceOccurrences(TaggedObject[] selectedFaceOccurrences)
Parameters
Type |
Name |
Description |
TaggedObject[] |
selectedFaceOccurrences |
|
Declaration
public void StandardInsert()
Implements
System.Runtime.Remoting.Messaging.IMessageSink