Class HoleMachineOperationThreads
Hole threading operation
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class HoleMachineOperationThreads
Constructors
HoleMachineOperationThreads()
Hole threading operation
Declaration
public HoleMachineOperationThreads()
Properties
Depth
The depth of the threads
Declaration
public double Depth { get; set; }
Property Value
Type | Description |
---|---|
double |
FitClass
Hole threading operation
Declaration
public string FitClass { get; set; }
Property Value
Type | Description |
---|---|
string | A UTF-8 encoded string that is 7 or fewer bytes long |
Exceptions
Type | Condition |
---|---|
InvalidValueException | InvalidValueException thrown when FitClass is set to a string that is too long |
IsLeftHanded
Specifies if the thread direction is left handed
Declaration
public bool IsLeftHanded { get; set; }
Property Value
Type | Description |
---|---|
bool |
Series
The form or series of the threads
Declaration
public HoleMachineOperationThreadSeries Series { get; set; }
Property Value
Type | Description |
---|---|
HoleMachineOperationThreadSeries |
Size
The nominal diameter of the threaded hole
Declaration
public double Size { get; set; }
Property Value
Type | Description |
---|---|
double |
ThreadsPerUnit
The number of threads per unit. Inch if the operations are Imperial and pitch if they are metric
Declaration
public uint ThreadsPerUnit { get; set; }
Property Value
Type | Description |
---|---|
uint |
Methods
~HoleMachineOperationThreads()
Hole threading operation
Declaration
protected ~HoleMachineOperationThreads()
GetHashCode()
Hole threading operation
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |