Class ExactSolidType
Represents an Exact 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 ExactSolidType : SolidType
Remarks
This class is available since v7.15.
Constructors
ExactSolidType(Boolean, Boolean)
Initializes a new instance of a ExactSolidType class.
Declaration
public ExactSolidType(bool inEliminateWeakPortionsOfStock, bool inCheckGeometryOfStock)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | inEliminateWeakPortionsOfStock | Tells wether the weak portions of stock is eliminated. |
System.Boolean | inCheckGeometryOfStock | Tells wether the geometry of stock is checked. |