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
Methods
GetManualAdjustment()
Declaration
bool GetManualAdjustment()
Returns
GetManualAdjustmentFactor()
Declaration
Expression GetManualAdjustmentFactor()
Returns
GetSupportedDiameterTypes()
Declaration
DiameterType[] GetSupportedDiameterTypes()
Returns
SetManualAdjustment(bool)
Declaration
void SetManualAdjustment(bool state)
Parameters
Type |
Name |
Description |
bool |
state |
|