Class ExactSolidType
Represents an Exact Solid Type.
Inherited Members
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 |
---|---|---|
Boolean | inEliminateWeakPortionsOfStock | Tells wether the weak portions of stock is eliminated. |
Boolean | inCheckGeometryOfStock | Tells wether the geometry of stock is checked. |