Class RunnerBuilder
Inheritance
System.Object
System.MarshalByRefObject
RunnerBuilder
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 RunnerBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
RunnerBuilder()
Declaration
protected RunnerBuilder()
Properties
BooleanOperation
Declaration
public BooleanOperation BooleanOperation { get; }
Property Value
Type | Description |
---|---|
BooleanOperation |
EndShape
Declaration
public RunnerBuilder.GuideEndType EndShape { get; set; }
Property Value
Type | Description |
---|---|
RunnerBuilder.GuideEndType |
GuideLines
Declaration
public Section GuideLines { get; }
Property Value
Type | Description |
---|---|
Section |
RunnerBodies
Declaration
public SelectBodyList RunnerBodies { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
SectionOffset
Declaration
public Expression SectionOffset { get; }
Property Value
Type | Description |
---|---|
Expression |
SectionShape
Declaration
public RunnerBuilder.SectionType SectionShape { get; set; }
Property Value
Type | Description |
---|---|
RunnerBuilder.SectionType |
SectionVector
Declaration
public Direction SectionVector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
TransMotion
Declaration
public ModlMotion TransMotion { get; }
Property Value
Type | Description |
---|---|
ModlMotion |
Methods
DeleteRunner()
Declaration
public void DeleteRunner()
EditDataBase()
Declaration
public void EditDataBase()
EditRegisterFile()
Declaration
public void EditRegisterFile()
EditTemplateExpression()
Declaration
public void EditTemplateExpression()
GetDataFromRunnerFeature(SpreadsheetData)
Declaration
public void GetDataFromRunnerFeature(SpreadsheetData sheetData)
Parameters
Type | Name | Description |
---|---|---|
SpreadsheetData | sheetData |
ImportTemplate()
Declaration
public void ImportTemplate()
ReadSectionDataFromDatabase(out String[])
Declaration
public void ReadSectionDataFromDatabase(out string[] sectionTypes)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | sectionTypes |
ReadSelectedSectionData(String)
Declaration
public void ReadSelectedSectionData(string sectionName)
Parameters
Type | Name | Description |
---|---|---|
System.String | sectionName |
SetParameterTreeData(SpreadsheetData)
Declaration
public void SetParameterTreeData(SpreadsheetData sheetData)
Parameters
Type | Name | Description |
---|---|---|
SpreadsheetData | sheetData |
StoreSectionParameters()
Declaration
public void StoreSectionParameters()
UpdateGuideLoops()
Declaration
public void UpdateGuideLoops()
UpdateGuideOrientation()
Declaration
public void UpdateGuideOrientation()
UpdateTemplatePart()
Declaration
public void UpdateTemplatePart()
Implements
System.Runtime.Remoting.Messaging.IMessageSink