Interface IDiameter
Assembly: NXOpen.dll
Syntax
public interface IDiameter : INXObject
Properties
Coefficient
Declaration
Expression Coefficient { get; }
Property Value
Diameter
Declaration
Expression Diameter { get; }
Property Value
DiameterType
Declaration
DiameterType DiameterType { get; set; }
Property Value
TableFile
Declaration
string TableFile { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetManualAdjustment()
Declaration
bool GetManualAdjustment()
Returns
Type |
Description |
System.Boolean |
|
GetManualAdjustmentFactor()
Declaration
Expression GetManualAdjustmentFactor()
Returns
GetSupportedDiameterTypes()
Declaration
DiameterType[] GetSupportedDiameterTypes()
Returns
SetManualAdjustment(Boolean)
Declaration
void SetManualAdjustment(bool state)
Parameters
Type |
Name |
Description |
System.Boolean |
state |
|