Class HoleCalloutSettingsBuilder
Inheritance
HoleCalloutSettingsBuilder
Assembly: NXOpen.dll
Syntax
public class HoleCalloutSettingsBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
HoleCalloutSettingsBuilder()
Declaration
protected HoleCalloutSettingsBuilder()
Methods
DeleteLineBreak(Featuretype, int)
Declaration
public void DeleteLineBreak(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
GetLeaderAttachment()
Declaration
public HoleCalloutSettingsBuilder.LeaderAttachment GetLeaderAttachment()
Returns
GetLineSpaceFactor()
Declaration
public double GetLineSpaceFactor()
Returns
GetListOfFeatures()
Declaration
public HoleCalloutSettingsBuilder.Featuretype[] GetListOfFeatures()
Returns
GetListOfParameters(Featuretype)
Declaration
public HoleCalloutSettingsBuilder.Parametertype[] GetListOfParameters(HoleCalloutSettingsBuilder.Featuretype featureType)
Parameters
Returns
GetMetricExternalThreadTolerance(Featuretype)
Declaration
public string GetMetricExternalThreadTolerance(HoleCalloutSettingsBuilder.Featuretype featureType)
Parameters
Returns
GetMetricInternalThreadTolerance(Featuretype)
Declaration
public string GetMetricInternalThreadTolerance(HoleCalloutSettingsBuilder.Featuretype featureType)
Parameters
Returns
GetNthParameterDisplay(Featuretype, int)
Declaration
public bool GetNthParameterDisplay(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Returns
GetNthParameterPrefix(Featuretype, int)
Declaration
public string[] GetNthParameterPrefix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Returns
GetNthParameterStyle(Featuretype, int)
Declaration
public StyleBuilder GetNthParameterStyle(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Returns
GetNthParameterSuffix(Featuretype, int)
Declaration
public string[] GetNthParameterSuffix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Returns
GetNthParameterValue(Featuretype, int)
Declaration
public string GetNthParameterValue(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Returns
GetNthParameterValueString(Featuretype, int)
Declaration
public string GetNthParameterValueString(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Returns
GetParameterSpaceFactor()
Declaration
public double GetParameterSpaceFactor()
Returns
GetThroughHoleTextOfType(Featuretype)
Declaration
public string GetThroughHoleTextOfType(HoleCalloutSettingsBuilder.Featuretype featureType)
Parameters
Returns
InsertLineBreak(Featuretype, int)
Declaration
public void InsertLineBreak(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
ReorderParameters(Featuretype, Parametertype[])
Declaration
public bool ReorderParameters(HoleCalloutSettingsBuilder.Featuretype featureType, HoleCalloutSettingsBuilder.Parametertype[] parameters)
Parameters
Returns
ResetFromFeature(TaggedObject, Component, View, Point3d)
Declaration
public void ResetFromFeature(TaggedObject feature, Component partOccurrence, View view, Point3d pickPoint)
Parameters
SetLeaderAttachment(LeaderAttachment)
Declaration
public void SetLeaderAttachment(HoleCalloutSettingsBuilder.LeaderAttachment leaderAttachment)
Parameters
SetLineSpaceFactor(double)
Declaration
public void SetLineSpaceFactor(double lineSpaceFactor)
Parameters
Type |
Name |
Description |
double |
lineSpaceFactor |
|
SetMetricExternalThreadTolerance(Featuretype, string)
Declaration
public void SetMetricExternalThreadTolerance(HoleCalloutSettingsBuilder.Featuretype featureType, string externalThreadTolerance)
Parameters
SetMetricInternalThreadTolerance(Featuretype, string)
Declaration
public void SetMetricInternalThreadTolerance(HoleCalloutSettingsBuilder.Featuretype featureType, string internalThreadTolerance)
Parameters
SetNthParameterDisplay(Featuretype, int, bool)
Declaration
public void SetNthParameterDisplay(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, bool parameterDisplay)
Parameters
SetNthParameterPrefix(Featuretype, int, string[])
Declaration
public void SetNthParameterPrefix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, string[] lines)
Parameters
SetNthParameterSuffix(Featuretype, int, string[])
Declaration
public void SetNthParameterSuffix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, string[] lines)
Parameters
SetNthParameterValue(Featuretype, int, string)
Declaration
public void SetNthParameterValue(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, string value)
Parameters
SetParameterSpaceFactor(double)
Declaration
public void SetParameterSpaceFactor(double parameterSpaceFactor)
Parameters
Type |
Name |
Description |
double |
parameterSpaceFactor |
|
SetThroughHoleTextOfType(Featuretype, string)
Declaration
public void SetThroughHoleTextOfType(HoleCalloutSettingsBuilder.Featuretype featureType, string throughHoleTextString)
Parameters
ShiftDown(Featuretype, int)
Declaration
public void ShiftDown(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
ShiftUp(Featuretype, int)
Declaration
public void ShiftUp(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink