Class MachineWorksSolidType
Represents a MachineWorks Solid Type.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
public class MachineWorksSolidType : SolidType
Remarks
This class is available since v7.15.
Constructors
MachineWorksSolidType(Boolean, SmartReal, SmartReal)
Initializes a new instance of a MachineWorksSolidType class.
Declaration
public MachineWorksSolidType(bool inEliminateWeakPortionsOfStock, SmartReal inFacettingTolerance, SmartReal inAngularTolerance)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | inEliminateWeakPortionsOfStock | Tells wether the weak portions of stock is eliminated. |
| SmartReal | inFacettingTolerance | The facetting tolerance. |
| SmartReal | inAngularTolerance | The angular tolerance. |
Fields
AngularTolerance
Angular Tolerance.
Declaration
public SmartReal AngularTolerance
Field Value
| Type | Description |
|---|---|
| SmartReal |
FacettingTolerance
Facetting Tolerance.
Declaration
public SmartReal FacettingTolerance
Field Value
| Type | Description |
|---|---|
| SmartReal |