Class RigidConnectorToothLocation
Inheritance
System.Object
RigidConnectorToothLocation
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class RigidConnectorToothLocation : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
CentreAngle
Declaration
public double CentreAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EndAngle
Declaration
public double EndAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Extent
Declaration
public double Extent { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ID
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
MajorDiameterError
Declaration
public Overridable<double> MajorDiameterError { get; set; }
Property Value
MajorDiameterRadialClearance
Declaration
public double MajorDiameterRadialClearance { get; }
Property Value
| Type |
Description |
| System.Double |
|
MinorDiameterError
Declaration
public Overridable<double> MinorDiameterError { get; set; }
Property Value
MinorDiameterRadialClearance
Declaration
public double MinorDiameterRadialClearance { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public virtual string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
NormalClearanceLeftFlank
Declaration
public double NormalClearanceLeftFlank { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalClearanceRightFlank
Declaration
public double NormalClearanceRightFlank { get; }
Property Value
| Type |
Description |
| System.Double |
|
PitchErrorLeftFlank
Declaration
public Overridable<double> PitchErrorLeftFlank { get; set; }
Property Value
PitchErrorRightFlank
Declaration
public Overridable<double> PitchErrorRightFlank { get; set; }
Property Value
ReportNames
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IReadOnlyList<System.String> |
|
StartAngle
Declaration
public double StartAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
GetActiveReportWithEncodedImages()
Declaration
public string GetActiveReportWithEncodedImages()
Returns
| Type |
Description |
| System.String |
|
GetDefaultReportWithEncodedImages()
Declaration
public string GetDefaultReportWithEncodedImages()
Returns
| Type |
Description |
| System.String |
|
GetNamedReportWithEncodedImages(String)
Declaration
public string GetNamedReportWithEncodedImages(string reportName)
Parameters
| Type |
Name |
Description |
| System.String |
reportName |
|
Returns
| Type |
Description |
| System.String |
|
OutputActiveReportAsTextTo(String)
Declaration
public void OutputActiveReportAsTextTo(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
OutputActiveReportTo(String)
Declaration
public void OutputActiveReportTo(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
OutputDefaultReportTo(String)
Declaration
public void OutputDefaultReportTo(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
OutputNamedReportAsMastaReport(String, String)
Declaration
public void OutputNamedReportAsMastaReport(string reportName, string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
reportName |
|
| System.String |
filePath |
|
OutputNamedReportAsTextTo(String, String)
Declaration
public void OutputNamedReportAsTextTo(string reportName, string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
reportName |
|
| System.String |
filePath |
|
OutputNamedReportTo(String, String)
Declaration
public void OutputNamedReportTo(string reportName, string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
reportName |
|
| System.String |
filePath |
|
Implements
System.IEquatable<T>
Extension Methods